diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2023-11-14 14:09:42 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-11-14 07:35:05 -0800 |
commit | b3b68ce89cfb8d014fcd3070ca8dff5623bc5df5 (patch) | |
tree | 90f42dcf894144e5688bee9f53b6d1313c5d2095 /meta-python/recipes-devtools/python/python3-py7zr_0.20.8.bb | |
parent | 5eec5c33289f8035b16af2743321550ae3415d9d (diff) | |
download | meta-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.bb | 29 |
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 @@ | |||
1 | SUMMARY = "Pure Python 7-zip library" | ||
2 | HOMEPAGE = "https://py7zr.readthedocs.io/en/latest/" | ||
3 | LICENSE = "LGPL-2.1-or-later" | ||
4 | SECTION = "devel/python" | ||
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" | ||
6 | |||
7 | SRC_URI[sha256sum] = "2a6b0db0441e63a2dd74cbd18f5d9ae7e08dc0e54685aa486361d0db6a0b4f78" | ||
8 | |||
9 | inherit pypi python_setuptools_build_meta | ||
10 | |||
11 | DEPENDS += " \ | ||
12 | ${PYTHON_PN}-setuptools-scm-native \ | ||
13 | ${PYTHON_PN}-toml-native \ | ||
14 | ${PYTHON_PN}-wheel-native \ | ||
15 | " | ||
16 | |||
17 | RDEPENDS:${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 | " | ||