From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/
Date: Sat, 14 Jun 2025 04:31:17 +0000 (UTC) [thread overview]
Message-ID: <1749874846.f7a88a9d49acc0c5aaac7c575c769b260ce84a06.mgorny@gentoo> (raw)
commit: f7a88a9d49acc0c5aaac7c575c769b260ce84a06
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 14 04:20:46 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jun 14 04:20:46 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a88a9d
dev-python/aiodns: Bump to 3.5.0
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/aiodns/Manifest | 1 +
dev-python/aiodns/aiodns-3.5.0.ebuild | 35 +++++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+)
diff --git a/dev-python/aiodns/Manifest b/dev-python/aiodns/Manifest
index 0bb52d2ee3cd..46c32b652597 100644
--- a/dev-python/aiodns/Manifest
+++ b/dev-python/aiodns/Manifest
@@ -1 +1,2 @@
DIST aiodns-3.4.0.tar.gz 11433 BLAKE2B b829639ebe3f09b75da8a94bdfd4f8ca90c21710625e8dfb029747ca2fa2ffc37a7c2f1c948b36568b26547daf06881f254d7536909556e42c5394ee13202514 SHA512 0e9d703f13676e5dc057335dc0aa41e694da28ac727e6c5662f9888f225329cc14e4e01e2dfa9e56c72a755393cbc7e70e578cfb1675f71526dfaa0e26f35d69
+DIST aiodns-3.5.0.tar.gz 14380 BLAKE2B 7b34d94e7376a0f9ddc5f002bcde64ac15dd31bec97801a35e1b1040f687d5775b5497ba7b76417c45d5cfb35b670d0bce5421e9d6703c7bffe648ee91afaf13 SHA512 0d833cd26db549a06b8bd62835bcac008e24ea4f010065186ff3ca5629c08527eb2c29e6d3f307b8db5d809b264298d3669452a782c19d2454e0b2ce394c814c
diff --git a/dev-python/aiodns/aiodns-3.5.0.ebuild b/dev-python/aiodns/aiodns-3.5.0.ebuild
new file mode 100644
index 000000000000..8fbcf8c758d5
--- /dev/null
+++ b/dev-python/aiodns/aiodns-3.5.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Simple DNS resolver for asyncio"
+HOMEPAGE="
+ https://pypi.org/project/aiodns/
+ https://github.com/aio-libs/aiodns/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+# Tests fail with network-sandbox, since they try to resolve google.com
+PROPERTIES="test_network"
+RESTRICT="test"
+
+RDEPEND=">=dev-python/pycares-4.9.0[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+ local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+ epytest -p asyncio --asyncio-mode=auto
+}
next reply other threads:[~2025-06-14 4:31 UTC|newest]
Thread overview: 64+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-06-14 4:31 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-13 16:30 [gentoo-commits] repo/gentoo:master commit in: dev-python/aiodns/ Michał Górny
2025-07-12 11:51 Arthur Zamarin
2025-07-08 23:03 Eli Schwartz
2025-07-08 23:03 Eli Schwartz
2025-07-07 20:58 Sam James
2025-07-04 19:45 Sam James
2025-07-04 18:34 Sam James
2025-06-29 3:45 Sam James
2025-06-28 13:59 Arthur Zamarin
2025-05-31 10:19 Michał Górny
2025-05-31 9:59 Michał Górny
2025-05-17 12:05 Michał Górny
2025-05-17 11:33 Arthur Zamarin
2025-05-12 18:36 Sam James
2025-05-09 1:52 Michał Górny
2025-05-03 6:08 Michał Górny
2024-10-08 11:07 Sam James
2024-09-12 17:29 Arthur Zamarin
2024-09-12 8:01 Arthur Zamarin
2024-09-08 19:10 Arthur Zamarin
2024-09-07 14:16 Arthur Zamarin
2024-09-07 12:31 Jakov Smolić
2024-09-07 11:26 Jakov Smolić
2024-09-07 10:24 Arthur Zamarin
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-29 14:28 Ionen Wolkens
2024-08-24 6:41 Michał Górny
2024-08-05 10:36 Arthur Zamarin
2024-08-05 10:34 Jakov Smolić
2024-08-05 10:34 Jakov Smolić
2024-07-24 7:20 Sam James
2024-07-23 3:18 Michał Górny
2024-06-19 12:50 Petr Vaněk
2024-04-20 15:54 Michał Górny
2024-04-20 11:46 Sam James
2024-03-31 19:07 Arthur Zamarin
2023-11-11 20:02 Sam James
2023-10-16 13:56 Michał Górny
2023-10-08 17:48 Michał Górny
2023-05-29 6:23 Michał Górny
2023-05-29 6:23 Michał Górny
2022-08-30 19:09 Michał Górny
2022-08-30 18:40 Jakov Smolić
2022-07-29 16:37 Arthur Zamarin
2022-07-29 16:37 Arthur Zamarin
2022-07-29 16:37 Arthur Zamarin
2022-06-04 17:13 Michał Górny
2022-04-24 18:44 Jakov Smolić
2021-06-24 8:20 Michał Górny
2021-06-24 4:26 Agostino Sarubbo
2021-05-19 8:12 Michał Górny
2021-05-15 8:39 Michał Górny
2021-01-03 9:12 Sam James
2020-07-20 0:28 Zac Medico
2020-05-30 19:48 Michał Górny
2020-01-10 8:17 Michał Górny
2019-10-18 6:40 Zac Medico
2019-07-15 13:56 Michał Górny
2019-07-15 13:56 Michał Górny
2017-02-13 8:26 Zac Medico
2016-09-18 23:38 Zac Medico
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=1749874846.f7a88a9d49acc0c5aaac7c575c769b260ce84a06.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