From 6479ac01549ab0601345f2a5624078b2a501489f Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 10 Jan 2025 19:58:13 +0200 Subject: [PATCH] python3-pyusb: Upgrade 1.3.0 -> 1.3.1 Upgrade to release 1.3.1: - core: fix a regression in ctrl_transfer where supplied read buffers were discarded Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/{python3-pyusb_1.3.0.bb => python3-pyusb_1.3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pyusb_1.3.0.bb => python3-pyusb_1.3.1.bb} (81%) diff --git a/meta-python/recipes-devtools/python/python3-pyusb_1.3.0.bb b/meta-python/recipes-devtools/python/python3-pyusb_1.3.1.bb similarity index 81% rename from meta-python/recipes-devtools/python/python3-pyusb_1.3.0.bb rename to meta-python/recipes-devtools/python/python3-pyusb_1.3.1.bb index 4f1c53df55..595033580a 100644 --- a/meta-python/recipes-devtools/python/python3-pyusb_1.3.0.bb +++ b/meta-python/recipes-devtools/python/python3-pyusb_1.3.1.bb @@ -9,7 +9,7 @@ RDEPENDS:${PN} += " \ python3-logging \ " -SRC_URI[sha256sum] = "7e6de8ef79e164ced020d8131cd17d45a3cdeefb7afdaf41d7a2cbf2378828c3" +SRC_URI[sha256sum] = "3af070b607467c1c164f49d5b0caabe8ac78dbed9298d703a8dbf9df4052d17e" inherit pypi setuptools3