Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-python-qdatamatrix for 
openSUSE:Factory checked in at 2025-05-09 18:50:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-python-qdatamatrix (Old)
 and      /work/SRC/openSUSE:Factory/.python-python-qdatamatrix.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-python-qdatamatrix"

Fri May  9 18:50:30 2025 rev:4 rq:1276014 version:0.1.31

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-python-qdatamatrix/python-python-qdatamatrix.changes
      2021-11-27 23:42:27.360466995 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-qdatamatrix.new.30101/python-python-qdatamatrix.changes
   2025-05-09 18:53:00.353191253 +0200
@@ -1,0 +2,5 @@
+Fri May  9 05:15:05 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-python-qdatamatrix.spec ++++++
--- /var/tmp/diff_new_pack.gLPHf0/_old  2025-05-09 18:53:02.273271123 +0200
+++ /var/tmp/diff_new_pack.gLPHf0/_new  2025-05-09 18:53:02.285271623 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-qdatamatrix
 #
-# Copyright (c) 2021 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
@@ -16,14 +16,11 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:           python-python-qdatamatrix
 Version:        0.1.31
 Release:        0
 Summary:        A PyQt4/PyQt5 widget for viewing and editing a DataMatrix 
object
 License:        GPL-3.0-or-later
-Group:          Development/Languages/Python
 URL:            https://github.com/open-cogsci/python-qdatamatrix
 Source:         
https://files.pythonhosted.org/packages/source/p/python-qdatamatrix/python-qdatamatrix-%{version}.tar.gz
 Source1:        
https://raw.githubusercontent.com/open-cogsci/python-qdatamatrix/master/copyright
@@ -32,7 +29,9 @@
 BuildRequires:  %{python_module python-datamatrix}
 # QtPy has a number of possible backends, none of them mandatory, use PyQt5 
for the build
 BuildRequires:  %{python_module qt5}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 # SECTION TEST REQUIREMENTS (recommendations by datamatrix)
@@ -57,10 +56,10 @@
 sed '/app.exec_/ d' %{SOURCE2} > example.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -73,5 +72,5 @@
 %files %{python_files}
 %license copyright
 %{python_sitelib}/qdatamatrix
-%{python_sitelib}/python_qdatamatrix-%{version}*-info
+%{python_sitelib}/python_qdatamatrix-%{version}.dist-info
 

Reply via email to