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 0.18.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfdf018cdc71
branches:  trunk
changeset: 373447:bfdf018cdc71
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jan 02 08:40:09 2018 +0000

description:
py-lz4: updated to 0.18.1

0.18.1:
This is a minor bugfix release which fixes two small bugs which would result in source references not being released on error conditions in lz4.frame.compress.

0.18.0:
This release changes the strategy for allocating memory to not use undocumented and potentially fragile Python internals (Py_SIZE). This may have a small performance impact, but brings stronger 
guarantees for future stability.

diffstat:

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

diffs (28 lines):

diff -r 39e6fa36b967 -r bfdf018cdc71 archivers/py-lz4/Makefile
--- a/archivers/py-lz4/Makefile Tue Jan 02 08:17:26 2018 +0000
+++ b/archivers/py-lz4/Makefile Tue Jan 02 08:40:09 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/12/31 18:48:57 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/01/02 08:40:09 adam Exp $
 
-DISTNAME=      lz4-0.17.0
+DISTNAME=      lz4-0.18.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lz4/}
diff -r 39e6fa36b967 -r bfdf018cdc71 archivers/py-lz4/distinfo
--- a/archivers/py-lz4/distinfo Tue Jan 02 08:17:26 2018 +0000
+++ b/archivers/py-lz4/distinfo Tue Jan 02 08:40:09 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2017/12/31 18:48:57 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/01/02 08:40:09 adam Exp $
 
-SHA1 (lz4-0.17.0.tar.gz) = f1cab01bd8705cf0210e041e0343fe9e6b3b9338
-RMD160 (lz4-0.17.0.tar.gz) = 344355b5248871441b64241def1b12c069dc7877
-SHA512 (lz4-0.17.0.tar.gz) = 29af6839733cd57ee607e7e608a1aa2ab8c99aeb494b415af35ecad4efe26b1809a56a35dce045f1425043ebc9313fd99dcc81a1ac6d572b52d6debd14451207
-Size (lz4-0.17.0.tar.gz) = 101334 bytes
+SHA1 (lz4-0.18.1.tar.gz) = e47bf41bf9f7dd4dd79209a8502037f4f061e850
+RMD160 (lz4-0.18.1.tar.gz) = 924b13834940247a15dac912460d00d57c965d4e
+SHA512 (lz4-0.18.1.tar.gz) = 522096a4ad195af8bb1813c923767b1a5477a40bdd0349dd9312f2f9c9965aa0557ddcd8943b0b0418c814a7a39110ce5a8d5806e37d1939fbf62365e1cf9f0c
+Size (lz4-0.18.1.tar.gz) = 100914 bytes
 SHA1 (patch-setup.py) = 19f0fda54400ee21374e22c7657bf50d0c6c1c41



Home | Main Index | Thread Index | Old Index