Path to this page:
Subject: CVS commit: pkgsrc/archivers/py-rarfile
From: Adam Ciarcinski
Date: 2019-09-16 10:56:18
Message id: 20190916085618.1EA03FBF4@cvs.NetBSD.org
Log Message:
py-rarfile: updated to 3.1
Version 3.1:
This will be last version with support for Python 2.x
New feature:
Accept pathlib objects as filenames.
Accept bytes filenames in Python 3
Fixes:
Use bug-compatible SHA1 for longer passwords (> 28 chars) in RAR3 encrypted \
headers.
Return true/false from _check_unrar_tool
Include all test files in archive
Include volume number in NeedFirstVolume exception if available (rar5).
Cleanups:
Convert tests to pytest.
Files: