diff --git a/python-starlette.changes b/python-starlette.changes index 33f6470..772f8ff 100644 --- a/python-starlette.changes +++ b/python-starlette.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sat May 28 15:16:15 UTC 2022 - Michael Ströder + +- Update to 0.19.1: + * Fixed + - Fix inference of Route.name when created from methods #1553. + - Avoid TypeError on websocket.disconnect when code is None #1574. + * Deprecated + - Deprecate WS_1004_NO_STATUS_RCVD and WS_1005_ABNORMAL_CLOSURE in favor + of WS_1005_NO_STATUS_RCVD and WS_1006_ABNORMAL_CLOSURE, as the previous + constants didn't match the WebSockets specs #1580. + ------------------------------------------------------------------- Mon Apr 18 15:27:00 UTC 2022 - Michael Ströder diff --git a/python-starlette.spec b/python-starlette.spec index 5aca8e3..8e4d35f 100644 --- a/python-starlette.spec +++ b/python-starlette.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-starlette -Version: 0.19.0 +Version: 0.19.1 Release: 0 Summary: Lightweight ASGI framework/toolkit License: BSD-3-Clause diff --git a/starlette-0.19.0.tar.gz b/starlette-0.19.0.tar.gz deleted file mode 100644 index 8ed1320..0000000 --- a/starlette-0.19.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:072c19cb6a7da49f7ef7f45208b4573786c756880df8d0f2e320f2b807467c2b -size 412337 diff --git a/starlette-0.19.1.tar.gz b/starlette-0.19.1.tar.gz new file mode 100644 index 0000000..5acb83e --- /dev/null +++ b/starlette-0.19.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fd1490360094275491ebde4ea575b3cef19d710400e9fbc0f540c772bb8d084 +size 415049