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.
This commit is contained in:
parent
7e8a22f553
commit
9e92903a6b
2 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.1 2017/04/14 14:01:02 leot Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2019/09/16 08:56:17 adam Exp $
|
||||
|
||||
DISTNAME= rarfile-3.0
|
||||
DISTNAME= rarfile-3.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= archivers
|
||||
CATEGORIES= archivers python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=r/rarfile/}
|
||||
|
||||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2017/04/14 14:01:02 leot Exp $
|
||||
$NetBSD: distinfo,v 1.2 2019/09/16 08:56:17 adam Exp $
|
||||
|
||||
SHA1 (rarfile-3.0.tar.gz) = 97adfdd73a0b04d4a5d51481ebcdab9470c51685
|
||||
RMD160 (rarfile-3.0.tar.gz) = 20b4ae5564bd532fa9755a2834020324f9a47db8
|
||||
SHA512 (rarfile-3.0.tar.gz) = b0b816bf09fe455e4d8d35b447c30e7810468a6927555164a1b513d4161f3fd4e77a37439620bd935c3a12e46b1e5eda3e35d7d281899d2f9fd26b6e989aa6e4
|
||||
Size (rarfile-3.0.tar.gz) = 110665 bytes
|
||||
SHA1 (rarfile-3.1.tar.gz) = c3ef753642e5e75b84c21752f215e65815992df8
|
||||
RMD160 (rarfile-3.1.tar.gz) = fcc9a2cb8208bd5d5545eaefcb4d2637260d906b
|
||||
SHA512 (rarfile-3.1.tar.gz) = eb910b0adfd1f28497163aa7994ab268d7780707e09931cb01014ffa51d985410b0bc17e5fb9ca133992b28115a0b5f443d01215624145d280f29e7065abb9d9
|
||||
Size (rarfile-3.1.tar.gz) = 121579 bytes
|
||||
|
|
Loading…
Reference in a new issue