pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-lz4



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan  2 08:40:09 UTC 2018

Modified Files:
        pkgsrc/archivers/py-lz4: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/py-lz4/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/archivers/py-lz4/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/archivers/py-lz4/Makefile
diff -u pkgsrc/archivers/py-lz4/Makefile:1.6 pkgsrc/archivers/py-lz4/Makefile:1.7
--- pkgsrc/archivers/py-lz4/Makefile:1.6        Sun Dec 31 18:48:57 2017
+++ pkgsrc/archivers/py-lz4/Makefile    Tue Jan  2 08:40:09 2018
@@ -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/}

Index: pkgsrc/archivers/py-lz4/distinfo
diff -u pkgsrc/archivers/py-lz4/distinfo:1.5 pkgsrc/archivers/py-lz4/distinfo:1.6
--- pkgsrc/archivers/py-lz4/distinfo:1.5        Sun Dec 31 18:48:57 2017
+++ pkgsrc/archivers/py-lz4/distinfo    Tue Jan  2 08:40:09 2018
@@ -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