From 99a2f9d3c57cfb9a2a209902bd576d91c8a0abbe Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 29 Oct 2025 08:14:59 +0800 Subject: python3-requests-file: upgrade 3.0.0 -> 3.0.1 Changelog: Add missing type annotations Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-requests-file_3.0.0.bb | 18 ------------------ .../python/python3-requests-file_3.0.1.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb (limited to 'meta-python') 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.0.bb deleted file mode 100644 index a9b10c919e..0000000000 --- a/meta-python/recipes-devtools/python/python3-requests-file_3.0.0.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "File transport adapter for Requests" -HOMEPAGE = "https://github.com/dashea/requests-file" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b" - -SRC_URI[sha256sum] = "68789589cfde7098e8933fe3e69bbd864f7f0c22f118937b424d94d0e1b7760f" - -PYPI_PACKAGE = "requests_file" -UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" - -inherit pypi python_setuptools_build_meta ptest-python-pytest - -DEPENDS += "python3-setuptools-scm-native" - -RDEPENDS:${PN} += " \ - python3-requests \ -" - diff --git a/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb b/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb new file mode 100644 index 0000000000..f796c8ef78 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-requests-file_3.0.1.bb @@ -0,0 +1,18 @@ +SUMMARY = "File transport adapter for Requests" +HOMEPAGE = "https://github.com/dashea/requests-file" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=9cc728d6087e43796227b0a31422de6b" + +SRC_URI[sha256sum] = "f14243d7796c588f3521bd423c5dea2ee4cc730e54a3cac9574d78aca1272576" + +PYPI_PACKAGE = "requests_file" +UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +DEPENDS += "python3-setuptools-scm-native" + +RDEPENDS:${PN} += " \ + python3-requests \ +" + -- cgit v1.2.3-54-g00ecf