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.1.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2cbc453da41b
branches:  trunk
changeset: 324977:2cbc453da41b
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Nov 05 09:22:38 2018 +0000

description:
py-lz4: updated to 2.1.2

2.1.2:
Improves the speed of importing the module by avoiding the use of pkg_resources
Fixes some flake8 warnings
Resolves a small issue with the test suite when detecting memory usage increases

diffstat:

 archivers/py-lz4/Makefile |   5 +++--
 archivers/py-lz4/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r bd4c5254cb26 -r 2cbc453da41b archivers/py-lz4/Makefile
--- a/archivers/py-lz4/Makefile Mon Nov 05 08:36:43 2018 +0000
+++ b/archivers/py-lz4/Makefile Mon Nov 05 09:22:38 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2018/10/14 09:15:53 adam Exp $
+# $NetBSD: Makefile,v 1.21 2018/11/05 09:22:38 adam Exp $
 
-DISTNAME=      lz4-2.1.1
+DISTNAME=      lz4-2.1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lz4/}
@@ -13,6 +13,7 @@
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-pkgconfig-[0-9]*:../../devel/py-pkgconfig
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 .include "../../lang/python/pyversion.mk"
diff -r bd4c5254cb26 -r 2cbc453da41b archivers/py-lz4/distinfo
--- a/archivers/py-lz4/distinfo Mon Nov 05 08:36:43 2018 +0000
+++ b/archivers/py-lz4/distinfo Mon Nov 05 09:22:38 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.18 2018/10/14 09:15:53 adam Exp $
+$NetBSD: distinfo,v 1.19 2018/11/05 09:22:38 adam Exp $
 
-SHA1 (lz4-2.1.1.tar.gz) = c2621a204b851a8e30a82f4b9f09604c1a0230a0
-RMD160 (lz4-2.1.1.tar.gz) = 94d1f0d7787757d177574bf3ce63f488cf69356f
-SHA512 (lz4-2.1.1.tar.gz) = 198f2c6df1329093cf0b1d0b941e7a6d96a6fd915d4cadafe245c206738148b2d7ef280589d6a1b446367b62f8e23aa10d31384d306137d75ba5edb7d5f705ed
-Size (lz4-2.1.1.tar.gz) = 128498 bytes
+SHA1 (lz4-2.1.2.tar.gz) = 741ba539200de73614e89b5b2e27299b263ba669
+RMD160 (lz4-2.1.2.tar.gz) = 96b81d12bb21bcc0237da7d972b35f3e09556198
+SHA512 (lz4-2.1.2.tar.gz) = f29d70f2237782c0f88d2851d2e2b07dd493aba56ff823ac7afce82c2b2ec48af2a139e341ee36b3cd76cf9a5b6ff2d02cc2246b68079823c018c2dcfb658379
+Size (lz4-2.1.2.tar.gz) = 128639 bytes
 SHA1 (patch-setup.py) = 19f0fda54400ee21374e22c7657bf50d0c6c1c41



Home | Main Index | Thread Index | Old Index