forked from pool/python-uvicorn
- Update to 0.34.2:
* Added
+ Add content-length to 500 response in wsproto implementation
* Fixed
+ Flush stdout buffer on Windows to trigger reload
+ Drop ASGI spec version to 2.3 on HTTP scope
+ Enable httptools lenient data on httptools >= 0.6.3
* Deprecated
+ Deprecate ServerState in the main module
* Removed
+ Drop support for Python 3.8
+ Remove WatchGod support for --reload
- Add patch support-websockets-14+.patch:
* Ignore multiple classes of DeprecationWarnings.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-uvicorn?expand=0&rev=40
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 1 06:28:46 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Update to 0.34.2:
|
||||
* Added
|
||||
+ Add content-length to 500 response in wsproto implementation
|
||||
* Fixed
|
||||
+ Flush stdout buffer on Windows to trigger reload
|
||||
+ Drop ASGI spec version to 2.3 on HTTP scope
|
||||
+ Enable httptools lenient data on httptools >= 0.6.3
|
||||
* Deprecated
|
||||
+ Deprecate ServerState in the main module
|
||||
* Removed
|
||||
+ Drop support for Python 3.8
|
||||
+ Remove WatchGod support for --reload
|
||||
- Add patch support-websockets-14+.patch:
|
||||
* Ignore multiple classes of DeprecationWarnings.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 30 10:37:07 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user