15
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
commit b873e7de4c
6 changed files with 124 additions and 0 deletions

42
python-spidev.changes Normal file
View File

@@ -0,0 +1,42 @@
-------------------------------------------------------------------
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>
- Update to 3.6
* Added read0 flag to enable reading 0 bytes after transfer to lower CS when cshigh == True
-------------------------------------------------------------------
Tue Jul 28 08:43:38 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 3.5
* Fixed memory leaks
-------------------------------------------------------------------
Thu Nov 7 14:25:22 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Uses tarball from github which includes the license file
-------------------------------------------------------------------
Wed Nov 6 14:13:06 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add missing LICENSE file
-------------------------------------------------------------------
Wed Nov 6 09:28:38 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Initial version 3.4