forked from pool/python-uvicorn
Accepting request 1158719 from devel:languages:python
- update to 0.28.0: * Raise `ClientDisconnected` on `send()` when client disconnected (#2220) 12/02/24 * Except `AttributeError` on `sys.stdin.fileno()` for Windows IIS10 (#1947) 29/02/24 * Use `X-Forwarded-Proto` for WebSockets scheme when the proxy provides it (#2258) 01/03/24 * Fix spurious LocalProtocolError errors when processing pipelined requests (#2243) 10/02/24 * Fix nav overrides for newer version of Mkdocs Material (#2233) 26/01/24 * Raise `ClientDisconnect(IOError)` on `send()` when client disconnected (#2218) 19/01/24 * Bump ASGI WebSocket spec version to 2.4 (#2221) 20/01/24 * Update `--root-path` to include the root path prefix in the full ASGI `path` as per the ASGI spec (#2213) 16/01/24 * Use `__future__.annotations` on some internal modules (#2199) 16/01/24 OBS-URL: https://build.opensuse.org/request/show/1158719 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-uvicorn?expand=0&rev=17
This commit is contained in:
@@ -1,3 +1,25 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 17 10:11:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.28.0:
|
||||
* Raise `ClientDisconnected` on `send()` when client
|
||||
disconnected (#2220) 12/02/24
|
||||
* Except `AttributeError` on `sys.stdin.fileno()` for Windows
|
||||
IIS10 (#1947) 29/02/24
|
||||
* Use `X-Forwarded-Proto` for WebSockets scheme when the proxy
|
||||
provides it (#2258) 01/03/24
|
||||
* Fix spurious LocalProtocolError errors when processing
|
||||
pipelined requests (#2243) 10/02/24
|
||||
* Fix nav overrides for newer version of Mkdocs Material
|
||||
(#2233) 26/01/24
|
||||
* Raise `ClientDisconnect(IOError)` on `send()` when client
|
||||
disconnected (#2218) 19/01/24
|
||||
* Bump ASGI WebSocket spec version to 2.4 (#2221) 20/01/24
|
||||
* Update `--root-path` to include the root path prefix in the
|
||||
full ASGI `path` as per the ASGI spec (#2213) 16/01/24
|
||||
* Use `__future__.annotations` on some internal modules (#2199)
|
||||
16/01/24
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 30 12:43:20 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
|
||||
|
||||
|
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-uvicorn
|
||||
Version: 0.25.0
|
||||
Version: 0.28.0
|
||||
Release: 0
|
||||
Summary: An Asynchronous Server Gateway Interface server
|
||||
License: BSD-3-Clause
|
||||
|
BIN
uvicorn-0.25.0.tar.gz
(Stored with Git LFS)
BIN
uvicorn-0.25.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
uvicorn-0.28.0.tar.gz
Normal file
3
uvicorn-0.28.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:19d6cd857adb6c4a73178ede438a59eefbb3ffea8afa594648cf64105924d390
|
||||
size 718359
|
Reference in New Issue
Block a user