From b3b68ce89cfb8d014fcd3070ca8dff5623bc5df5 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 14 Nov 2023 14:09:42 +0200 Subject: python3-py7zr: Upgrade 0.20.7 -> 0.20.8 Upgrade to release 0.20.8: - Detect brotli import error - refactor: hardening SevenZipFile constructor - refactor: improve type safe functions - chore: add git export configuration This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../python/python3-py7zr_0.20.7.bb | 29 ---------------------- .../python/python3-py7zr_0.20.8.bb | 29 ++++++++++++++++++++++ 2 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-py7zr_0.20.7.bb create mode 100644 meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python3-py7zr_0.20.7.bb b/meta-python/recipes-devtools/python/python3-py7zr_0.20.7.bb deleted file mode 100644 index d919c4a0d6..0000000000 --- a/meta-python/recipes-devtools/python/python3-py7zr_0.20.7.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] = "55aa587fb4586c920437f5d6e6595f228beddb321bfee3f5146bb15c2e8e74d5" - -inherit pypi python_setuptools_build_meta - -DEPENDS += " \ - ${PYTHON_PN}-setuptools-scm-native \ - ${PYTHON_PN}-toml-native \ - ${PYTHON_PN}-wheel-native \ -" - -RDEPENDS:${PN} += "\ - ${PYTHON_PN}-pycryptodomex \ - ${PYTHON_PN}-multivolumefile \ - ${PYTHON_PN}-pybcj \ - ${PYTHON_PN}-inflate64 \ - ${PYTHON_PN}-pyppmd \ - ${PYTHON_PN}-pyzstd \ - ${PYTHON_PN}-brotli \ - ${PYTHON_PN}-multiprocessing \ - ${PYTHON_PN}-datetime \ - ${PYTHON_PN}-core \ - ${PYTHON_PN}-threading \ -" diff --git a/meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb b/meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb new file mode 100644 index 0000000000..f9e6820ce1 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-py7zr_0.20.8.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] = "2a6b0db0441e63a2dd74cbd18f5d9ae7e08dc0e54685aa486361d0db6a0b4f78" + +inherit pypi python_setuptools_build_meta + +DEPENDS += " \ + ${PYTHON_PN}-setuptools-scm-native \ + ${PYTHON_PN}-toml-native \ + ${PYTHON_PN}-wheel-native \ +" + +RDEPENDS:${PN} += "\ + ${PYTHON_PN}-pycryptodomex \ + ${PYTHON_PN}-multivolumefile \ + ${PYTHON_PN}-pybcj \ + ${PYTHON_PN}-inflate64 \ + ${PYTHON_PN}-pyppmd \ + ${PYTHON_PN}-pyzstd \ + ${PYTHON_PN}-brotli \ + ${PYTHON_PN}-multiprocessing \ + ${PYTHON_PN}-datetime \ + ${PYTHON_PN}-core \ + ${PYTHON_PN}-threading \ +" -- cgit v1.2.3-54-g00ecf