14
0

Accepting request 1289264 from home:glaubitz:branches:devel:languages:python

- 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

OBS-URL: https://build.opensuse.org/request/show/1289264
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libusb1?expand=0&rev=17
This commit is contained in:
2025-06-30 12:58:34 +00:00
committed by Git OBS Bridge
parent 1e14c16560
commit 2bb81db574
2 changed files with 14 additions and 2 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Mon Jun 30 12:04:24 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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
-------------------------------------------------------------------
Fri Apr 11 12:45:26 UTC 2025 - Dirk Müller <dmueller@suse.com>