pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/py-lz4 py-lz4: updated to 2.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a078596a1dac
branches:  trunk
changeset: 309685:a078596a1dac
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jun 22 06:38:14 2018 +0000

description:
py-lz4: updated to 2.0.1

2.0.1:
This release fixes: tests failed when run under python setup.py test, but passed when running under tox.

2.0.0:
It's now possible to specify a compession dictionary for block compression.
The bundled LZ4 libraries have been updated to 1.8.2
A compatibility fix for 2.x memoryview objects has been added.
Various flake8 cleanups and test additions.

diffstat:

 archivers/py-lz4/Makefile |   4 ++--
 archivers/py-lz4/PLIST    |   4 ++--
 archivers/py-lz4/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 9 deletions(-)

diffs (42 lines):

diff -r d921ded36cd5 -r a078596a1dac archivers/py-lz4/Makefile
--- a/archivers/py-lz4/Makefile Fri Jun 22 06:29:20 2018 +0000
+++ b/archivers/py-lz4/Makefile Fri Jun 22 06:38:14 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.16 2018/04/05 12:01:54 adam Exp $
+# $NetBSD: Makefile,v 1.17 2018/06/22 06:38:14 adam Exp $
 
-DISTNAME=      lz4-1.1.0
+DISTNAME=      lz4-2.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lz4/}
diff -r d921ded36cd5 -r a078596a1dac archivers/py-lz4/PLIST
--- a/archivers/py-lz4/PLIST    Fri Jun 22 06:29:20 2018 +0000
+++ b/archivers/py-lz4/PLIST    Fri Jun 22 06:38:14 2018 +0000
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.5 2018/04/05 12:01:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2018/06/22 06:38:14 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PLIST.py2x}${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/lz4/__init__.py
 ${PYSITELIB}/lz4/__init__.pyc
diff -r d921ded36cd5 -r a078596a1dac archivers/py-lz4/distinfo
--- a/archivers/py-lz4/distinfo Fri Jun 22 06:29:20 2018 +0000
+++ b/archivers/py-lz4/distinfo Fri Jun 22 06:38:14 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2018/04/05 12:01:54 adam Exp $
+$NetBSD: distinfo,v 1.15 2018/06/22 06:38:14 adam Exp $
 
-SHA1 (lz4-1.1.0.tar.gz) = 14c2dec121fdbea5c999e1e8fa8a8305e09f69cf
-RMD160 (lz4-1.1.0.tar.gz) = 2953fde74b2dea40e952bb08fb2428703ff09fc2
-SHA512 (lz4-1.1.0.tar.gz) = 3119247e4334b0898b6258a286ea1e2ffeb2e6da958366ec9aefd48e476f05d16b0f059cf47954ea5efafab5a5de0c3f2a825c9e765b488618d75b2d60726c80
-Size (lz4-1.1.0.tar.gz) = 114404 bytes
+SHA1 (lz4-2.0.1.tar.gz) = 299620e10501dea3cc5358d589e48a7606803296
+RMD160 (lz4-2.0.1.tar.gz) = 685a8995773b90473e38f705e6fad5834b92fe77
+SHA512 (lz4-2.0.1.tar.gz) = e1fa406227aa522d47a20bc2720fd402df216a4fc008688f4e0d8802e660c81e3b6449131b78254c615c9a5b452e5b0576f4fe82ce914998fb8ee989ebf38389
+Size (lz4-2.0.1.tar.gz) = 125919 bytes
 SHA1 (patch-setup.py) = 19f0fda54400ee21374e22c7657bf50d0c6c1c41



Home | Main Index | Thread Index | Old Index