Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-asv for openSUSE:Factory 
checked in at 2023-10-10 21:00:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-asv (Old)
 and      /work/SRC/openSUSE:Factory/.python-asv.new.28202 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-asv"

Tue Oct 10 21:00:01 2023 rev:8 rq:1116492 version:0.6.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-asv/python-asv.changes    2023-10-02 
20:09:41.501763869 +0200
+++ /work/SRC/openSUSE:Factory/.python-asv.new.28202/python-asv.changes 
2023-10-10 21:00:53.431366682 +0200
@@ -1,0 +2,5 @@
+Mon Oct  9 12:44:15 UTC 2023 - pgaj...@suse.com
+
+- python-six is not required
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-asv.spec ++++++
--- /var/tmp/diff_new_pack.32aswL/_old  2023-10-10 21:00:54.539406863 +0200
+++ /var/tmp/diff_new_pack.32aswL/_new  2023-10-10 21:00:54.543407008 +0200
@@ -16,7 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-asv
 Version:        0.6.1
 Release:        0
@@ -26,18 +25,22 @@
 URL:            https://github.com/airspeed-velocity/asv
 Source:         
https://files.pythonhosted.org/packages/source/a/asv/asv-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
-Requires:       python-six >= 1.4
+Requires:       python-json5
+Requires:       python-tabulate
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 Suggests:       python-python-hglib >= 1.5
 # SECTION test requirements
+BuildRequires:  %{python_module json5}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module six >= 1.4}
+BuildRequires:  %{python_module tabulate}
 BuildRequires:  git
 # /SECTION
 %python_subpackages
@@ -52,16 +55,18 @@
 to host.
 
 %prep
-%setup -q -n asv-%{version}
+%autosetup -n asv-%{version}
 
 %build
 export CFLAGS="%{optflags}"
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/asv
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
+%python_expand rm -r %{buildroot}%{$python_sitearch}/{benchmarks,test}
+%python_expand rm %{buildroot}%{$python_sitearch}/asv/_rangemedian.cpp
 
 %check
 #MVY: there are so MANY tests failing inside OBS - like test_continuous 
calling pip and building bad command line
@@ -78,5 +83,6 @@
 %doc CHANGES.rst README.rst
 %license LICENSE.rst
 %python_alternative %{_bindir}/asv
-%{python_sitearch}/*
+%{python_sitearch}/asv/
+%{python_sitearch}/asv-*info
 

Reply via email to