* twisted.internet.interfaces.IReactorMulticast now accept IPv6
literals and allow for IPv6 multicast.
* TCP throughput when sending data is slightly faster.
* twisted.trial.unittest.TestCase.defer* methods were removed and
converted to private methods.
* Deprecations and removals in twisted.internet.defer
* twisted.conch.client.direct.SSHClientTransport.verifyHostKey no
longer crashes with an encoding error while attempting to verify
the peer's IP address.
* The twisted.web.websockets module has been added, adding a
websockets server and client based on the wsproto library.
- Add py314.patch to fix or skip tests failing with Python 3.14
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Twisted?expand=0&rev=164
16 lines
345 B
Diff
16 lines
345 B
Diff
Index: twisted-25.5.0/pyproject.toml
|
|
===================================================================
|
|
--- twisted-25.5.0.orig/pyproject.toml
|
|
+++ twisted-25.5.0/pyproject.toml
|
|
@@ -97,8 +97,8 @@ serial = [
|
|
]
|
|
|
|
http2 = [
|
|
- "h2 >= 3.2, < 5.0",
|
|
- "priority >= 1.1.0, < 2.0",
|
|
+ "h2 >= 3.2",
|
|
+ "priority >= 1.1.0",
|
|
]
|
|
|
|
websocket = [
|