From 341c37088874b38e4ab35ce8dd1bd932681079c7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 11 Mar 2025 16:54:59 +0800 Subject: 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 Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-libusb1_3.2.0.bb | 13 ------------- .../recipes-devtools/python/python3-libusb1_3.3.0.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-libusb1_3.2.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-libusb1_3.2.0.bb b/meta-python/recipes-devtools/python/python3-libusb1_3.2.0.bb deleted file mode 100644 index 8bbb8d2eb2..0000000000 --- a/meta-python/recipes-devtools/python/python3-libusb1_3.2.0.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Pure-python wrapper for libusb-1.0" -HOMEPAGE = "http://github.com/vpelletier/python-libusb1" -LICENSE = "GPL-2.0-only & LGPL-2.1-only" -LIC_FILES_CHKSUM = " \ - file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ - file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ -" - -SRC_URI[sha256sum] = "a11a6095e718cd49418a96329314da271cca6be7b4317a142724523371ac8961" - -RDEPENDS:${PN} = "libusb1" - -inherit setuptools3 pypi 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 @@ +SUMMARY = "Pure-python wrapper for libusb-1.0" +HOMEPAGE = "http://github.com/vpelletier/python-libusb1" +LICENSE = "GPL-2.0-only & LGPL-2.1-only" +LIC_FILES_CHKSUM = " \ + file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ + file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ +" + +SRC_URI[sha256sum] = "b642aa518689f8e053f61955cba274e72bc8d0794c65d7990745aaae90dfc8a1" + +RDEPENDS:${PN} = "libusb1" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf