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>
This commit is contained in:
Wang Mingyu 2024-08-28 16:25:09 +08:00 committed by Khem Raj
parent 4a63e80c99
commit 2a89e2283c
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -4,7 +4,7 @@ LICENSE = "LGPL-2.1-or-later"
SECTION = "devel/python"
LIC_FILES_CHKSUM = "file://LICENSE;md5=4fbd65380cdd255951079008b364516c"
SRC_URI[sha256sum] = "dede8ed8b7b32b3586ac476da3a482b69dd433229420bf0f62c495404b72c799"
SRC_URI[sha256sum] = "c6c7aea5913535184003b73938490f9a4d8418598e533f9ca991d3b8e45a139e"
inherit pypi python_setuptools_build_meta