aaddb71a17
- 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 - Use Python 3.11 on SLE-15 by default
Matej Cepl2025-06-30 12:58:34 +00:00
dd5d817bcf
- 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.
Dirk Mueller2025-04-11 12:45:51 +00:00
7e18fc5026
Accepting request 1239521 from devel:languages:python
Ana Guerrero2025-01-22 15:39:27 +00:00
ddf8906dac
- 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
Nico Krapp2025-01-22 13:01:50 +00:00
63df17709f
Accepting request 1227781 from devel:languages:python
Ana Guerrero2024-12-02 18:10:18 +00:00
22ca78ce42
- Add upstream py313.patch to fix build with new python
Nico Krapp2024-12-02 14:03:04 +00:00
a9984055bc
Accepting request 1132044 from devel:languages:python
Ana Guerrero2023-12-08 21:33:11 +00:00
3e71e282af
- update to 3.1.0: * Fix bug preventing use of setPollFDNotifiers. * Wrap libusb_interrupt_event_handler, available since libusb 1.0.21, to help applications wake an event handling thread (ex: durring exit). segfault when closing a transfer from inside its callback function.
Dirk Mueller2023-12-08 08:19:55 +00:00
0748e56b14
- Update to 3.0.0: * Add support for pyinstaller. * Fix support for python 3.10. * Drop python <3.4 support. * Do not load the C library on import. Allows applications to customise the lookup logic (see usb1.loadLibrary). * Add LIBUSB_SPEED_SUPER_PLUS. * Better control device iterator end of life. * Fix objects escaping control from their parent. * Fix a TypeError exception in USBContext.handleEvents. * Fix an AttributeError exception in USBContext.hotplugRegisterCallback. * Fix segfault in pypy3 when finalizing USBDevice objects. * Source only: convert examples to python3. * Release process: also run some examples scripts. * Update versioneer to be compatible with 3.11. * Drop python <3.6 support.
Steve Kowalik2022-03-03 04:51:14 +00:00