commit:     b8800acc4a0baa05313c2c0cd39db70c192407e0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 13 03:18:56 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Nov 13 03:38:03 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8800acc

dev-python/wsproto: Bump to 1.3.1

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

 dev-python/wsproto/Manifest             |  1 +
 dev-python/wsproto/wsproto-1.3.1.ebuild | 27 +++++++++++++++++++++++++++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/wsproto/Manifest b/dev-python/wsproto/Manifest
index b0917086ac05..d9e4dd498f44 100644
--- a/dev-python/wsproto/Manifest
+++ b/dev-python/wsproto/Manifest
@@ -1,2 +1,3 @@
 DIST wsproto-1.2.0.tar.gz 53425 BLAKE2B 
0b6bafb5d67be54a9b9c77a9682caf1071e82321fb9112ff977b643956ef5d2d5dcc7e523c6e3038c4548adb7b4f022fe2664112b7a10ab0e183d578158b0711
 SHA512 
43270687a1cfb5f35423c527de5b9db7ee2ddf27d416f47358386c1c94dc3f836a601f300bf66441c4b90130e6e6f502fb29dfeb2374dd76aefa19cfbb70a372
 DIST wsproto-1.3.0.tar.gz 49977 BLAKE2B 
e9cc7d538cdd7773c0951376611de0a9b02f878df7eb60691a393ffb4e64028f4e4e16ea95aa51171f8312dfa87880ce30d0bf0f3995a620dc19d905df494977
 SHA512 
9a954eeb51f317aafd256483fc05255c470a99d8bc898f6377c60b828a2bd4c84be299995a03ac6cd36dc2efcea79e5a3ed36f5eb90086322de5c5ab1a260346
+DIST wsproto-1.3.1.tar.gz 50083 BLAKE2B 
eb8a9f1223ac596e5d42b2ca9c33de5919018b8e5674e8e5dcd62ac06ddf095f147d91b4ab8a1b126f912a1e359fbc1bc55655083642df9e4c5708132b2e4239
 SHA512 
266cab34ad4ddb0bc36e7d26df2422ba554459c58015a2e7bec0093dc014bbbf80ce628ad8e78be04ef224578966b30884c2a58f68a8d2470212fa7cfc33d8eb

diff --git a/dev-python/wsproto/wsproto-1.3.1.ebuild 
b/dev-python/wsproto/wsproto-1.3.1.ebuild
new file mode 100644
index 000000000000..ecb90269d365
--- /dev/null
+++ b/dev-python/wsproto/wsproto-1.3.1.ebuild
@@ -0,0 +1,27 @@
+# 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="WebSockets state-machine based protocol implementation"
+HOMEPAGE="
+       https://github.com/python-hyper/wsproto/
+       https://pypi.org/project/wsproto/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+RDEPEND="
+       <dev-python/h11-1[${PYTHON_USEDEP}]
+       >=dev-python/h11-0.16.0[${PYTHON_USEDEP}]
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest

Reply via email to