Source-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.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/caba91e1720c
branches:  trunk
changeset: 436216:caba91e1720c
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 29 12:10:46 2020 +0000

description:
py-rarfile: updated to 3.3

rarfile v3.3

Fixes:
Add the .sfx test files to MANIFEST.in for inclusion in pypi tarball.
Add all files in git to tarball.


rarfile v3.2

New features:
Support unar as decompression backend. It has much better support for RAR features than bsdtar.
Support SFX archives - archive header is searched in first 2MB of the file.
Add HACK_TMP_DIR option, to force temp files into specific directory.

Fixes:
Always use "/" for path separator in command-line, gives better results on Windows.

Cleanups:
Drop module-level options from docs, they create confusion.
Drop support for Python 2 and 3.5 and earlier. Python 2 is dead and requiring Python 3.6 gives blake2s, stdlib that supports pathlib, and ordered dict without compat hacks.
Replace PyCrypto with PyCryptodome in tests.
Use Github Actions for CI.

diffstat:

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

diffs (27 lines):

diff -r 3b614d1ef778 -r caba91e1720c archivers/py-rarfile/Makefile
--- a/archivers/py-rarfile/Makefile     Wed Jul 29 12:07:15 2020 +0000
+++ b/archivers/py-rarfile/Makefile     Wed Jul 29 12:10:46 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2019/09/16 08:56:17 adam Exp $
+# $NetBSD: Makefile,v 1.3 2020/07/29 12:10:46 adam Exp $
 
-DISTNAME=      rarfile-3.1
+DISTNAME=      rarfile-3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rarfile/}
diff -r 3b614d1ef778 -r caba91e1720c archivers/py-rarfile/distinfo
--- a/archivers/py-rarfile/distinfo     Wed Jul 29 12:07:15 2020 +0000
+++ b/archivers/py-rarfile/distinfo     Wed Jul 29 12:10:46 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2019/09/16 08:56:17 adam Exp $
+$NetBSD: distinfo,v 1.3 2020/07/29 12:10:46 adam Exp $
 
-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
+SHA1 (rarfile-3.3.tar.gz) = ef46f9c38ef5afb749c7f8a3def36d4dcfb98447
+RMD160 (rarfile-3.3.tar.gz) = f44e5f0eff975cd64eae4494071b44c99b8473d5
+SHA512 (rarfile-3.3.tar.gz) = 6c66efae84d960bdda09e4d379744ebca7f5e280dcdc287183e22e7e633bbfd9b25f0672910e0ae80f4434b336aee6aa1036325786cbf82639bcff11ee34a02d
+Size (rarfile-3.3.tar.gz) = 135373 bytes



Home | Main Index | Thread Index | Old Index