pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-lz4



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec 21 08:00:03 UTC 2017

Modified Files:
        pkgsrc/archivers/py-lz4: Makefile distinfo

Log Message:
py-lz4: updated to 0.12.0

This release brings
Huge changes to the LZ4 Frame support which should now be considered beta quality
A new pytest based test harness, and significantly re-worked testing
An end to Python 2.6 support - no testing is currently done against Python 2.6 although the code probably does still work with Python 2.6 at this point in time.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/archivers/py-lz4/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/archivers/py-lz4/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-lz4/Makefile
diff -u pkgsrc/archivers/py-lz4/Makefile:1.4 pkgsrc/archivers/py-lz4/Makefile:1.5
--- pkgsrc/archivers/py-lz4/Makefile:1.4        Fri Nov 24 12:42:09 2017
+++ pkgsrc/archivers/py-lz4/Makefile    Thu Dec 21 08:00:03 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/11/24 12:42:09 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/12/21 08:00:03 adam Exp $
 
-DISTNAME=      lz4-0.11.1
+DISTNAME=      lz4-0.12.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lz4/}
@@ -12,6 +12,6 @@ LICENSE=      modified-bsd
 
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 
-.include "../../lang/python/egg.mk"
 .include "../../archivers/lz4/buildlink3.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/archivers/py-lz4/distinfo
diff -u pkgsrc/archivers/py-lz4/distinfo:1.3 pkgsrc/archivers/py-lz4/distinfo:1.4
--- pkgsrc/archivers/py-lz4/distinfo:1.3        Fri Nov 24 12:42:09 2017
+++ pkgsrc/archivers/py-lz4/distinfo    Thu Dec 21 08:00:03 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/11/24 12:42:09 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/12/21 08:00:03 adam Exp $
 
-SHA1 (lz4-0.11.1.tar.gz) = b2e8f5c0e88d41fcdcf24deaf254523bc19c25d6
-RMD160 (lz4-0.11.1.tar.gz) = 9d013fcc9368c903fc08aa9eb28a43902785fb16
-SHA512 (lz4-0.11.1.tar.gz) = 7b1c952dccb1fc1436396f1642db91d63fa11aaf992d7adf72891bfa5ad83c767e96c2d9a31bf444b1eda74430e456e228dfdea291ee8f5c471c13f146988671
-Size (lz4-0.11.1.tar.gz) = 97348 bytes
+SHA1 (lz4-0.12.0.tar.gz) = 20d1fad7dfcddfe875d663aede45b9deb512126d
+RMD160 (lz4-0.12.0.tar.gz) = a44a2e366ced50e385a1eccbdf0323a4717c5a03
+SHA512 (lz4-0.12.0.tar.gz) = 23e017e180504bd0cf949f78d75ecd17ac6b653a0714c83f72d58f11f7e6eaf1d1d1cff46e64d2294e2f4c32dbaaf4d78671e37f2f5dce4c970925d74ba43ab2
+Size (lz4-0.12.0.tar.gz) = 100876 bytes



Home | Main Index | Thread Index | Old Index