diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-03-11 16:54:59 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-03-11 17:17:23 -0700 |
| commit | 341c37088874b38e4ab35ce8dd1bd932681079c7 (patch) | |
| tree | 15de0f09ac62c779011b8cf7f062d796122bcbd2 /meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb | |
| parent | 67a9d5e849ceba975a29bbdfb0e420bcbb290cad (diff) | |
| download | meta-openembedded-341c37088874b38e4ab35ce8dd1bd932681079c7.tar.gz | |
python3-libusb1: upgrade 3.2.0 -> 3.3.0
Changelog:
===========
- Improve deprecation warning, by showing the correct caller location.
- 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.
- Check in-dll version when creating Windows wheels. Should hopefully version
mixups like what happened in 3.1.0 .
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb b/meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb new file mode 100644 index 0000000000..8bce352f10 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "Pure-python wrapper for libusb-1.0" | ||
| 2 | HOMEPAGE = "http://github.com/vpelletier/python-libusb1" | ||
| 3 | LICENSE = "GPL-2.0-only & LGPL-2.1-only" | ||
| 4 | LIC_FILES_CHKSUM = " \ | ||
| 5 | file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | ||
| 6 | file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ | ||
| 7 | " | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "b642aa518689f8e053f61955cba274e72bc8d0794c65d7990745aaae90dfc8a1" | ||
| 10 | |||
| 11 | RDEPENDS:${PN} = "libusb1" | ||
| 12 | |||
| 13 | inherit setuptools3 pypi | ||
