diff --git a/python-starlette.changes b/python-starlette.changes index 248a38d..a3f6d2c 100644 --- a/python-starlette.changes +++ b/python-starlette.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Nov 27 22:53:40 UTC 2022 - Michael Ströder + +- Update to 0.22.0 + * Changed + - Bypass GZipMiddleware when response includes Content-Encoding #1901. + * Fixed + - Remove unneeded unquote() from query parameters on the TestClient #1953. + - Make sure MutableHeaders._list is actually a list #1917. + - Import compatibility with the next version of AnyIO #1936. + ------------------------------------------------------------------- Thu Sep 29 08:19:37 UTC 2022 - Michael Ströder diff --git a/python-starlette.spec b/python-starlette.spec index b6da433..da741a8 100644 --- a/python-starlette.spec +++ b/python-starlette.spec @@ -27,7 +27,7 @@ %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-starlette%{psuffix} -Version: 0.21.0 +Version: 0.22.0 Release: 0 Summary: Lightweight ASGI framework/toolkit License: BSD-3-Clause diff --git a/starlette-0.21.0.tar.gz b/starlette-0.21.0.tar.gz deleted file mode 100644 index af5db0c..0000000 --- a/starlette-0.21.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2ccf92057ce5d66e2b7571c9f6931aa5748208175a77ddd0f8a7f9cc223a5bcd -size 2830353 diff --git a/starlette-0.22.0.tar.gz b/starlette-0.22.0.tar.gz new file mode 100644 index 0000000..123887e --- /dev/null +++ b/starlette-0.22.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc0b7933dfff44bce96e246789cc66763eb620742d94a6c2cb269fdda9ac5ffb +size 2830077