From b9caa4a1be45623441db76c5bbda1fa59c3266c3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 22 Oct 2025 10:22:20 +0800 Subject: [PATCH] python3-requests-file: upgrade 2.1.0 -> 3.0.0 Changelog: ========== - Add data needed for Response.raise_for_status (github PR #42) - Add type annotations - Change URLs to migrate to codeberg.org Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...n3-requests-file_2.1.0.bb => python3-requests-file_3.0.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-requests-file_2.1.0.bb => python3-requests-file_3.0.0.bb} (83%) diff --git a/meta-python/recipes-devtools/python/python3-requests-file_2.1.0.bb b/meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb similarity index 83% rename from meta-python/recipes-devtools/python/python3-requests-file_2.1.0.bb rename to meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb index d111c3c9da..a9b10c919e 100644 --- a/meta-python/recipes-devtools/python/python3-requests-file_2.1.0.bb +++ b/meta-python/recipes-devtools/python/python3-requests-file_3.0.0.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] = "0f549a3f3b0699415ac04d167e9cb39bccfb730cb832b4d20be3d9867356e658" +SRC_URI[sha256sum] = "68789589cfde7098e8933fe3e69bbd864f7f0c22f118937b424d94d0e1b7760f" PYPI_PACKAGE = "requests_file" UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"