diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-07-15 17:02:19 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-15 16:36:14 -0700 |
| commit | 72d875096e8ffe0cef5bfb69700049105995fbc1 (patch) | |
| tree | 8ecaf90b819174f75da5ecb5b3cc03332a58ff53 /meta-python/recipes-devtools/python/python3-py7zr_0.21.1.bb | |
| parent | ca7a66180d5409082f7c05107533847eaea54af3 (diff) | |
| download | meta-openembedded-72d875096e8ffe0cef5bfb69700049105995fbc1.tar.gz | |
python3-py7zr: upgrade 0.21.0 -> 0.21.1
Changelog:
============
- Treat zero byte stream as a file.
- feat: check targets argument type for read and extract method
- feat: Add recursive sudirectories and files extraction.
- feat: ensure unpack_7zarchive closes the archive
- docs: Use same format for unpack_archive example as for make_archive
- fix bug in function is_64bit()
- feat: make unpack_7zarchive raise ReadError for invalid files
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-py7zr_0.21.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-py7zr_0.21.1.bb | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-py7zr_0.21.1.bb b/meta-python/recipes-devtools/python/python3-py7zr_0.21.1.bb new file mode 100644 index 0000000000..0dec16151c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-py7zr_0.21.1.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] = "dede8ed8b7b32b3586ac476da3a482b69dd433229420bf0f62c495404b72c799" | ||
| 8 | |||
| 9 | inherit pypi python_setuptools_build_meta | ||
| 10 | |||
| 11 | DEPENDS += " \ | ||
| 12 | python3-setuptools-scm-native \ | ||
| 13 | python3-toml-native \ | ||
| 14 | python3-wheel-native \ | ||
| 15 | " | ||
| 16 | |||
| 17 | RDEPENDS:${PN} += "\ | ||
| 18 | python3-pycryptodomex \ | ||
| 19 | python3-multivolumefile \ | ||
| 20 | python3-pybcj \ | ||
| 21 | python3-inflate64 \ | ||
| 22 | python3-pyppmd \ | ||
| 23 | python3-pyzstd \ | ||
| 24 | python3-brotli \ | ||
| 25 | python3-multiprocessing \ | ||
| 26 | python3-datetime \ | ||
| 27 | python3-core \ | ||
| 28 | python3-threading \ | ||
| 29 | " | ||
