14
0

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

OBS-URL: https://build.opensuse.org/request/show/1064385
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=25
This commit is contained in:
2023-02-11 11:52:31 +00:00
committed by Git OBS Bridge
parent 363d21ca55
commit dc4c9d2452
4 changed files with 50 additions and 5 deletions

View File

@@ -19,7 +19,7 @@
# Keep extra test requirements out of Ring1
%bcond_with ringdisabled
Name: python-fastapi
Version: 0.89.1
Version: 0.91.0
Release: 0
Summary: FastAPI framework
License: MIT
@@ -33,7 +33,7 @@ BuildRequires: %{python_module starlette >= 0.22.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-pydantic >= 1.8.2
Requires: python-starlette >= 0.22.0
Requires: python-starlette >= 0.24.0
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module pytest}