update to py3-twisted-22.10.0
This commit is contained in:
parent
85d340afdb
commit
1d088754ba
@ -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}
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user