966e4df82c
- Update to 1.0.0 * Changed - CI: check on Linux on ARM64 with GitHub hosted ARM64 runner. - Improve issue report template - Remove Travis-CI button from Documentation - Changes from 0.22.0 * Added - Add mode "x" for SevenZipFile (#588) - Add SevenZipFile#namelist method (#600) * Fixed - Append mode on non-existent files (#604) - Fix NUMBER encoding of integer when 8 bytes(#591) * Changed - Minimum required Python version to be Python 3.8 (#601) - Remove pyannotate from pyproject.toml (#598) * Document - Update user guide (#596) - Changes from 0.21.1 * Fixed - Follow shutil.register_unpack_format() convention of raising a ReadError when the library cannot handle a file (#583) - ensure unpack_7zarchive closes the archive (#584) - 64bit OS detection (#580) * Added - Add recursive sub-directories and files extraction (#585) * Changed - check targets argument type for read and extract method (#577) - Treat zero byte stream as a file (#551) - Changes from 0.21.0 * Changed - Speed up extraction when number of files is very large (#555) - Replace deprecated functions on python 3.12 (#550) * Added - Add report_update() for logging large files extraction (#558) * Document - Add subsection of multi-volume creation (#568) - Drop py7zr-remove-pyannotate.patch because no more needed.
Matej Cepl2025-06-22 16:29:34 +00:00
92b139305b
Accepting request 1147146 from devel:languages:python
Ana Guerrero2024-02-18 19:23:16 +00:00
55d028b886
Accepting request 1147132 from home:bnavigator:branches:devel:languages:python
Matej Cepl2024-02-16 16:36:37 +00:00
e99d3b0245
- update to 0.20.5: * Remove root reference from file names (#513) * fix typo in the readme (#510) * Drop manual GC to improve performance when many files are handled. (#489, #490) * Fix mypy error * Skip deflate64 compression/decompression test on pypy * There is an issue in dependency inflate64 library that causes SIGABORT and SIGSEGV on pypy
Dirk Mueller2023-05-04 19:20:19 +00:00