From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62C1B15827B for ; Tue, 02 Sep 2025 16:57:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1F1A133BEAD for ; Tue, 02 Sep 2025 16:57:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1231C11056F; Tue, 02 Sep 2025 16:57:52 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 088EB11056F for ; Tue, 02 Sep 2025 16:57:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D49933BEAD for ; Tue, 02 Sep 2025 16:57:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E9BFE3509 for ; Tue, 02 Sep 2025 16:57:49 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1756832186.fe64a0d17c0ced6c9969104930e1adac58c86475.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dnspython/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/dnspython/dnspython-2.7.0-r1.ebuild dev-python/dnspython/dnspython-2.8.0_rc1.ebuild dev-python/dnspython/metadata.xml X-VCS-Directories: dev-python/dnspython/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fe64a0d17c0ced6c9969104930e1adac58c86475 X-VCS-Branch: master Date: Tue, 02 Sep 2025 16:57:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f3195c6-462c-45c1-a70e-3ec026273ff5 X-Archives-Hash: 6a8f7f0f77b870829fbea00329885728 commit: fe64a0d17c0ced6c9969104930e1adac58c86475 Author: Bertrand Jacquin jacquin bzh> AuthorDate: Sun Aug 31 13:11:55 2025 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Sep 2 16:56:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe64a0d1 dev-python/dnspython: enable DNS-over-HTTPS and DNS-over-QUIC dnspython supports DNS-over-HTTPS since 2.0.0 [1]. dnspython supports DNS-over-QUIC since 2.3.0 [2]. [1]: https://dnspython.readthedocs.io/en/latest/whatsnew.html#id12 [2]: https://dnspython.readthedocs.io/en/latest/whatsnew.html#id8 Closes: https://bugs.gentoo.org/962204 Signed-off-by: Bertrand Jacquin jacquin.bzh> Part-of: https://github.com/gentoo/gentoo/pull/43622 Closes: https://github.com/gentoo/gentoo/pull/43622 Signed-off-by: Michał Górny gentoo.org> ...thon-2.8.0_rc1.ebuild => dnspython-2.7.0-r1.ebuild} | 18 +++++++++++------- dev-python/dnspython/dnspython-2.8.0_rc1.ebuild | 7 ++++++- dev-python/dnspython/metadata.xml | 6 ++++++ 3 files changed, 23 insertions(+), 8 deletions(-) diff --git a/dev-python/dnspython/dnspython-2.8.0_rc1.ebuild b/dev-python/dnspython/dnspython-2.7.0-r1.ebuild similarity index 68% copy from dev-python/dnspython/dnspython-2.8.0_rc1.ebuild copy to dev-python/dnspython/dnspython-2.7.0-r1.ebuild index 5bc45b215178..21a4a30b8cee 100644 --- a/dev-python/dnspython/dnspython-2.8.0_rc1.ebuild +++ b/dev-python/dnspython/dnspython-2.7.0-r1.ebuild @@ -8,7 +8,6 @@ PYTHON_COMPAT=( python3_{11..14} pypy3_11 ) inherit distutils-r1 -MY_P=${P/_} DESCRIPTION="DNS toolkit for Python" HOMEPAGE=" https://www.dnspython.org/ @@ -16,25 +15,30 @@ HOMEPAGE=" https://pypi.org/project/dnspython/ " SRC_URI=" - https://github.com/rthalley/dnspython/archive/v${PV/_}.tar.gz - -> ${MY_P}.gh.tar.gz + https://github.com/rthalley/dnspython/archive/v${PV}.tar.gz + -> ${P}.gh.tar.gz " -S=${WORKDIR}/${MY_P} LICENSE="ISC" SLOT="0" -IUSE="dnssec examples" +KEYWORDS="~amd64 ~arm64" +IUSE="dnssec examples https quic" RDEPEND=" dnssec? ( - >=dev-python/cryptography-45[${PYTHON_USEDEP}] + >=dev-python/cryptography-41[${PYTHON_USEDEP}] ) >=dev-python/idna-2.1[${PYTHON_USEDEP}] + https? ( + >=dev-python/httpx-0.26.0[${PYTHON_USEDEP}] + >=dev-python/h2-4.1.0[${PYTHON_USEDEP}] + ) + quic? ( >=dev-python/aioquic-0.9.25[${PYTHON_USEDEP}] ) " # note: skipping DoH test deps because they require Internet anyway BDEPEND=" test? ( - >=dev-python/cryptography-45[${PYTHON_USEDEP}] + >=dev-python/cryptography-41[${PYTHON_USEDEP}] >=dev-python/quart-trio-0.11.0[${PYTHON_USEDEP}] ) " diff --git a/dev-python/dnspython/dnspython-2.8.0_rc1.ebuild b/dev-python/dnspython/dnspython-2.8.0_rc1.ebuild index 5bc45b215178..a9ded27ea629 100644 --- a/dev-python/dnspython/dnspython-2.8.0_rc1.ebuild +++ b/dev-python/dnspython/dnspython-2.8.0_rc1.ebuild @@ -23,13 +23,18 @@ S=${WORKDIR}/${MY_P} LICENSE="ISC" SLOT="0" -IUSE="dnssec examples" +IUSE="dnssec examples https quic" RDEPEND=" dnssec? ( >=dev-python/cryptography-45[${PYTHON_USEDEP}] ) >=dev-python/idna-2.1[${PYTHON_USEDEP}] + https? ( + >=dev-python/httpx-0.26.0[${PYTHON_USEDEP}] + >=dev-python/h2-4.1.0[${PYTHON_USEDEP}] + ) + quic? ( >=dev-python/aioquic-0.9.25[${PYTHON_USEDEP}] ) " # note: skipping DoH test deps because they require Internet anyway BDEPEND=" diff --git a/dev-python/dnspython/metadata.xml b/dev-python/dnspython/metadata.xml index a09e46dc548e..6b8a9e56e0b4 100644 --- a/dev-python/dnspython/metadata.xml +++ b/dev-python/dnspython/metadata.xml @@ -26,6 +26,12 @@ DNSPythonはPython言語用のDNSツールキットです。ほとんどのレ Use dev-python/cryptography to enable low-level DNSSEC RSA, DSA, ECDSA and EdDSA signature validation. + + Enable DNS-over-HTTPS. + + + Enable DNS-over-QUIC. +