14
0

- Update to 0.95.1:

* Fix using Annotated in routers or path operations decorated multiple
    times.
- Add patch remove-classifiers.patch:
  * Remove unknown classifiers.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=35
This commit is contained in:
2023-04-14 04:24:38 +00:00
committed by Git OBS Bridge
parent a8a3e16ea7
commit 2cfb93d68a
5 changed files with 28 additions and 5 deletions

View File

@@ -19,13 +19,14 @@
# Keep extra test requirements out of Ring1
%bcond_with ringdisabled
Name: python-fastapi
Version: 0.95.0
Version: 0.95.1
Release: 0
Summary: FastAPI framework
License: MIT
Group: Development/Languages/Python
URL: https://github.com/tiangolo/fastapi
Source: https://files.pythonhosted.org/packages/source/f/fastapi/fastapi-%{version}.tar.gz
# PATCH-FIX-OPENSUSE Remove two unknown classifiers
Patch0: remove-classifiers.patch
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pydantic >= 1.8.2}