Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-fastapi for openSUSE:Factory checked in at 2023-05-03 12:56:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-fastapi (Old) and /work/SRC/openSUSE:Factory/.python-fastapi.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fastapi" Wed May 3 12:56:12 2023 rev:16 rq:1079329 version:0.95.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-fastapi/python-fastapi.changes 2023-03-24 15:15:51.929447732 +0100 +++ /work/SRC/openSUSE:Factory/.python-fastapi.new.1533/python-fastapi.changes 2023-05-03 12:56:13.535461735 +0200 @@ -1,0 +2,9 @@ +Fri Apr 14 04:20:29 UTC 2023 - Steve Kowalik <[email protected]> + +- Update to 0.95.1: + * Fix using Annotated in routers or path operations decorated multiple + times. +- Add patch remove-classifiers.patch: + * Remove unknown classifiers. + +------------------------------------------------------------------- Old: ---- fastapi-0.95.0.tar.gz New: ---- fastapi-0.95.1.tar.gz remove-classifiers.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-fastapi.spec ++++++ --- /var/tmp/diff_new_pack.983VMt/_old 2023-05-03 12:56:14.219465754 +0200 +++ /var/tmp/diff_new_pack.983VMt/_new 2023-05-03 12:56:14.223465778 +0200 @@ -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} ++++++ fastapi-0.95.0.tar.gz -> fastapi-0.95.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-fastapi/fastapi-0.95.0.tar.gz /work/SRC/openSUSE:Factory/.python-fastapi.new.1533/fastapi-0.95.1.tar.gz differ: char 13, line 1 ++++++ remove-classifiers.patch ++++++ Index: fastapi-0.95.1/pyproject.toml =================================================================== --- fastapi-0.95.1.orig/pyproject.toml +++ fastapi-0.95.1/pyproject.toml @@ -27,8 +27,6 @@ classifiers = [ "Environment :: Web Environment", "Framework :: AsyncIO", "Framework :: FastAPI", - "Framework :: Pydantic", - "Framework :: Pydantic :: 1", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3 :: Only",
