diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-08-28 16:25:09 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-28 07:11:35 -0700 |
commit | 2a89e2283c977ce02604d7d28c5abd91b6dd65ab (patch) | |
tree | 0cc0126144a2952d01597063fd661749eaee03d8 /meta-python/recipes-devtools/python | |
parent | 4a63e80c9949e9f3ef58c4bb4c1793af65524f7e (diff) | |
download | meta-openembedded-2a89e2283c977ce02604d7d28c5abd91b6dd65ab.tar.gz |
python3-py7zr: upgrade 0.21.1 -> 0.22.0
Changelog:
===========
Added
-----
* Add mode "x" for SevenZipFile
* Add SevenZipFile#namelist method
Fixed
-----
* Append mode on non-existent files
* Fix NUMBER encoding of integer when 8 bytes
Changed
-------
* Minimum required Python version to be Python 3.8
* Remove pyannotate from pyproject.toml
Document
--------
* Update user guide
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')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-py7zr_0.22.0.bb (renamed from meta-python/recipes-devtools/python/python3-py7zr_0.21.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-py7zr_0.21.1.bb b/meta-python/recipes-devtools/python/python3-py7zr_0.22.0.bb index 0dec16151c..c5cf1e8362 100644 --- a/meta-python/recipes-devtools/python/python3-py7zr_0.21.1.bb +++ b/meta-python/recipes-devtools/python/python3-py7zr_0.22.0.bb | |||
@@ -4,7 +4,7 @@ LICENSE = "LGPL-2.1-or-later" | |||
4 | SECTION = "devel/python" | 4 | SECTION = "devel/python" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c" |
6 | 6 | ||
7 | SRC_URI[sha256sum] = "dede8ed8b7b32b3586ac476da3a482b69dd433229420bf0f62c495404b72c799" | 7 | SRC_URI[sha256sum] = "c6c7aea5913535184003b73938490f9a4d8418598e533f9ca991d3b8e45a139e" |
8 | 8 | ||
9 | inherit pypi python_setuptools_build_meta | 9 | inherit pypi python_setuptools_build_meta |
10 | 10 | ||