Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-mrcz for openSUSE:Factory 
checked in at 2025-06-05 20:34:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-mrcz (Old)
 and      /work/SRC/openSUSE:Factory/.python-mrcz.new.19631 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-mrcz"

Thu Jun  5 20:34:03 2025 rev:5 rq:1282932 version:0.5.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-mrcz/python-mrcz.changes  2024-11-27 
22:19:11.800191643 +0100
+++ /work/SRC/openSUSE:Factory/.python-mrcz.new.19631/python-mrcz.changes       
2025-06-05 20:36:38.447035258 +0200
@@ -1,0 +2,6 @@
+Thu Jun  5 04:39:19 UTC 2025 - Steve Kowalik <steven.kowa...@suse.com>
+
+- Switch to pyproject macros.
+- Do not mark everything as pycache_only.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-mrcz.spec ++++++
--- /var/tmp/diff_new_pack.XWGeSH/_old  2025-06-05 20:36:38.887053553 +0200
+++ /var/tmp/diff_new_pack.XWGeSH/_new  2025-06-05 20:36:38.891053720 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-mrcz
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -30,8 +30,10 @@
 Patch:          new-pythons.patch
 BuildRequires:  %{python_module blosc}
 BuildRequires:  %{python_module numpy}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  dos2unix
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -52,10 +54,10 @@
 dos2unix README.rst
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -64,8 +66,6 @@
 %files %{python_files}
 %doc AUTHORS.txt README.rst
 %license LICENSE.txt
-%dir %{python_sitelib}/mrcz/
-%pycache_only %{python_sitelib}/mrcz-%{version}-py%{python_version}.egg-info/
-%pycache_only %{python_sitelib}/mrcz/*.py
-%pycache_only %{python_sitelib}/mrcz/__pycache__/
+%{python_sitelib}/mrcz
+%{python_sitelib}/mrcz-%{version}.dist-info
 

Reply via email to