Accepting request 1073258 from home:david.anes:branches:devel:languages:python

- Update to 0.95.0:
  * Highlights
    - This release adds support for dependencies and parameters 
      using Annotated and recommends its usage. 
  * Features
    - Add support for PEP-593 Annotated for specifying dependencies 
      and parameters. PR #4871 by @nzig.
  * Docs
    - Tweak tip recommending Annotated in docs. 
      PR #9270 by @tiangolo.
    - Update order of examples, latest Python version first, and 
      simplify version tab names. PR #9269 by @tiangolo.
    - Update all docs to use Annotated as the main recommendation, 
      with new examples and tests. PR #9268 by @tiangolo.

OBS-URL: https://build.opensuse.org/request/show/1073258
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=32
This commit is contained in:
Matej Cepl 2023-03-20 14:38:50 +00:00 committed by Git OBS Bridge
parent 96d40c3062
commit 36b764e115
4 changed files with 22 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Mar 20 11:52:11 UTC 2023 - David Anes <david.anes@suse.com>
- Update to 0.95.0:
* Highlights
- This release adds support for dependencies and parameters
using Annotated and recommends its usage.
* Features
- Add support for PEP-593 Annotated for specifying dependencies
and parameters. PR #4871 by @nzig.
* Docs
- Tweak tip recommending Annotated in docs.
PR #9270 by @tiangolo.
- Update order of examples, latest Python version first, and
simplify version tab names. PR #9269 by @tiangolo.
- Update all docs to use Annotated as the main recommendation,
with new examples and tests. PR #9268 by @tiangolo.
-------------------------------------------------------------------
Tue Mar 14 09:28:08 UTC 2023 - David Anes <david.anes@suse.com>

View File

@ -19,7 +19,7 @@
# Keep extra test requirements out of Ring1
%bcond_with ringdisabled
Name: python-fastapi
Version: 0.94.1
Version: 0.95.0
Release: 0
Summary: FastAPI framework
License: MIT