14
0

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

- Limit Python files matched in %files section
- Switch package to modern Python Stack on SLE-15
  * Use Python 3.11 on SLE-15 by default
  * Drop support for older Python versions
- 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

OBS-URL: https://build.opensuse.org/request/show/1246620
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pysndfile?expand=0&rev=16
This commit is contained in:
2025-02-18 11:48:49 +00:00
committed by Git OBS Bridge
parent 7c6ac63981
commit a4f91bffec
2 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Feb 18 10:00:54 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Limit Python files matched in %files section
- Switch package to modern Python Stack on SLE-15
* Use Python 3.11 on SLE-15 by default
* Drop support for older Python versions
- 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
-------------------------------------------------------------------
Thu Oct 6 22:07:46 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>