forked from pool/python-libusb1
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| bb68c610db | |||
| dd5d817bcf | |||
| 7e18fc5026 | |||
| ddf8906dac | |||
| 63df17709f | |||
| 22ca78ce42 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ee9b0a55f8bd0b3ea7017ae919a6c1f439af742c4a4b04543c5fd7af89b828c
|
||||
size 83013
|
||||
3
libusb1-3.3.1.tar.gz
Normal file
3
libusb1-3.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3951d360f2daf0e0eacf839e15d2d1d2f4f5e7830231eb3188eeffef2dd17bad
|
||||
size 107600
|
||||
@@ -1,3 +1,28 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 11 12:45:26 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.3.1:
|
||||
* Fix incorrect getFinalizer() reference in
|
||||
setPollFDNotifiers()
|
||||
- update to 3.3.0:
|
||||
* Fix finalizer registration errors on pypi by using a thread-
|
||||
safe sequential number generator instead of relying on object
|
||||
id unicity and timely finalizer triggering.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 22 12:50:43 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 3.2.0
|
||||
* Add example for scanning the complete device tree
|
||||
* Fix CRLF problem
|
||||
* testUSB1: Fix python 3.13 support
|
||||
- Drop py313.patch, merged upstream
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 2 12:43:40 UTC 2024 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
- Add upstream py313.patch to fix build with new python
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 8 08:19:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-libusb1
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,9 +16,8 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-libusb1
|
||||
Version: 3.1.0
|
||||
Version: 3.3.1
|
||||
Release: 0
|
||||
Summary: Python wrapper for libusb-1.0
|
||||
# Relicensed from GPL to LGPLv2.1+ in May 2015
|
||||
@@ -38,7 +37,7 @@ BuildArch: noarch
|
||||
This is a pure python wrapper for libusb-1.0.
|
||||
|
||||
%prep
|
||||
%setup -q -n libusb1-%{version}
|
||||
%autosetup -p1 -n libusb1-%{version}
|
||||
sed -i '/wheel/d' setup.py
|
||||
|
||||
sed -i '1{/^#!/d}' examples/*.py
|
||||
@@ -57,6 +56,9 @@ chmod a-x examples/*.py
|
||||
%files %{python_files}
|
||||
%doc README.rst examples/
|
||||
%license COPYING.LESSER
|
||||
%{python_sitelib}/*
|
||||
%{python_sitelib}/libusb1.py
|
||||
%{python_sitelib}/usb1
|
||||
%pycache_only %{python_sitelib}/__pycache__/libusb1*
|
||||
%{python_sitelib}/libusb1-%{version}*info
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user