Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-hypercorn for
openSUSE:Factory checked in at 2024-12-18 20:09:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-hypercorn (Old)
and /work/SRC/openSUSE:Factory/.python-hypercorn.new.29675 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hypercorn"
Wed Dec 18 20:09:07 2024 rev:4 rq:1231775 version:0.17.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-hypercorn/python-hypercorn.changes
2024-08-01 22:06:31.441650623 +0200
+++
/work/SRC/openSUSE:Factory/.python-hypercorn.new.29675/python-hypercorn.changes
2024-12-18 20:09:21.891333066 +0100
@@ -1,0 +2,5 @@
+Wed Dec 18 04:38:54 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Enable Python 3.10 builds.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-hypercorn.spec ++++++
--- /var/tmp/diff_new_pack.gxfve2/_old 2024-12-18 20:09:22.523359409 +0100
+++ /var/tmp/diff_new_pack.gxfve2/_new 2024-12-18 20:09:22.523359409 +0100
@@ -16,8 +16,6 @@
#
-# avoid taskgroup backports
-%define skip_python310 1
Name: python-hypercorn
Version: 0.17.3
Release: 0
@@ -36,6 +34,7 @@
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-trio}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module taskgroup if %python-base < 3.11}
BuildRequires: %{python_module trio >= 0.22.0}
BuildRequires: %{python_module wsproto >= 0.14.0}
BuildRequires: fdupes
@@ -44,6 +43,12 @@
Requires: python-h2 >= 3.1.0
Requires: python-priority
Requires: python-wsproto >= 0.14.0
+%if %{python_version_nodots} < 311
+Requires: python-exceptiongroup >= 1.1
+Requires: python-taskgroup
+Requires: python-tomli
+Requires: python-typing-extensions
+%endif
Requires(post): update-alternatives
Requires(postun): update-alternatives
BuildArch: noarch
@@ -81,6 +86,8 @@
%python_uninstall_alternative hypercorn
%files %{python_files}
+%doc README.rst
+%license LICENSE
%{python_sitelib}/hypercorn
%{python_sitelib}/hypercorn-%{version}.dist-info
%python_alternative %{_bindir}/hypercorn