Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-astunparse for
openSUSE:Factory checked in at 2023-10-22 21:01:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-astunparse (Old)
and /work/SRC/openSUSE:Factory/.python-astunparse.new.1945 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-astunparse"
Sun Oct 22 21:01:08 2023 rev:9 rq:1119276 version:1.6.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-astunparse/python-astunparse.changes
2023-04-22 22:03:43.078384984 +0200
+++
/work/SRC/openSUSE:Factory/.python-astunparse.new.1945/python-astunparse.changes
2023-10-22 21:01:12.683875530 +0200
@@ -1,0 +2,5 @@
+Fri Oct 20 19:42:26 UTC 2023 - Matej Cepl <[email protected]>
+
+- Clean up the SPEC file
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-astunparse.spec ++++++
--- /var/tmp/diff_new_pack.MqVcgw/_old 2023-10-22 21:01:13.111891093 +0200
+++ /var/tmp/diff_new_pack.MqVcgw/_new 2023-10-22 21:01:13.111891093 +0200
@@ -16,7 +16,6 @@
#
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
Name: python-astunparse
Version: 1.6.3
@@ -30,6 +29,7 @@
Patch0: astunparse-pr57-py39.patch
# https://github.com/simonpercivall/astunparse/pull/59
Patch1: fix-formatted-value.patch
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module six >= 1.6.1}
BuildRequires: %{python_module wheel >= 0.23.0}
@@ -56,14 +56,14 @@
%autosetup -p1 -n astunparse-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
# fails to parse the 32bit stdlib
-%if "%_lib" == "lib64"
+%if "%{_lib}" == "lib64"
%check
%pyunittest discover -v
%endif