summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-10-29 08:14:59 +0800
committerKhem Raj <raj.khem@gmail.com>2025-10-28 18:36:10 -0700
commit5428770e6cc38c9a438cd5f5be35ca7de3a2b7aa (patch)
treeb4c964465f13ad8441dff1c172a96db075e12a41 /meta-python
parentf59b2380c79cc351a6545734f2775d8a50f71b26 (diff)
downloadmeta-openembedded-5428770e6cc38c9a438cd5f5be35ca7de3a2b7aa.tar.gz
python3-requests-file: upgrade 3.0.0 -> 3.0.1
Changelog: Add missing type annotations Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb (renamed from meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb)2
1 files changed, 1 insertions, 1 deletions
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
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"
3LICENSE = "Apache-2.0" 3LICENSE = "Apache-2.0"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b"
5 5
6SRC_URI[sha256sum] = "68789589cfde7098e8933fe3e69bbd864f7f0c22f118937b424d94d0e1b7760f" 6SRC_URI[sha256sum] = "f14243d7796c588f3521bd423c5dea2ee4cc730e54a3cac9574d78aca1272576"
7 7
8PYPI_PACKAGE = "requests_file" 8PYPI_PACKAGE = "requests_file"
9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" 9UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}"