summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-03-11 16:54:59 +0800
committerKhem Raj <raj.khem@gmail.com>2025-03-11 17:17:23 -0700
commit341c37088874b38e4ab35ce8dd1bd932681079c7 (patch)
tree15de0f09ac62c779011b8cf7f062d796122bcbd2 /meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb
parent67a9d5e849ceba975a29bbdfb0e420bcbb290cad (diff)
downloadmeta-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.bb13
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 @@
1SUMMARY = "Pure-python wrapper for libusb-1.0"
2HOMEPAGE = "http://github.com/vpelletier/python-libusb1"
3LICENSE = "GPL-2.0-only & LGPL-2.1-only"
4LIC_FILES_CHKSUM = " \
5 file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
6 file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \
7"
8
9SRC_URI[sha256sum] = "b642aa518689f8e053f61955cba274e72bc8d0794c65d7990745aaae90dfc8a1"
10
11RDEPENDS:${PN} = "libusb1"
12
13inherit setuptools3 pypi