Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package tbb for openSUSE:Factory checked in 
at 2025-01-12 11:10:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tbb (Old)
 and      /work/SRC/openSUSE:Factory/.tbb.new.1881 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tbb"

Sun Jan 12 11:10:00 2025 rev:38 rq:1236039 version:2022.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/tbb/tbb.changes  2025-01-02 19:20:01.701011566 
+0100
+++ /work/SRC/openSUSE:Factory/.tbb.new.1881/tbb.changes        2025-01-12 
11:10:19.920992267 +0100
@@ -1,0 +2,5 @@
+Wed Jan  8 17:41:12 UTC 2025 - Matej Cepl <[email protected]>
+
+- Modernize building of the Python subpackage, don't generate *.egg.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tbb.spec ++++++
--- /var/tmp/diff_new_pack.xiFf7y/_old  2025-01-12 11:10:20.625021237 +0100
+++ /var/tmp/diff_new_pack.xiFf7y/_new  2025-01-12 11:10:20.629021402 +0100
@@ -34,7 +34,6 @@
 %bcond_with test
 
 %if 0%{suse_version} >= 1500
-%{?!python_module:%define python_module() python3-%{**}}
 %bcond_without python3
 %define skip_python2 1
 %else
@@ -59,6 +58,8 @@
 %if %{with python3}
 BuildRequires:  %{python_module devel >= 3.5}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  python-rpm-macros
 BuildRequires:  swig >= 3.0.6
 %endif
@@ -225,7 +226,7 @@
 # rebuild for every python flavor
 %if %{with python3}
 pushd python
-%python_build
+%pyproject_wheel
 popd
 %endif
 
@@ -238,8 +239,10 @@
 
 %if %{with python3}
 pushd python
-%python_install
-%python_expand %fdupes %{buildroot}%{$python_sitearch}
+%pyproject_install
+%{python_expand %fdupes %{buildroot}%{$python_sitearch}
+    rm -rfv %{buildroot}%{$python_sitearch}/TBB-%{version}*.egg
+}
 popd
 %endif
 
@@ -305,7 +308,6 @@
 %files %{python_files %{name}}
 %{python_sitearch}/tbb
 %{python_sitearch}/TBB.py
-%{python_sitearch}/TBB-*py3*
 %{python_sitearch}/TBB-%{version}*-info
 %pycache_only %{python_sitearch}/__pycache__/TBB*
 %endif

++++++ _scmsync.obsinfo ++++++
--- /var/tmp/diff_new_pack.xiFf7y/_old  2025-01-12 11:10:20.669023048 +0100
+++ /var/tmp/diff_new_pack.xiFf7y/_new  2025-01-12 11:10:20.673023212 +0100
@@ -1,5 +1,5 @@
-mtime: 1735658003
-commit: dd92ead7d38465b8bea5729deb5703487a5f76c245556da77a3677aaa02afaf9
+mtime: 1736358097
+commit: f7a57bc661f3aff47dfa1fc55642925d5639a4e30086a4543ac94237c479195a
 url: https://src.opensuse.org/clibs/tbb
 revision: master
 

++++++ build.specials.obscpio ++++++
diff: old/*: No such file or directory
diff: new/*: No such file or directory

Reply via email to