diff options
author | adam <adam@pkgsrc.org> | 2018-01-02 08:40:09 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-01-02 08:40:09 +0000 |
commit | aaffe845f6677ac73f0f57ba355792f4c7727550 (patch) | |
tree | 2eb681ca7a4f10c4bb71ca08981e0049640db0dc /archivers/py-lz4 | |
parent | 74dda50f25003a47a206c956ce8206fb3700a4fc (diff) | |
download | pkgsrc-aaffe845f6677ac73f0f57ba355792f4c7727550.tar.gz |
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 (limited to 'archivers/py-lz4')
-rw-r--r-- | archivers/py-lz4/Makefile | 4 | ||||
-rw-r--r-- | archivers/py-lz4/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/archivers/py-lz4/Makefile b/archivers/py-lz4/Makefile index 3667bddd0aa..7d93fc0cdfa 100644 --- a/archivers/py-lz4/Makefile +++ b/archivers/py-lz4/Makefile @@ -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 --git a/archivers/py-lz4/distinfo b/archivers/py-lz4/distinfo index 48a0798bce9..0ed0a6e9f81 100644 --- a/archivers/py-lz4/distinfo +++ b/archivers/py-lz4/distinfo @@ -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 |