Compare commits

2 Commits

Author SHA256 Message Date
ddc4cb75ed Accepting request 1282723 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1282723
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-spidev?expand=0&rev=4
2025-06-04 18:29:27 +00:00
f264926101 - 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
2025-06-04 11:31:06 +00:00
4 changed files with 4 additions and 10 deletions

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
Mon Sep 29 11:53:14 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.8
* Added open_path method to accommodate dynamic SPI bus number allocation
-------------------------------------------------------------------
Wed Jun 4 09:45:15 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-spidev
Version: 3.8
Version: 3.7
Release: 0
Summary: Python module for interfacing with SPI devices
License: MIT

3
spidev-3.7.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ce628a5ff489f45132679879bff5f455a66abf9751af01843850155b06ae92f0
size 11616

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2bc02fb8c6312d519ebf1f4331067427c0921d3f77b8bcaf05189a2e8b8382c0
size 13893