pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/archivers/py-libarchive-c
Module Name: pkgsrc
Committed By: adam
Date: Wed Dec 11 13:46:46 UTC 2019
Modified Files:
pkgsrc/archivers/py-libarchive-c: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/archivers/py-libarchive-c/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/py-libarchive-c/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/archivers/py-libarchive-c/Makefile
diff -u pkgsrc/archivers/py-libarchive-c/Makefile:1.12 pkgsrc/archivers/py-libarchive-c/Makefile:1.13
--- pkgsrc/archivers/py-libarchive-c/Makefile:1.12 Fri Jun 15 08:08:18 2018
+++ pkgsrc/archivers/py-libarchive-c/Makefile Wed Dec 11 13:46:46 2019
@@ -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
Index: pkgsrc/archivers/py-libarchive-c/distinfo
diff -u pkgsrc/archivers/py-libarchive-c/distinfo:1.5 pkgsrc/archivers/py-libarchive-c/distinfo:1.6
--- pkgsrc/archivers/py-libarchive-c/distinfo:1.5 Fri Jun 15 08:08:18 2018
+++ pkgsrc/archivers/py-libarchive-c/distinfo Wed Dec 11 13:46:46 2019
@@ -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