From 341c37088874b38e4ab35ce8dd1bd932681079c7 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 11 Mar 2025 16:54:59 +0800 Subject: [PATCH] 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 --- .../{python3-libusb1_3.2.0.bb => python3-libusb1_3.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-libusb1_3.2.0.bb => python3-libusb1_3.3.0.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-libusb1_3.2.0.bb b/meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-libusb1_3.2.0.bb rename to meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb index 8bbb8d2eb2..8bce352f10 100644 --- a/meta-python/recipes-devtools/python/python3-libusb1_3.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-libusb1_3.3.0.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = " \ file://COPYING.LESSER;md5=4fbd65380cdd255951079008b364516c \ " -SRC_URI[sha256sum] = "a11a6095e718cd49418a96329314da271cca6be7b4317a142724523371ac8961" +SRC_URI[sha256sum] = "b642aa518689f8e053f61955cba274e72bc8d0794c65d7990745aaae90dfc8a1" RDEPENDS:${PN} = "libusb1"