14
0

Accepting request 1228324 from home:glaubitz:branches:devel:languages:python

- Update to 0.38.0
  * Python 3.13 Support (#988)
  * [fix] wsgi: server MUST NOT send Content-Length/Transfer-Encoding
    header in response with a status code of 1xx, 204 or (2xx to CONNECT
    request) (#747)
  * [fix] wsgi: No request Content-Length nor Transfer-Encoding implies
    no body (#985)
- Drop 313-new-thread-attributes.patch, merged upstream
- Drop no-dynamic-version.patch, no longer required
- Switch back to stable releases

OBS-URL: https://build.opensuse.org/request/show/1228324
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=125
This commit is contained in:
2024-12-04 22:12:47 +00:00
committed by Git OBS Bridge
parent a755cf3e1d
commit 6e3d4132a3
9 changed files with 20 additions and 91 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Dec 4 13:49:59 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.38.0
* Python 3.13 Support (#988)
* [fix] wsgi: server MUST NOT send Content-Length/Transfer-Encoding
header in response with a status code of 1xx, 204 or (2xx to CONNECT
request) (#747)
* [fix] wsgi: No request Content-Length nor Transfer-Encoding implies
no body (#985)
- Drop 313-new-thread-attributes.patch, merged upstream
- Drop no-dynamic-version.patch, no longer required
- Switch back to stable releases
-------------------------------------------------------------------
Wed Oct 23 23:18:11 UTC 2024 - mcepl@cepl.eu