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-10-20 23:16:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fastapi (Old)
 and      /work/SRC/openSUSE:Factory/.python-fastapi.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-fastapi"

Fri Oct 20 23:16:26 2023 rev:24 rq:1119161 version:0.104.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fastapi/python-fastapi.changes    
2023-10-02 20:04:34.246714101 +0200
+++ /work/SRC/openSUSE:Factory/.python-fastapi.new.1945/python-fastapi.changes  
2023-10-20 23:17:17.891682626 +0200
@@ -1,0 +2,8 @@
+Thu Oct 19 11:21:33 UTC 2023 - Ondřej Súkup <mimi...@gmail.com>
+
+- update to 0.104.0
+ * Add reference (code API) docs with PEP 727, add subclass
+    with custom docstrings for BackgroundTasks, refactor docs structure. 
+- disable test_dependency_gets_exception -> 
https://github.com/tiangolo/fastapi/discussions/9934
+
+-------------------------------------------------------------------

Old:
----
  fastapi-0.103.2.tar.gz

New:
----
  fastapi-0.104.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-fastapi.spec ++++++
--- /var/tmp/diff_new_pack.8MX1ed/_old  2023-10-20 23:17:18.739713567 +0200
+++ /var/tmp/diff_new_pack.8MX1ed/_new  2023-10-20 23:17:18.739713567 +0200
@@ -19,7 +19,7 @@
 # Keep extra test requirements out of Ring1
 %bcond_with ringdisabled
 Name:           python-fastapi
-Version:        0.103.2
+Version:        0.104.0
 Release:        0
 Summary:        FastAPI framework
 License:        MIT
@@ -31,10 +31,12 @@
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pydantic >= 1.8.2}
 BuildRequires:  %{python_module starlette >= 0.27.0}
+BuildRequires:  %{python_module typing_extensions >= 4.8.0}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-pydantic >= 1.8.2
 Requires:       python-starlette >= 0.27.0
+Requires:       python-typing_extensions >= 4.8.0
 BuildArch:      noarch
 # SECTION test requirements
 BuildRequires:  %{python_module pytest}
@@ -75,6 +77,8 @@
 %check
 # more warnings as expected
 donttest="test_warn_duplicate_operation_id"
+# https://github.com/tiangolo/fastapi/discussions/9934
+donttest="$donttest or test_dependency_gets_exception"
 %if %{with ringdisabled}
 ignorefiles="$ignorefiles --ignore tests/test_default_response_class.py"
 ignorefiles="$ignorefiles --ignore 
tests/test_tutorial/test_async_sql_databases/test_tutorial001.py"

++++++ fastapi-0.103.2.tar.gz -> fastapi-0.104.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-fastapi/fastapi-0.103.2.tar.gz 
/work/SRC/openSUSE:Factory/.python-fastapi.new.1945/fastapi-0.104.0.tar.gz 
differ: char 14, line 1

Reply via email to