461c56ba54
- Update to 1.1.0: ## Security * CVE-2025-6176: bump brotli@1.2.0 ## What's Changed * fix(is_7zfile): accept any path-like instead of just pathlib.Path * Accept IO[bytes] instead of BinaryIO * feat(cli): add support for extracting specific archive members * fix: SevenZipFile.getinfo() now returns FileInfo as originally intended * feat: make FileInfo and ArchiveInfo dataclasses * feat: add is_file and is_symlink to FileInfo * Use zstandard implementation from stdlib (PEP-784) * chore: bump minimum Python version to 3.10 and update development deps * chore: tox configuration in pyproject.toml native * Use 3.10 type hint syntax - Switch to GitHub tarball for the testsuite.
Steve Kowalik2026-02-19 03:22:56 +00:00
49432ac214
Accepting request 1287720 from devel:languages:python
Ana Guerrero2025-06-23 13:04:39 +00:00
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
c10c8f842d
Accepting request 1287213 from home:ecsos:python
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
0e236e4845
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
ff09b4165c
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
4d7e9c02fa
- 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