public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpx/
Date: Wed, 28 Apr 2021 08:16:35 +0000 (UTC)	[thread overview]
Message-ID: <1619597781.73a59d2284cca984d333d1d6a66224c6795073dd.mgorny@gentoo> (raw)

commit:     73a59d2284cca984d333d1d6a66224c6795073dd
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 28 07:07:53 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Apr 28 08:16:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73a59d22

dev-python/pytest-httpx: Bump to 0.12.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/pytest-httpx/Manifest                   |  1 +
 dev-python/pytest-httpx/pytest-httpx-0.12.0.ebuild | 30 ++++++++++++++++++++++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/pytest-httpx/Manifest b/dev-python/pytest-httpx/Manifest
index 7c03bb20d13..322edbeec38 100644
--- a/dev-python/pytest-httpx/Manifest
+++ b/dev-python/pytest-httpx/Manifest
@@ -1,2 +1,3 @@
 DIST pytest-httpx-0.10.1.tar.gz 21117 BLAKE2B 372ecc8a132f28bf7016ed466c4f6974f51c3c2ab9decd68fd8e3c7a810030db9f169f5ab28662cfed006297ea200d3a157ba220f2156b44be03fbf49edc5415 SHA512 f306e57408924b653d3ab4dd28f266b066f202b98440b31769940bdab0be98d5c48817e22d68e2dcdf82426e26334242591d0ae630aa71812f81dd7866b81e0f
 DIST pytest-httpx-0.11.0.tar.gz 21178 BLAKE2B c58c303868fd1b1926a58db28eeda3c5d74cd38f68aad3543cb0296f4dcac59d9fb983287b432219f70bd2003c2a0e32d85ed343b1c279d576ef100b129c7f25 SHA512 eb798d31c710ab50d3176c569aba8ae2131a17f415fe87830fc71aa941d638bdbda4296032a07fce98d9a43a57f250cea380f8c409660eb1f13862094b6fcbb6
+DIST pytest-httpx-0.12.0.tar.gz 21319 BLAKE2B 59c3678937a7756f13971e3f1f8d312b227f56339b4234ac8e5544f4370622bcff401f76f68c2ee042fdc64deae6a7a9dd05ca8a54b60b14bfb74b2d2d724de4 SHA512 b5866ab0123755020fad679d27d4d113132b2a79da85c52a334904d19aea90ddc71088a6e0f27110498da2731be664c525f3cab256d447a37d9a507f9a508b43

diff --git a/dev-python/pytest-httpx/pytest-httpx-0.12.0.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.12.0.ebuild
new file mode 100644
index 00000000000..49212ed89c3
--- /dev/null
+++ b/dev-python/pytest-httpx/pytest-httpx-0.12.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+
+inherit distutils-r1
+
+MY_PN="${PN/-/_}"
+DESCRIPTION="Send responses to HTTPX using pytest"
+HOMEPAGE="https://colin-b.github.io/pytest_httpx/"
+SRC_URI="https://github.com/Colin-b/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	=dev-python/httpx-0.18*[${PYTHON_USEDEP}]
+	=dev-python/pytest-6*[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	test? (
+		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests --install pytest


             reply	other threads:[~2021-04-28  8:16 UTC|newest]

Thread overview: 70+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-28  8:16 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-28  7:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpx/ Michał Górny
2024-09-28  7:42 Michał Górny
2024-09-24  6:41 Michał Górny
2024-09-22 14:22 Michał Górny
2024-09-21  7:41 Michał Górny
2024-05-28  9:41 Michał Górny
2024-03-07 16:15 Michał Górny
2024-03-07 16:10 Michał Górny
2024-02-22  5:38 Michał Górny
2024-02-14 12:36 Michał Górny
2024-02-14 12:26 Michał Górny
2024-01-30  4:07 Michał Górny
2024-01-06 10:55 Michał Górny
2024-01-06 10:52 Michał Górny
2023-12-21 15:17 Michał Górny
2023-12-09 15:13 Michał Górny
2023-12-09 14:58 Michał Górny
2023-11-24 16:03 Michał Górny
2023-11-23 18:55 Michał Górny
2023-11-14  4:34 Michał Górny
2023-10-24  5:58 Michał Górny
2023-10-23 18:50 Sam James
2023-10-06 18:12 Michał Górny
2023-10-06 17:05 Arthur Zamarin
2023-09-19  3:16 Michał Górny
2023-09-12  5:50 Michał Górny
2023-09-05  5:54 Michał Górny
2023-09-01 16:44 Michał Górny
2023-09-01 16:30 Arthur Zamarin
2023-08-03  6:09 Michał Górny
2023-08-02  6:05 Michał Górny
2023-05-30 19:50 Michał Górny
2023-05-13 16:04 Michał Górny
2023-05-13 14:50 Jakov Smolić
2023-04-13  5:13 Michał Górny
2023-02-21  8:00 Michał Górny
2023-02-20 23:28 Sam James
2023-01-20 21:38 Michał Górny
2022-12-10 15:52 Michał Górny
2022-11-25 21:14 Michał Górny
2022-11-25 19:11 Sam James
2022-11-04 18:06 Arthur Zamarin
2022-10-21  5:14 Michał Górny
2022-06-23  8:17 Michał Górny
2022-06-22 18:37 Sam James
2022-05-25  7:12 Michał Górny
2022-05-15 11:15 Michał Górny
2022-02-28 21:56 Michał Górny
2022-02-28 10:08 Jakov Smolić
2022-02-17 21:48 Michał Górny
2022-02-17 20:32 Arthur Zamarin
2022-01-26 18:20 Arthur Zamarin
2022-01-20 13:56 Michał Górny
2022-01-20 13:08 Jakov Smolić
2022-01-20 13:08 Jakov Smolić
2022-01-17 16:48 Arthur Zamarin
2021-12-28  9:03 Michał Górny
2021-12-23 18:04 Arthur Zamarin
2021-12-20 23:14 Michał Górny
2021-09-19 21:39 Agostino Sarubbo
2021-09-18 19:48 Sam James
2021-09-18 17:07 Michał Górny
2021-08-19 21:53 Michał Górny
2021-08-12  5:39 Michał Górny
2021-08-05 18:53 Louis Sautier
2021-06-19 12:01 Michał Górny
2021-03-01  8:25 Michał Górny
2021-02-26 14:26 Sam James
2021-02-24  0:06 Louis Sautier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1619597781.73a59d2284cca984d333d1d6a66224c6795073dd.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox