From fa40feb7b87452da6e7941f4ab4e1c5e59f081da Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 10 Jun 2025 11:33:13 +0800 Subject: python3-py7zr: upgrade 0.22.0 -> 1.0.0 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-py7zr_0.22.0.bb | 29 ---------------------- .../recipes-devtools/python/python3-py7zr_1.0.0.bb | 29 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-py7zr_0.22.0.bb create mode 100644 meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-py7zr_0.22.0.bb b/meta-python/recipes-devtools/python/python3-py7zr_0.22.0.bb deleted file mode 100644 index c5cf1e8362..0000000000 --- a/meta-python/recipes-devtools/python/python3-py7zr_0.22.0.bb +++ /dev/null @@ -1,29 +0,0 @@ -SUMMARY = "Pure Python 7-zip library" -HOMEPAGE = "https://py7zr.readthedocs.io/en/latest/" -LICENSE = "LGPL-2.1-or-later" -SECTION = "devel/python" -LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" - -SRC_URI[sha256sum] = "c6c7aea5913535184003b73938490f9a4d8418598e533f9ca991d3b8e45a139e" - -inherit pypi python_setuptools_build_meta - -DEPENDS += " \ - python3-setuptools-scm-native \ - python3-toml-native \ - python3-wheel-native \ -" - -RDEPENDS:${PN} += "\ - python3-pycryptodomex \ - python3-multivolumefile \ - python3-pybcj \ - python3-inflate64 \ - python3-pyppmd \ - python3-pyzstd \ - python3-brotli \ - python3-multiprocessing \ - python3-datetime \ - python3-core \ - python3-threading \ -" diff --git a/meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb b/meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb new file mode 100644 index 0000000000..61a9a5569b --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-py7zr_1.0.0.bb @@ -0,0 +1,29 @@ +SUMMARY = "Pure Python 7-zip library" +HOMEPAGE = "https://py7zr.readthedocs.io/en/latest/" +LICENSE = "LGPL-2.1-or-later" +SECTION = "devel/python" +LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" + +SRC_URI[sha256sum] = "f6bfee81637c9032f6a9f0eb045a4bfc7a7ff4138becfc42d7cb89b54ffbfef1" + +inherit pypi python_setuptools_build_meta + +DEPENDS += " \ + python3-setuptools-scm-native \ + python3-toml-native \ + python3-wheel-native \ +" + +RDEPENDS:${PN} += "\ + python3-pycryptodomex \ + python3-multivolumefile \ + python3-pybcj \ + python3-inflate64 \ + python3-pyppmd \ + python3-pyzstd \ + python3-brotli \ + python3-multiprocessing \ + python3-datetime \ + python3-core \ + python3-threading \ +" -- cgit v1.2.3-54-g00ecf