14
0
forked from pool/python-spidev

- Update to 3.7

* Fixed deprecation warning
- 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
  * Update name for dist directory in %files section

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-spidev?expand=0&rev=8
This commit is contained in:
2025-06-04 11:31:06 +00:00
committed by Git OBS Bridge
parent aeb31a20b2
commit f264926101
4 changed files with 27 additions and 10 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Jun 4 09:45:15 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.7
* Fixed deprecation warning
- 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
* Update name for dist directory in %files section
-------------------------------------------------------------------
Wed Nov 9 19:10:36 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>