diff mbox series

[meta-python,2/3] python3-pyusb: Upgrade 1.3.0 -> 1.3.1

Message ID 20250110175814.3601819-2-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/3] python3-icecream: Upgrade 2.1.3 -> 2.1.4 | expand

Commit Message

Leon Anavi Jan. 10, 2025, 5:58 p.m. UTC
Upgrade to release 1.3.1:

- core: fix a regression in ctrl_transfer where supplied read
  buffers were discarded

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../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 mbox series

Patch

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