diff options
author | adam <adam@pkgsrc.org> | 2017-12-21 08:00:03 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2017-12-21 08:00:03 +0000 |
commit | b66b643110551193c756ce530d0e17a2303dd5fb (patch) | |
tree | a1444360011b15d3fdaf02e854989cdfc8b2091c | |
parent | 7fa62e7cfa297b0b5a3cfdd5b99ef38e750f3174 (diff) | |
download | pkgsrc-b66b643110551193c756ce530d0e17a2303dd5fb.tar.gz |
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.
-rw-r--r-- | archivers/py-lz4/Makefile | 6 | ||||
-rw-r--r-- | archivers/py-lz4/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile index 9fbe98ddd5a..a060672dfb1 100644 --- a/archivers/py-lz4/Makefile +++ b/archivers/py-lz4/Makefile @@ -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" diff --git a/archivers/py-lz4/distinfo b/archivers/py-lz4/distinfo index d4b934ee968..9a44d2f97ee 100644 --- a/archivers/py-lz4/distinfo +++ b/archivers/py-lz4/distinfo @@ -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 |