Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-async_timeout for
openSUSE:Factory checked in at 2023-04-22 22:02:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-async_timeout (Old)
and /work/SRC/openSUSE:Factory/.python-async_timeout.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-async_timeout"
Sat Apr 22 22:02:05 2023 rev:8 rq:1082000 version:4.0.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-async_timeout/python-async_timeout.changes
2023-03-25 18:55:22.818671436 +0100
+++
/work/SRC/openSUSE:Factory/.python-async_timeout.new.1533/python-async_timeout.changes
2023-04-22 22:03:02.406141821 +0200
@@ -1,0 +2,10 @@
+Fri Apr 21 12:22:20 UTC 2023 - Dirk Müller <[email protected]>
+
+- add sle15_python_module_pythons (jsc#PED-68)
+
+-------------------------------------------------------------------
+Thu Apr 13 22:40:07 UTC 2023 - Matej Cepl <[email protected]>
+
+- Make calling of %{sle15modernpython} optional.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-async_timeout.spec ++++++
--- /var/tmp/diff_new_pack.McH0OV/_old 2023-04-22 22:03:02.782144069 +0200
+++ /var/tmp/diff_new_pack.McH0OV/_new 2023-04-22 22:03:02.786144093 +0200
@@ -17,6 +17,7 @@
%define skip_python2 1
+%{?sle15_python_module_pythons}
Name: python-async_timeout
Version: 4.0.2
Release: 0
@@ -26,9 +27,10 @@
URL: https://github.com/aio-libs/async_timeout/
Source:
https://files.pythonhosted.org/packages/source/a/async-timeout/async-timeout-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.5.3}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
-BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Provides: python-async-timeout = %{version}
@@ -40,15 +42,15 @@
This provides an asyncio-compatible timeout context manager.
%prep
-%setup -q -n async-timeout-%{version}
+%autosetup -p1 -n async-timeout-%{version}
# do not bother with coverage
sed -i -e '/addopts/d' setup.cfg
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check