diff --git a/python-starlette.changes b/python-starlette.changes index a3f6d2c..18c0922 100644 --- a/python-starlette.changes +++ b/python-starlette.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Dec 13 08:27:49 UTC 2022 - David Anes + +- Update to 0.21.3 + * Fixed + - Only stop receiving stream on body_stream if body is empty on i + the BaseHTTPMiddleware. + +- Update to 0.21.0 + * Added + - Add headers parameter to the TestClient. + * Deprecated + - Deprecate Starlette and Router decorators. + * Fixed + - Fix bug on FloatConvertor regex. + +- Fix test package by adding 'exceptiongroup' python module as a + build dependency. + ------------------------------------------------------------------- Sun Nov 27 22:53:40 UTC 2022 - Michael Ströder diff --git a/python-starlette.spec b/python-starlette.spec index da741a8..e5db20b 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.22.0 +Version: 0.23.1 Release: 0 Summary: Lightweight ASGI framework/toolkit License: BSD-3-Clause @@ -53,6 +53,7 @@ BuildArch: noarch BuildRequires: %{python_module aiofiles} BuildRequires: %{python_module aiosqlite} BuildRequires: %{python_module databases} +BuildRequires: %{python_module exceptiongroup} BuildRequires: %{python_module graphene} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} diff --git a/starlette-0.22.0.tar.gz b/starlette-0.22.0.tar.gz deleted file mode 100644 index 123887e..0000000 --- a/starlette-0.22.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bc0b7933dfff44bce96e246789cc66763eb620742d94a6c2cb269fdda9ac5ffb -size 2830077 diff --git a/starlette-0.23.1.tar.gz b/starlette-0.23.1.tar.gz new file mode 100644 index 0000000..bd9c1eb --- /dev/null +++ b/starlette-0.23.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:263e3a27e430c5f785e3d1a89037ee2da7b4ab924bcf3223aac3c8183255799e +size 2830865