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/aioresponses/
Date: Mon, 20 Jan 2025 05:34:20 +0000 (UTC)	[thread overview]
Message-ID: <1737351252.ef3aad9cb1d3a3e5e5fc08b2b44188a6eec4f0cf.mgorny@gentoo> (raw)

commit:     ef3aad9cb1d3a3e5e5fc08b2b44188a6eec4f0cf
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 20 05:10:30 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 20 05:34:12 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef3aad9c

dev-python/aioresponses: Bump to 0.7.8

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

 dev-python/aioresponses/Manifest                  |  1 +
 dev-python/aioresponses/aioresponses-0.7.8.ebuild | 39 +++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/aioresponses/Manifest b/dev-python/aioresponses/Manifest
index 190ae9f18006..0bf3720f9c20 100644
--- a/dev-python/aioresponses/Manifest
+++ b/dev-python/aioresponses/Manifest
@@ -1 +1,2 @@
 DIST aioresponses-0.7.7.tar.gz 39087 BLAKE2B 4692e088ec1c0a0f5e4f65a1269eb845ea6892ce41cc772cab9d0bb3795767b9ef776045d699e05f0816acdc795521318ce2ddd17ea8d436e89e9aae5e29436c SHA512 36fc45bc33d011d24fdbc437ea2adbba63eadec67d7198fe1e645d1dc0e7596104d5bf61ac1fe40b1d64f21cbe707e80775d26aa3762f87ad0a440ebabaa3a47
+DIST aioresponses-0.7.8.tar.gz 40253 BLAKE2B 470a71e1b9e315cdce32bb35daf3c111f439dc7096a5d991b7da479c4514331debe903b8d0cd1a9503b2c264ed7bf2901399139719e631adcf2f8aa359b9d4e2 SHA512 a7368e9f344d2790df9c10c9a5e2b9124f56b12413a0b52b91dced9513338b22f75887f94fc9c0b4e2709d7ed37f2c0978ba2652745546387b5317d188190390

diff --git a/dev-python/aioresponses/aioresponses-0.7.8.ebuild b/dev-python/aioresponses/aioresponses-0.7.8.ebuild
new file mode 100644
index 000000000000..625145e6c611
--- /dev/null
+++ b/dev-python/aioresponses/aioresponses-0.7.8.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2025 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="Helper to mock/fake web requests in Python's aiohttp package"
+HOMEPAGE="
+	https://github.com/pnuckowski/aioresponses/
+	https://pypi.org/project/aioresponses/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+	>=dev-python/aiohttp-3.3.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+	dev-python/pbr[${PYTHON_USEDEP}]
+	test? (
+		dev-python/ddt[${PYTHON_USEDEP}]
+	)
+"
+
+distutils_enable_sphinx docs
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+	# These tests require Internet access
+	tests/test_aioresponses.py::AIOResponsesTestCase::test_address_as_instance_of_url_combined_with_pass_through
+	tests/test_aioresponses.py::AIOResponsesTestCase::test_pass_through_with_origin_params
+	tests/test_aioresponses.py::AIOResponseRedirectTest::test_pass_through_unmatched_requests
+)


             reply	other threads:[~2025-01-20  5:34 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-20  5:34 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-31 18:36 [gentoo-commits] repo/gentoo:master commit in: dev-python/aioresponses/ Sam James
2025-03-11 20:20 Arthur Zamarin
2025-02-08 11:45 Michał Górny
2025-02-08 11:04 Arthur Zamarin
2024-11-30 11:47 Michał Górny
2024-11-30 11:40 Michał Górny
2024-11-16  7:24 Michał Górny
2024-06-10 17:01 Michał Górny
2023-11-24 15:00 Michał Górny
2023-11-20 19:17 Michał Górny
2023-11-14  4:34 Michał Górny
2023-11-07  6:56 Jakov Smolić
2023-11-05 18:46 Sam James
2023-11-05 18:46 Sam James
2023-01-13 17:13 Michał Górny
2023-01-13 14:50 Sam James
2022-12-14  6:31 Michał Górny
2022-12-09 13:56 Michał Górny
2022-06-11  6:34 Michał Górny
2022-03-31 12:42 Michał Górny
2022-03-31 12:33 Jakov Smolić
2022-02-26 17:59 Michał Górny
2022-02-13  9:39 Michał Górny
2022-01-11  9:59 Michał Górny
2021-09-19 21:39 Agostino Sarubbo
2021-09-18 19:48 Sam James
2021-08-15  2:23 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=1737351252.ef3aad9cb1d3a3e5e5fc08b2b44188a6eec4f0cf.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