repo/gentoo:master commit in: dev-python/h2/

Michał Górny <[email protected]> Tue, 04 Aug 2026 07:44:07 +0000 (UTC)
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1785829442.43dfc9a0162f6e5c6536ef3d29081baa9451f638.mgorny@gentoo>
commit:     43dfc9a0162f6e5c6536ef3d29081baa9451f638
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug  4 05:41:27 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug  4 07:44:02 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43dfc9a0

dev-python/h2: Bump to 4.4.1

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

 dev-python/h2/Manifest        |  1 +
 dev-python/h2/h2-4.4.1.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/h2/Manifest b/dev-python/h2/Manifest
index 8db80b5ae0b9..46cb5ae79792 100644
--- a/dev-python/h2/Manifest
+++ b/dev-python/h2/Manifest
@@ -1,2 +1,3 @@
 DIST h2-4.3.0.tar.gz 2152026 BLAKE2B 2cf5292b7c88ed158bcd4633c86df87f4673a041d2202015275cc636a3f9236378b47849bd69cb295c87084f279645e3e044db1245fa60ae03764523a39adf1a SHA512 f4a09644dec595a0a2280db2bdcdc26e22fc05a1853a0692e4c208c77cf7f9fe5ac2f185f31617ecb43d6afd6d0e24d8ce649ce38720744f6a30ca60dd3b9a49
 DIST h2-4.4.0.tar.gz 2156691 BLAKE2B 861ee88aba0b6043cbcd6ea9d306d6b1187dbce36fe641a7388953d5af6f99be4942d44f06d34f7da5d641ca2c168baaba34b45ef3d4ce54abff606d0e3b84ca SHA512 59660c376d7de38da6ee577c201d66ea0c739ce25df6435cf0bc8429524e42f5c7005cef2133a9b591ed4ffa41647f30a4b2f359f94b4280a0c6327596a9fb2f
+DIST h2-4.4.1.tar.gz 2157281 BLAKE2B 9f0f770b618f292cc52a7a03ebc5391e5da70a8538d3d3c298957948eb1768c7f1128e36a0500e282d663dac0561c64b4899cf0c2bf49ba31248ca2962a5de52 SHA512 7814a970d6dd791f57b9a95a7d020a9a83ed388a21c4fd24ad94bb1625bcbad9300ee02ad925e1804393cec24413b47f2da01f4d08fcd26ef56fd9d026ec99ac

diff --git a/dev-python/h2/h2-4.4.1.ebuild b/dev-python/h2/h2-4.4.1.ebuild
new file mode 100644
index 000000000000..42b28778af59
--- /dev/null
+++ b/dev-python/h2/h2-4.4.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{12..15} python3_{14,15}t )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="HTTP/2 State-Machine based protocol implementation"
+HOMEPAGE="
+	https://python-hyper.org/projects/h2/en/stable/
+	https://github.com/python-hyper/h2/
+	https://pypi.org/project/h2/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+	>=dev-python/hyperframe-6.1[${PYTHON_USEDEP}]
+	<dev-python/hyperframe-7[${PYTHON_USEDEP}]
+	>=dev-python/hpack-4.1[${PYTHON_USEDEP}]
+	<dev-python/hpack-5[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=( hypothesis )
+EPYTEST_XDIST=1
+distutils_enable_tests pytest