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: Sat, 30 Nov 2024 08:09:17 +0000 (UTC)	[thread overview]
Message-ID: <1732954154.4b0df18745bbe8552814628414c4d46903bef262.mgorny@gentoo> (raw)

commit:     4b0df18745bbe8552814628414c4d46903bef262
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 30 07:29:19 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Nov 30 08:09:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0df187

dev-python/pytest-httpx: Bump to 0.35.0

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

 dev-python/pytest-httpx/Manifest                   |  1 +
 dev-python/pytest-httpx/pytest-httpx-0.35.0.ebuild | 33 ++++++++++++++++++++++
 2 files changed, 34 insertions(+)

diff --git a/dev-python/pytest-httpx/Manifest b/dev-python/pytest-httpx/Manifest
index afa405ce2d93..303cedcb8b70 100644
--- a/dev-python/pytest-httpx/Manifest
+++ b/dev-python/pytest-httpx/Manifest
@@ -1,2 +1,3 @@
 DIST pytest_httpx-0.33.0.tar.gz 51708 BLAKE2B c4b4a5bc41c44b982dcfe81f09ec4b3ee1eeed9cdc52cea6889988692bfb312eb7c4105cdcd60fadbbf0602236e2e5baf3c1a448248189214c0ec77cde8a3ea4 SHA512 96e3b5e0264f61644ed22fc809f35d0b2b255aa2ba75a5bf33d165c35276f2b731689b70cfbab5b5c901b1be4ff59c4b21704f8b15453582a6095611380830c8
 DIST pytest_httpx-0.34.0.tar.gz 54108 BLAKE2B b2c761a993d5c15aa28ee4d2b29ed44764c9825a3b9a9a471eef534a4f040324d6c822bfd413090d86428591be60d9092541a77188d8ef84bd3e333a976647da SHA512 49ca01ddd16fb68213ec2178111c65fb3f47be6416b67ebe356a47f658140ee42e275e07e377c6740956d895a4b1a719c2cf12ad9cbabc339b20cca94b892ef0
+DIST pytest_httpx-0.35.0.tar.gz 54146 BLAKE2B 1d0814478c3ef26720b42c0bf0fd0a2b42c57eda887b99ba8b09acd6d12a8af04dc3821645130e786558f2f0d42625e0f9145231a86f9ecd0e508fb9a5247a90 SHA512 70ecfc7778aa4eb617e4685851dacec563e507d5f2aa571cd5acae7ac9f1667d7c67ce40144fa5e2649993c0e0aaa11650ea32f2dfe74652ecb115291a4c77ff

diff --git a/dev-python/pytest-httpx/pytest-httpx-0.35.0.ebuild b/dev-python/pytest-httpx/pytest-httpx-0.35.0.ebuild
new file mode 100644
index 000000000000..b319c97dc7d2
--- /dev/null
+++ b/dev-python/pytest-httpx/pytest-httpx-0.35.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Send responses to HTTPX using pytest"
+HOMEPAGE="
+	https://colin-b.github.io/pytest_httpx/
+	https://github.com/Colin-b/pytest_httpx/
+	https://pypi.org/project/pytest-httpx/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	=dev-python/httpx-0.28*[${PYTHON_USEDEP}]
+	=dev-python/pytest-8*[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/setuptools-scm[${PYTHON_USEDEP}]
+	test? (
+		dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_tests pytest


             reply	other threads:[~2024-11-30  8:09 UTC|newest]

Thread overview: 93+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-11-30  8:09 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-06 15:38 [gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpx/ Sam James
2025-05-27 16:35 Michał Górny
2025-05-16 12:44 Arthur Zamarin
2025-04-13 21:30 Sam James
2025-01-05 13:24 Michał Górny
2025-01-05 12:32 WANG Xuerui
2024-12-21 11:31 Michał Górny
2024-12-07 15:43 Michał Górny
2024-12-07 12:03 Sam James
2024-11-19  4:42 Michał Górny
2024-11-16  9:02 Michał Górny
2024-11-16  8:47 Arthur Zamarin
2024-10-29  6:51 Michał Górny
2024-10-25  8:15 Arthur Zamarin
2024-10-24  5:40 Arthur Zamarin
2024-10-19 15:24 Michał Górny
2024-10-19 14:07 Jakov Smolić
2024-10-19  8:46 Arthur Zamarin
2024-10-19  8:46 Arthur Zamarin
2024-10-19  8:46 Arthur Zamarin
2024-10-19  8:45 Arthur Zamarin
2024-10-12  6:33 Sam James
2024-09-28  7:42 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-04-28  8:16 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=1732954154.4b0df18745bbe8552814628414c4d46903bef262.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