diff --git a/python-uvicorn.changes b/python-uvicorn.changes index 4022c9f..78be981 100644 --- a/python-uvicorn.changes +++ b/python-uvicorn.changes @@ -1,3 +1,25 @@ +------------------------------------------------------------------- +Sun Mar 17 10:11:10 UTC 2024 - Dirk Müller + +- 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 diff --git a/python-uvicorn.spec b/python-uvicorn.spec index e5a4935..9182c3e 100644 --- a/python-uvicorn.spec +++ b/python-uvicorn.spec @@ -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 diff --git a/uvicorn-0.25.0.tar.gz b/uvicorn-0.25.0.tar.gz deleted file mode 100644 index 98436b9..0000000 --- a/uvicorn-0.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ae1b49d8406d3fec8f63195644546e6ee18de841beecce3fba86de5422cee09e -size 717386 diff --git a/uvicorn-0.28.0.tar.gz b/uvicorn-0.28.0.tar.gz new file mode 100644 index 0000000..b86e6e8 --- /dev/null +++ b/uvicorn-0.28.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19d6cd857adb6c4a73178ede438a59eefbb3ffea8afa594648cf64105924d390 +size 718359