Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Quart for openSUSE:Factory 
checked in at 2025-02-11 21:20:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Quart (Old)
 and      /work/SRC/openSUSE:Factory/.python-Quart.new.19470 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Quart"

Tue Feb 11 21:20:13 2025 rev:4 rq:1245089 version:0.20.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Quart/python-Quart.changes        
2024-11-21 15:13:48.821447401 +0100
+++ /work/SRC/openSUSE:Factory/.python-Quart.new.19470/python-Quart.changes     
2025-02-11 21:20:22.763729012 +0100
@@ -1,0 +2,16 @@
+Tue Feb 11 07:48:57 UTC 2025 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to 0.20.0
+  * Drop support for Python 3.8.
+  * Fix deprecated `asyncio.iscoroutinefunction` for Python 3.14.
+  * Allow `AsyncIterable` to be passed to `Response`.
+  * Support max_form_parts and max_form_memory_size.
+- Switch package to modern Python Stack on SLE-15
+  * Use Python 3.11 on SLE-15 by default
+  * Drop support for older Python versions
+- Rename HISTORY.rst to CHANGELOG.md in %files section
+- Rename LICENSE to LICENSE.txt in %files section
+- Rename README.rst to README.md in %files section
+- Update BuildRequires from pyproject.toml
+
+-------------------------------------------------------------------

Old:
----
  quart-0.19.9.tar.gz

New:
----
  quart-0.20.0.tar.gz

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

Other differences:
------------------
++++++ python-Quart.spec ++++++
--- /var/tmp/diff_new_pack.hgAxwB/_old  2025-02-11 21:20:23.431756569 +0100
+++ /var/tmp/diff_new_pack.hgAxwB/_new  2025-02-11 21:20:23.435756734 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Quart
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,9 @@
 #
 
 
-# Can't build for Python 3.10 due to missing hypercorn
-%define skip_python310 1
+%{?sle15_python_module_pythons}
 Name:           python-Quart
-Version:        0.19.9
+Version:        0.20.0
 Release:        0
 Summary:        A Python ASGI web microframework with the same API as Flask
 License:        MIT
@@ -33,6 +32,7 @@
 BuildRequires:  %{python_module base >= 3.8}
 BuildRequires:  %{python_module blinker >= 1.6}
 BuildRequires:  %{python_module click >= 8.0}
+BuildRequires:  %{python_module flit-core}
 BuildRequires:  %{python_module hypercorn >= 0.11.2}
 BuildRequires:  %{python_module hypothesis}
 BuildRequires:  %{python_module itsdangerous}
@@ -89,8 +89,8 @@
 %python_uninstall_alternative quart
 
 %files %{python_files}
-%doc README.rst CHANGES.rst
-%license LICENSE
+%doc README.md CHANGES.md
+%license LICENSE.txt
 %python_alternative %{_bindir}/quart
 %{python_sitelib}/quart
 %{python_sitelib}/quart-%{version}.dist-info

++++++ quart-0.19.9.tar.gz -> quart-0.20.0.tar.gz ++++++
++++ 8468 lines of diff (skipped)

Reply via email to