python-Twisted
An extensible framework for Python programming, with special focus
on event-based network programming and multiprotocol integration.
- Devel package for openSUSE:Factory
-
15
derived packages
- Links to openSUSE:Factory / python-Twisted
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-Twisted && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
1521_delegate_parseqs_stdlib_bpo42967.patch | 0000003346 3.27 KB | |
_link | 0000000149 149 Bytes | |
_multibuild | 0000000053 53 Bytes | |
no-cython_test_exception_raiser.patch | 0000000715 715 Bytes | |
no-test_successResultOfWithFailureHasTraceback.pat |
0000001013 1013 Bytes | |
python-Twisted.changes | 0000070555 68.9 KB | |
python-Twisted.rpmlintrc | 0000000082 82 Bytes | |
python-Twisted.spec | 0000010427 10.2 KB | |
remove-dependency-version-upper-bounds.patch | 0000000355 355 Bytes | |
skip_MultiCast.patch | 0000000952 952 Bytes | |
twisted-23.10.0.tar.gz | 0003495627 3.33 MB |
Revision 143 (latest revision is 159)
Matej Cepl (mcepl)
accepted
request 1128275
from
Markéta Machová (mcalabkova)
(revision 143)
- Update to 23.10.0 * reactor.spawnProcess() now uses posix_spawnp when possible, making it much more efficient (#5710) * Twisted now officially supports Python 3.11. (#10343) * twisted.internet.defer.race has been added as a way to get the first available result from a list of Deferreds. (#11817) * The CI suite was updated to execute the tests using a Python 3.12 pre-release (#11857) * PyAsn1 has been removed as a conch dependency. * Due to changes in the way raw private key byte serialization are handled in Cryptography, and widespread support for Ed25519 in current versions of OpenSSL, we no longer support PyNaCl as a fallback for Ed25519 keys in Conch. (#11871) * In Twisted 16.3.0, we changed twisted.web to stop dispatching HTTP/1.1 pipelined requests to application code. There was a bug in this change which still allowed clients which could send multiple full HTTP requests in a single TCP segment to trigger asynchronous processing of later requests, which could lead to out-of-order responses. This has now been corrected and twisted.web should never process a pipelined request over HTTP/1.1 until the previous request has fully completed. (CVE-2023-46137, GHSA-cq7q-gv5w-rwx2) (#11976) * Drop support for Python 3.7. Remove twisted[contextvars] extra (contextvars are always available in Python 3.7+) (#11913) * When using CPython, functions wrapped by twisted.internet.defer.inlineCallbacks can have their arguments and return values freed immediately after completion (due to there no longer being circular references). (#11885) - Delete merged patches: * regenerate-cert-to-work-with-latest-service-identity.patch * no-pygtkcompat.patch * support-new-glibc.patch * CVE-2023-46137-HTTP-pipeline-response.patch * remove-pynacl-optional-dependency.patch * py311-tests-compat.patch
Comments 0