summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2023-11-14 14:09:42 +0200
committerKhem Raj <raj.khem@gmail.com>2023-11-14 07:35:05 -0800
commitb3b68ce89cfb8d014fcd3070ca8dff5623bc5df5 (patch)
tree90f42dcf894144e5688bee9f53b6d1313c5d2095 /meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb
parent5eec5c33289f8035b16af2743321550ae3415d9d (diff)
downloadmeta-openembedded-b3b68ce89cfb8d014fcd3070ca8dff5623bc5df5.tar.gz
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 <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb29
1 files changed, 29 insertions, 0 deletions
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 @@
1SUMMARY = "Pure Python 7-zip library"
2HOMEPAGE = "https://py7zr.readthedocs.io/en/latest/"
3LICENSE = "LGPL-2.1-or-later"
4SECTION = "devel/python"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
6
7SRC_URI[sha256sum] = "2a6b0db0441e63a2dd74cbd18f5d9ae7e08dc0e54685aa486361d0db6a0b4f78"
8
9inherit pypi python_setuptools_build_meta
10
11DEPENDS += " \
12 ${PYTHON_PN}-setuptools-scm-native \
13 ${PYTHON_PN}-toml-native \
14 ${PYTHON_PN}-wheel-native \
15"
16
17RDEPENDS:${PN} += "\
18 ${PYTHON_PN}-pycryptodomex \
19 ${PYTHON_PN}-multivolumefile \
20 ${PYTHON_PN}-pybcj \
21 ${PYTHON_PN}-inflate64 \
22 ${PYTHON_PN}-pyppmd \
23 ${PYTHON_PN}-pyzstd \
24 ${PYTHON_PN}-brotli \
25 ${PYTHON_PN}-multiprocessing \
26 ${PYTHON_PN}-datetime \
27 ${PYTHON_PN}-core \
28 ${PYTHON_PN}-threading \
29"