pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/py-rarfile py-rarfile: updated to 3.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0c63d4e15a5
branches:  trunk
changeset: 339799:a0c63d4e15a5
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Sep 16 08:56:17 2019 +0000

description:
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.

diffstat:

 archivers/py-rarfile/Makefile |   6 +++---
 archivers/py-rarfile/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r 18550bb63778 -r a0c63d4e15a5 archivers/py-rarfile/Makefile
--- a/archivers/py-rarfile/Makefile     Mon Sep 16 08:53:00 2019 +0000
+++ b/archivers/py-rarfile/Makefile     Mon Sep 16 08:56:17 2019 +0000
@@ -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@localhost
diff -r 18550bb63778 -r a0c63d4e15a5 archivers/py-rarfile/distinfo
--- a/archivers/py-rarfile/distinfo     Mon Sep 16 08:53:00 2019 +0000
+++ b/archivers/py-rarfile/distinfo     Mon Sep 16 08:56:17 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index