pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/py-libarchive-c py-libarchive-c: updated to 2.9



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b87dc1296020
branches:  trunk
changeset: 345389:b87dc1296020
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Dec 11 13:46:46 2019 +0000

description:
py-libarchive-c: updated to 2.9

2.9:
Changes to the library:
optimized the ArchiveEntry class
added support for the zstd format
fixed the top-level __all__ list (7b97d8b)
updated the code to support Python 3.8
improved the add_file_from_memory method
lowered the level of log messages from warning to info

Tests:
dropped testing with Python 3.4, added 3.7 and 3.8
fixed unicode handling in entry tests

diffstat:

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

diffs (30 lines):

diff -r 2a4fff05f1b2 -r b87dc1296020 archivers/py-libarchive-c/Makefile
--- a/archivers/py-libarchive-c/Makefile        Wed Dec 11 13:43:31 2019 +0000
+++ b/archivers/py-libarchive-c/Makefile        Wed Dec 11 13:46:46 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.12 2018/06/15 08:08:18 adam Exp $
+# $NetBSD: Makefile,v 1.13 2019/12/11 13:46:46 adam Exp $
 
-DISTNAME=      libarchive-c-2.8
+DISTNAME=      libarchive-c-2.9
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel python
+CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/libarchive-c/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r 2a4fff05f1b2 -r b87dc1296020 archivers/py-libarchive-c/distinfo
--- a/archivers/py-libarchive-c/distinfo        Wed Dec 11 13:43:31 2019 +0000
+++ b/archivers/py-libarchive-c/distinfo        Wed Dec 11 13:46:46 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/15 08:08:18 adam Exp $
+$NetBSD: distinfo,v 1.6 2019/12/11 13:46:46 adam Exp $
 
-SHA1 (libarchive-c-2.8.tar.gz) = ca325c74fc4663aa38226e7821747b8f3762687d
-RMD160 (libarchive-c-2.8.tar.gz) = e42e37231c07e7038c1ee3c96d4595123e41ca7c
-SHA512 (libarchive-c-2.8.tar.gz) = 533b23081996f2bfbd558e379d69e0c02ecfc7e62d39f4ae2ecf5b639511ecffc073422e78d7357cc58daa260b956a6399b42db5d26d6e3933622c622fa8dc5f
-Size (libarchive-c-2.8.tar.gz) = 45182 bytes
+SHA1 (libarchive-c-2.9.tar.gz) = 70dc6569ce1fed562a19cd0dca5f831a1831235a
+RMD160 (libarchive-c-2.9.tar.gz) = 5a835ec001d98f989a5c17edd9c27996e9aad6d5
+SHA512 (libarchive-c-2.9.tar.gz) = b154cfe39247050c156d57f657b9668f3b1add879b7fb5b32cbc127becee63d1898fb1c4bd60e7fe72e814f544ddefa6680d582fec28b0feed90940fae8cc238
+Size (libarchive-c-2.9.tar.gz) = 46408 bytes



Home | Main Index | Thread Index | Old Index