Source-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 3.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/728ceb8b08af
branches:  trunk
changeset: 431715:728ceb8b08af
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat May 16 08:31:37 2020 +0000

description:
py-lz4: updated to 3.0.2

v3.0.2:
This release removes py3c from the codebase and strips out unused Python 2 support code. No functional changes are included with this release.

v3.0.1:
This release fixes an issue that prevented the OSX wheels from being published to PyPi, and contains no functional changes.

v3.0.0:
This release:
* Drops support for Python 2 (although some dead code remains for future removal)
* Adds streams support thanks to the hard work of @tSed
* Fixes a performance bug with the frame bindings - thanks to @bjonen for the careful report and reproducer
* Adds Python 3.8 support

diffstat:

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

diffs (68 lines):

diff -r eb928a614ec2 -r 728ceb8b08af archivers/py-lz4/Makefile
--- a/archivers/py-lz4/Makefile Sat May 16 08:23:28 2020 +0000
+++ b/archivers/py-lz4/Makefile Sat May 16 08:31:37 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2020/04/26 13:29:50 rillig Exp $
+# $NetBSD: Makefile,v 1.28 2020/05/16 08:31:37 adam Exp $
 
-DISTNAME=      lz4-2.2.1
+DISTNAME=      lz4-3.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lz4/}
@@ -14,12 +14,10 @@
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
 TEST_DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
-TEST_DEPENDS+= ${PYPKGPREFIX}-test<5:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
-.include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 27
-DEPENDS+=      ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
-.endif
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../archivers/lz4/buildlink3.mk"
 .include "../../lang/python/egg.mk"
diff -r eb928a614ec2 -r 728ceb8b08af archivers/py-lz4/PLIST
--- a/archivers/py-lz4/PLIST    Sat May 16 08:23:28 2020 +0000
+++ b/archivers/py-lz4/PLIST    Sat May 16 08:31:37 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2018/06/22 06:38:14 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2020/05/16 08:31:37 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -15,10 +15,11 @@
 ${PYSITELIB}/lz4/frame/__init__.py
 ${PYSITELIB}/lz4/frame/__init__.pyc
 ${PYSITELIB}/lz4/frame/__init__.pyo
-${PYSITELIB}/lz4/frame/_compression.py
-${PYSITELIB}/lz4/frame/_compression.pyc
-${PYSITELIB}/lz4/frame/_compression.pyo
 ${PYSITELIB}/lz4/frame/_frame.so
+${PYSITELIB}/lz4/stream/__init__.py
+${PYSITELIB}/lz4/stream/__init__.pyc
+${PYSITELIB}/lz4/stream/__init__.pyo
+${PYSITELIB}/lz4/stream/_stream.so
 ${PYSITELIB}/lz4/version.py
 ${PYSITELIB}/lz4/version.pyc
 ${PYSITELIB}/lz4/version.pyo
diff -r eb928a614ec2 -r 728ceb8b08af archivers/py-lz4/distinfo
--- a/archivers/py-lz4/distinfo Sat May 16 08:23:28 2020 +0000
+++ b/archivers/py-lz4/distinfo Sat May 16 08:31:37 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.24 2019/09/16 08:53:00 adam Exp $
+$NetBSD: distinfo,v 1.25 2020/05/16 08:31:37 adam Exp $
 
-SHA1 (lz4-2.2.1.tar.gz) = 053b9e22f32913d13664f0a85ab2dc9af2d91397
-RMD160 (lz4-2.2.1.tar.gz) = 5c5e3e2087e99cbbcbf925b0e724204333893090
-SHA512 (lz4-2.2.1.tar.gz) = 3f6400c0ac02182306fcb0e76fc78fdcec604bd89baa288c71261cce05350de244eb0d4263e4c1c1d647a529426beac409b3ff20c170c3ea19c7dd82cfae834b
-Size (lz4-2.2.1.tar.gz) = 141841 bytes
+SHA1 (lz4-3.0.2.tar.gz) = 9d38f02c7025431e8832cf36107c5155c4ed75f9
+RMD160 (lz4-3.0.2.tar.gz) = b26e39ecaa7d5e5421104dce272729315d12c533
+SHA512 (lz4-3.0.2.tar.gz) = c31116ee3cd70241b19bff6c59d1852d4c26ad5f0c9a56cd2ecec58e8c2751773162c7ac6a2d887e8cf537bc869ed8866929164f976849efa3ea041eacc4535a
+Size (lz4-3.0.2.tar.gz) = 152443 bytes
 SHA1 (patch-setup.py) = 316572cdcc0672197cb46663a96386271c6bcad6



Home | Main Index | Thread Index | Old Index