update to py3-twisted-22.10.0

This commit is contained in:
sthen 2022-11-25 22:26:31 +00:00
parent 85d340afdb
commit 1d088754ba
4 changed files with 882 additions and 25 deletions

View File

@ -1,10 +1,9 @@
COMMENT = asynchronous networking Python framework
MODPY_EGG_VERSION = 22.4.0
MODPY_EGG_VERSION = 22.10.0
DISTNAME = Twisted-${MODPY_EGG_VERSION}
PKGNAME = py-twisted-${MODPY_EGG_VERSION}
REVISION = 0
CATEGORIES = devel
@ -18,7 +17,7 @@ WANTLIB += pthread
MODULES = lang/python
MODPY_PI = Yes
MODPY_SETUPTOOLS = Yes
MODPY_PYBUILD = setuptools
BUILD_DEPENDS = devel/py-incremental${MODPY_FLAVOR}

View File

@ -1,2 +1,2 @@
SHA256 (Twisted-22.4.0.tar.gz) = oEeZD1ffrh4L0rffJSbU8W3NyEN3TcEIt4xS8qXxNoA=
SIZE (Twisted-22.4.0.tar.gz) = 3744412
SHA256 (Twisted-22.10.0.tar.gz) = Mqy9QKlPX0bntCwQm/riswIlCUVWF4Oot6BZBI8tTTE=
SIZE (Twisted-22.10.0.tar.gz) = 3524935

View File

@ -1,7 +1,7 @@
Index: src/twisted/internet/test/test_tcp.py
--- src/twisted/internet/test/test_tcp.py.orig
+++ src/twisted/internet/test/test_tcp.py
@@ -2925,7 +2925,11 @@ class SimpleUtilityTests(TestCase):
@@ -2953,7 +2953,11 @@ class SimpleUtilityTests(TestCase):
accidentally block if it receives bad input.)
"""
err = self.assertRaises(socket.gaierror, _resolveIPv6, "::1", "http")

File diff suppressed because it is too large Load Diff