github Changaco/python-libarchive-c 5.0

latest release: 5.1
10 months ago

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).

Don't miss a new python-libarchive-c release

NewReleases is sending notifications on new releases.