Accepting request 988963 from devel:languages:python

- Update to 0.20.4:
  - Remove converter from path when generating OpenAPI schema
    #1648.
  - Revert "Allow StaticFiles to follow symlinks" #1681.
  - Fix regression on route paths with colons #1675.
  - Allow StaticFiles to follow symlinks #1337.
  - Improve detection of async callables #1444.
  - Send 400 (Bad Request) when boundary is missing #1617.
  - Send 400 (Bad Request) when missing "name" field on
    Content-Disposition header #1643.
  - Do not send empty data to StreamingResponse on
    BaseHTTPMiddleware #1609.
  - Add __bool__ dunder for Secret #1625.
  - Drop Python 3.6 support #1357 and #1616.

OBS-URL: https://build.opensuse.org/request/show/988963
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-starlette?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2022-07-13 11:45:26 +00:00 committed by Git OBS Bridge
commit 3f68fdba38
4 changed files with 23 additions and 6 deletions

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Tue Jul 12 17:55:25 UTC 2022 - Michael Ströder <michael@stroeder.com>
- Update to 0.20.4:
- Remove converter from path when generating OpenAPI schema
#1648.
- Revert "Allow StaticFiles to follow symlinks" #1681.
- Fix regression on route paths with colons #1675.
- Allow StaticFiles to follow symlinks #1337.
- Improve detection of async callables #1444.
- Send 400 (Bad Request) when boundary is missing #1617.
- Send 400 (Bad Request) when missing "name" field on
Content-Disposition header #1643.
- Do not send empty data to StreamingResponse on
BaseHTTPMiddleware #1609.
- Add __bool__ dunder for Secret #1625.
- Drop Python 3.6 support #1357 and #1616.
-------------------------------------------------------------------
Sat May 28 15:16:15 UTC 2022 - Michael Ströder <michael@stroeder.com>

View File

@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-starlette
Version: 0.19.1
Version: 0.20.4
Release: 0
Summary: Lightweight ASGI framework/toolkit
License: BSD-3-Clause
@ -45,8 +45,7 @@ BuildRequires: %{python_module trio}
BuildRequires: %{python_module typing_extensions}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: (python3-aiocontextvars if python3-base < 3.7)
BuildRequires: (python36-aiocontextvars if python36-base)
BuildRequires: python3-base >= 3.7
BuildArch: noarch
%python_subpackages

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0fd1490360094275491ebde4ea575b3cef19d710400e9fbc0f540c772bb8d084
size 415049

3
starlette-0.20.4.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95d69003585563bfc1e832fc9169f65fe92207fd57ce64f657933f37a454bd0e
size 2819634