diff mbox series

[meta-python,26/32] python3-requests-file: upgrade 3.0.0 -> 3.0.1

Message ID 20251029001505.528-26-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-oe,01/32] cli11: upgrade 2.5.0 -> 2.6.0 | expand

Commit Message

Wang Mingyu Oct. 29, 2025, 12:14 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
 Add missing type annotations

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...n3-requests-file_3.0.0.bb => python3-requests-file_3.0.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-requests-file_3.0.0.bb => python3-requests-file_3.0.1.bb} (83%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb b/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb
rename to meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb
index a9b10c919e..f796c8ef78 100644
--- a/meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb
@@ -3,7 +3,7 @@  HOMEPAGE = "https://github.com/dashea/requests-file"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b"
 
-SRC_URI[sha256sum] = "68789589cfde7098e8933fe3e69bbd864f7f0c22f118937b424d94d0e1b7760f"
+SRC_URI[sha256sum] = "f14243d7796c588f3521bd423c5dea2ee4cc730e54a3cac9574d78aca1272576"
 
 PYPI_PACKAGE = "requests_file"
 UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"