Skip to content

5.0

Compare
Choose a tag to compare
@Changaco Changaco released this 04 Jul 08:54
· 4 commits to master since this release
ed0e591

Changes to the library:

  • It is now possible to specify a codec for archive entry metadata (pathname, linkpath, uname and gname) (#125).
    • 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 (#123).

Changes to the tests and packaging:

  • 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 (#124).
  • Dropped testing with Python 3.7. Added 3.10 and 3.11 (#124).