python-Twisted
An extensible framework for Python programming, with special focus
on event-based network programming and multiprotocol integration.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
9
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP5:FactoryCandidates/python-Twisted && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
1521_delegate_parseqs_stdlib_bpo42967.patch | 0000003346 3.27 KB | |
CVE-2022-24801-http-1.1-leniency.patch | 0000025230 24.6 KB | |
Twisted-22.2.0.tar.gz | 0003733470 3.56 MB | |
no-cython_test_exception_raiser.patch | 0000000705 705 Bytes | |
no-pygtkcompat.patch | 0000001606 1.57 KB | |
no-test_successResultOfWithFailureHasTraceback.pat |
0000001010 1010 Bytes | |
python-Twisted-rpmlintrc | 0000000107 107 Bytes | |
python-Twisted.changes | 0000061415 60 KB | |
python-Twisted.spec | 0000008145 7.95 KB | |
remove-dependency-version-upper-bounds.patch | 0000000430 430 Bytes | |
skip-namespacewithwhitespace.patch | 0000000830 830 Bytes | |
skip_MultiCast.patch | 0000000949 949 Bytes |
Revision 54 (latest revision is 72)
Dominique Leuenberger (dimstar_suse)
accepted
request 967387
from
Steve Kowalik (StevenK)
(revision 54)
- Update to 22.2.0: * Bugfixes + twisted.internet.gireactor.PortableGIReactor.simulate and twisted.internet.gtk2reactor.PortableGtkReactor.simulate no longer raises TypeError when there are no delayed called. This was a regression introduced with the migration to Python 3 in which the builtin min function no longer accepts None as an argument. (#9660) + twisted.conch.ssh.transport.SSHTransportBase now disconnects the remote peer if the SSH version string is not sent in the first 4096 bytes. (#10284, CVE-2022-21716, GHSA-rv6r-3f5q-9rgx) * Improved Documentation + Add type annotations for twisted.web.http.Request.getHeader. (#10270) * Deprecations and Removals + Support for Python 3.6, which is EoL as of 2021-09-04, has been deprecated. (#10303) - Add patch CVE-2022-24801-http-1.1-leniency.patch: * Be stricter about HTTP/1.1 headers. (bsc#1198086)
Comments 0