forked from pool/python-fastapi
Accepting request 1138505 from home:bnavigator:branches:devel:languages:python
- Update to 0.109.0 * Add support for Python 3.12. PR #10666 by @Jamim. * Upgrade Starlette to >=0.35.0,<0.36.0. PR #10938 by @tiangolo. * Translation updates OBS-URL: https://build.opensuse.org/request/show/1138505 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastapi?expand=0&rev=62
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-fastapi
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -20,7 +20,7 @@
|
||||
%bcond_with ringdisabled
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-fastapi
|
||||
Version: 0.108.0
|
||||
Version: 0.109.0
|
||||
Release: 0
|
||||
Summary: FastAPI framework
|
||||
License: MIT
|
||||
@@ -31,13 +31,13 @@ Patch0: remove-classifiers.patch
|
||||
BuildRequires: %{python_module hatchling}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pydantic >= 1.8.2}
|
||||
BuildRequires: %{python_module starlette >= 0.29.0}
|
||||
BuildRequires: %{python_module starlette >= 0.35.0 with %python-starlette < 0.36}
|
||||
BuildRequires: %{python_module typing_extensions >= 4.8.0}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-pydantic >= 1.8.2
|
||||
Requires: python-starlette >= 0.29.0
|
||||
Requires: python-typing_extensions >= 4.8.0
|
||||
Requires: (python-starlette >= 0.35.0 with python-starlette < 0.36)
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
BuildRequires: %{python_module pytest}
|
||||
|
Reference in New Issue
Block a user