Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-uvicorn for openSUSE:Factory 
checked in at 2026-03-30 18:29:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-uvicorn (Old)
 and      /work/SRC/openSUSE:Factory/.python-uvicorn.new.1999 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-uvicorn"

Mon Mar 30 18:29:39 2026 rev:23 rq:1343384 version:0.40.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-uvicorn/python-uvicorn.changes    
2025-09-25 18:44:42.828710774 +0200
+++ /work/SRC/openSUSE:Factory/.python-uvicorn.new.1999/python-uvicorn.changes  
2026-03-30 18:29:40.627025026 +0200
@@ -1,0 +2,7 @@
+Fri Mar 27 13:34:07 UTC 2026 - Georg Pfuetzenreuter 
<[email protected]>
+
+- Update to 0.40.0
+- Refresh support-websockets-14+.patch
+- Drop py314.patch (functionality was released)
+
+-------------------------------------------------------------------

Old:
----
  py314.patch
  uvicorn-0.36.0.tar.gz

New:
----
  uvicorn-0.40.0.tar.gz

----------(Old B)----------
  Old:- Refresh support-websockets-14+.patch
- Drop py314.patch (functionality was released)
----------(Old E)----------

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

Other differences:
------------------
++++++ python-uvicorn.spec ++++++
--- /var/tmp/diff_new_pack.60lkAr/_old  2026-03-30 18:29:41.559063763 +0200
+++ /var/tmp/diff_new_pack.60lkAr/_new  2026-03-30 18:29:41.559063763 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-uvicorn
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 %endif
 %{?sle15_python_module_pythons}
 Name:           python-uvicorn
-Version:        0.36.0
+Version:        0.40.0
 Release:        0
 Summary:        An Asynchronous Server Gateway Interface server
 License:        BSD-3-Clause
@@ -31,9 +31,7 @@
 Source:         
https://github.com/encode/uvicorn/archive/%{version}.tar.gz#/uvicorn-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE Ignore the large amount of DeprecationWarnings that 
websockets 14 gave us
 Patch0:         support-websockets-14+.patch
-# PATCH-FIX-UPSTREAM small part of https://github.com/Kludex/uvicorn/pull/2548 
test on 3.14
-Patch1:         py314.patch
-BuildRequires:  %{python_module base >= 3.8}
+BuildRequires:  %{python_module base >= 3.10}
 BuildRequires:  %{python_module hatchling}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
@@ -43,8 +41,8 @@
 Requires:       python-click >= 7.0
 Requires:       python-h11 >= 0.8.0
 Recommends:     python-PyYAML >= 5.1
-Recommends:     python-httptools >= 0.4.0
-Recommends:     python-websockets >= 8.0
+Recommends:     python-httptools >= 0.6.3
+Recommends:     python-websockets >= 10.4
 BuildArch:      noarch
 %if %{with libalternatives}
 BuildRequires:  alts
@@ -57,8 +55,8 @@
 BuildRequires:  %{python_module PyYAML >= 5.1}
 BuildRequires:  %{python_module click >= 7.0}
 BuildRequires:  %{python_module h11 >= 0.8.0}
-BuildRequires:  %{python_module httptools >= 0.4.0}
-BuildRequires:  %{python_module httpx >= 0.27}
+BuildRequires:  %{python_module httptools >= 0.6.3}
+BuildRequires:  %{python_module httpx >= 0.28}
 BuildRequires:  %{python_module pytest-asyncio}
 BuildRequires:  %{python_module pytest-mock}
 BuildRequires:  %{python_module pytest-xdist}
@@ -69,7 +67,7 @@
 BuildRequires:  %{python_module websockets >= 10.4}
 BuildRequires:  %{python_module wsproto >= 1.2.0}
 %if 0%{?suse_version} > 1500
-BuildRequires:  %{python_module uvloop >= 0.14.0}
+BuildRequires:  %{python_module uvloop >= 0.15.1}
 %endif
 # We don't want watchfiles in Ring1
 #BuildRequires:  #{python_module watchfiles >= 0.13}

++++++ support-websockets-14+.patch ++++++
--- /var/tmp/diff_new_pack.60lkAr/_old  2026-03-30 18:29:41.599065425 +0200
+++ /var/tmp/diff_new_pack.60lkAr/_new  2026-03-30 18:29:41.603065591 +0200
@@ -1,13 +1,11 @@
-Index: uvicorn-0.36.0/pyproject.toml
-===================================================================
---- uvicorn-0.36.0.orig/pyproject.toml
-+++ uvicorn-0.36.0/pyproject.toml
-@@ -130,6 +130,7 @@ filterwarnings = [
+--- uvicorn-0.40.0.orig/pyproject.toml 2025-12-21 15:04:42.000000000 +0100
++++ uvicorn-0.40.0/pyproject.toml      2026-03-27 19:52:49.816239634 +0100
+@@ -127,6 +127,7 @@
      "ignore: websockets.legacy is deprecated.*:DeprecationWarning",
      "ignore: websockets.server.WebSocketServerProtocol is 
deprecated.*:DeprecationWarning",
      "ignore: websockets.client.connect is deprecated.*:DeprecationWarning",
 +    "ignore: websockets.exceptions.InvalidStatusCode is 
deprecated:DeprecationWarning",
+     # httptools in Python 3.14t needs the `PYTHON_GIL=0` environment 
variable, or raises a RuntimeWarning.
+     "ignore: The global interpreter lock (GIL)*:RuntimeWarning"
  ]
- 
- [tool.coverage.run]
 

++++++ uvicorn-0.36.0.tar.gz -> uvicorn-0.40.0.tar.gz ++++++
++++ 3316 lines of diff (skipped)

Reply via email to