Script 'mail_helper' called by obssrc
Hello community,

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

Package is "python-libusb1"

Tue Jul  1 11:34:16 2025 rev:9 rq:1289275 version:3.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-libusb1/python-libusb1.changes    
2025-04-11 19:27:22.923034737 +0200
+++ /work/SRC/openSUSE:Factory/.python-libusb1.new.7067/python-libusb1.changes  
2025-07-01 11:35:26.172497281 +0200
@@ -1,0 +2,9 @@
+Mon Jun 30 12:04:24 UTC 2025 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- 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
+- Use Python 3.11 on SLE-15 by default
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-libusb1.spec ++++++
--- /var/tmp/diff_new_pack.ttvBKq/_old  2025-07-01 11:35:26.784522640 +0200
+++ /var/tmp/diff_new_pack.ttvBKq/_new  2025-07-01 11:35:26.788522806 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{?sle15_python_module_pythons}
 Name:           python-libusb1
 Version:        3.3.1
 Release:        0
@@ -25,7 +26,9 @@
 License:        LGPL-2.1-or-later
 URL:            https://github.com/vpelletier/%{name}
 Source:         
https://files.pythonhosted.org/packages/source/l/libusb1/libusb1-%{version}.tar.gz
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  libusb-1_0-0 >= 1.0.21
 BuildRequires:  python-rpm-macros
@@ -44,10 +47,10 @@
 chmod a-x examples/*.py
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check

Reply via email to