1d6b2994d7
- update to 5.2: * Change to the library: fix inoperative pathname argument of add_files method (#135), by @nvinson. * Change to the tests: update a test to handle new libarchive versions (#131). - drop libarchive.patch (upstream)
Dirk Mueller2025-04-30 06:26:25 +00:00
aabd0af19d
Accepting request 1223788 from devel:languages:python
Ana Guerrero2024-11-14 15:07:58 +00:00
93c703ef68
- Add upstream libarchive.patch to fix tests
Matej Cepl2024-11-12 20:58:22 +00:00
5987f299d7
Accepting request 1158308 from devel:languages:python
Ana Guerrero2024-03-17 21:13:49 +00:00
2e08ee994b
- update to 5.1: * Fix the format_name property and move it from the ArchiveEntry class to the ArchiveRead class (#127).
Dirk Mueller2024-03-15 21:09:58 +00:00
b83ddd3844
Accepting request 1131722 from devel:languages:python
Ana Guerrero2023-12-08 21:32:00 +00:00
d0bb7fcc8c
- update to 5.0: * It is now possible to specify a codec for archive entry metadata (pathname, linkpath, uname and gname) * **BREAKING:** If you use the archive_read_class and archive_write_class arguments, the classes you provide will receive a codec name as a second positional argument. * The timestamp_nsec arguments of the legacy ArchiveEntry.set_{a,c,m}time methods are now optional * Removed obsolete dependencies (mock and six) from tox.ini (#119). * Always use UTF-8 when reading the PKG-INFO and README.rst files (#120). * Replaced pytest-xdist with pytest-forked in tox.ini - drop python-libarchive-c-no-mock.patch (upstream) BREAKING & SECURITY: The archive extraction functions now pass 3 security flags (SECURE_NODOTDOT, SECURE_NOABSOLUTEPATHS
Dirk Mueller2023-12-07 22:22:36 +00:00