Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-opcodes for openSUSE:Factory 
checked in at 2025-07-01 11:34:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-opcodes (Old)
 and      /work/SRC/openSUSE:Factory/.python-opcodes.new.7067 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-opcodes"

Tue Jul  1 11:34:17 2025 rev:4 rq:1289276 version:0.3.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-opcodes/python-opcodes.changes    
2024-09-01 19:21:54.449196043 +0200
+++ /work/SRC/openSUSE:Factory/.python-opcodes.new.7067/python-opcodes.changes  
2025-07-01 11:35:27.288543524 +0200
@@ -1,0 +2,9 @@
+Mon Jun 30 12:31:56 UTC 2025 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Limit Python files matched in %files section
+- Switch build system from setuptools to pyproject.toml
+  * Add python-pip and python-wheel to BuildRequires
+  * Replace %python_build with %pyproject_wheel
+  * Replace %python_install with %pyproject_install
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-opcodes.spec ++++++
--- /var/tmp/diff_new_pack.S9jWkI/_old  2025-07-01 11:35:28.804606343 +0200
+++ /var/tmp/diff_new_pack.S9jWkI/_new  2025-07-01 11:35:28.816606840 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-opcodes
 #
-# 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
@@ -25,8 +25,10 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/Maratyszcza/Opcodes
 Source:         
https://files.pythonhosted.org/packages/source/o/opcodes/opcodes-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:      noarch
@@ -48,10 +50,10 @@
 %setup -q -n opcodes-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -60,5 +62,6 @@
 %files %{python_files}
 %doc readme.rst
 %license license.rst
-%{python_sitelib}/*
+%{python_sitelib}/opcodes
+%{python_sitelib}/opcodes-%{version}.dist-info
 

Reply via email to