Accepting request 999486 from home:stroeder:python

Update to 0.81.0

OBS-URL: https://build.opensuse.org/request/show/999486
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=6
This commit is contained in:
John Vandenberg 2022-08-30 12:27:49 +00:00 committed by Git OBS Bridge
parent df4d542f8d
commit 8155e8af4d
4 changed files with 39 additions and 4 deletions

View File

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

3
fastapi-0.81.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,38 @@
-------------------------------------------------------------------
Fri Aug 26 21:20:08 UTC 2022 - Michael Ströder <michael@stroeder.com>
- Update to 0.81.0
* Features
- Add ReDoc <noscript> warning when JS is disabled. PR #5074
- Add support for FrozenSet in parameters (e.g. query). PR #2938
- Allow custom middlewares to raise HTTPExceptions and propagate them. PR #2036
- Preserve json.JSONDecodeError information when handling invalid JSON
in request body, to support custom exception handlers that
use its information. PR #4057
* Fixes
- Fix jsonable_encoder for dataclasses with pydantic-compatible fields. PR #3607
- Fix support for extending openapi_extras with parameter lists. PR #4267
-------------------------------------------------------------------
Tue Aug 23 15:37:25 UTC 2022 - Michael Ströder <michael@stroeder.com>
- Update to 0.80.0
* Breaking Changes - Fixes
- Fix response_model not invalidating None. PR #2725
* Fixes
- Upgrade Swagger UI copy of oauth2-redirect.html to include
fixes for flavors of authorization code flows in Swagger UI. PR #3439
- Strip empty whitespace from description extracted from
docstrings. PR #2821
- Fix cached dependencies when using a dependency in Security() and
other places (e.g. Depends()) with different OAuth2 scopes. PR #2945
- Update type annotations for response_model, allow things like
Union[str, None]. PR #5294
* Translations
- Fix typos in German translation for docs/de/docs/features.md. PR #4533
- Add missing navigator for encoder.md in Korean translation. PR #5238
(Empty PR merge by accident) #4913.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 18 22:57:21 UTC 2022 - Michael Ströder <michael@stroeder.com> Thu Aug 18 22:57:21 UTC 2022 - Michael Ströder <michael@stroeder.com>

View File

@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fastapi Name: python-fastapi
Version: 0.79.1 Version: 0.81.0
Release: 0 Release: 0
Summary: FastAPI framework Summary: FastAPI framework
License: MIT License: MIT