forked from pool/python-starlette
Accepting request 1042571 from home:david.anes:branches:devel:languages:python
- 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. OBS-URL: https://build.opensuse.org/request/show/1042571 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-starlette?expand=0&rev=24
This commit is contained in:
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 13 08:27:49 UTC 2022 - David Anes <david.anes@suse.com>
|
||||||
|
|
||||||
|
- 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 <michael@stroeder.com>
|
Sun Nov 27 22:53:40 UTC 2022 - Michael Ströder <michael@stroeder.com>
|
||||||
|
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
%{?!python_module:%define python_module() python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-starlette%{psuffix}
|
Name: python-starlette%{psuffix}
|
||||||
Version: 0.22.0
|
Version: 0.23.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lightweight ASGI framework/toolkit
|
Summary: Lightweight ASGI framework/toolkit
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@@ -53,6 +53,7 @@ BuildArch: noarch
|
|||||||
BuildRequires: %{python_module aiofiles}
|
BuildRequires: %{python_module aiofiles}
|
||||||
BuildRequires: %{python_module aiosqlite}
|
BuildRequires: %{python_module aiosqlite}
|
||||||
BuildRequires: %{python_module databases}
|
BuildRequires: %{python_module databases}
|
||||||
|
BuildRequires: %{python_module exceptiongroup}
|
||||||
BuildRequires: %{python_module graphene}
|
BuildRequires: %{python_module graphene}
|
||||||
BuildRequires: %{python_module pytest-asyncio}
|
BuildRequires: %{python_module pytest-asyncio}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bc0b7933dfff44bce96e246789cc66763eb620742d94a6c2cb269fdda9ac5ffb
|
|
||||||
size 2830077
|
|
3
starlette-0.23.1.tar.gz
Normal file
3
starlette-0.23.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:263e3a27e430c5f785e3d1a89037ee2da7b4ab924bcf3223aac3c8183255799e
|
||||||
|
size 2830865
|
Reference in New Issue
Block a user