summaryrefslogtreecommitdiff
path: root/archivers/py-lz4/Makefile
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-01-02 08:40:09 +0000
committeradam <adam@pkgsrc.org>2018-01-02 08:40:09 +0000
commitaaffe845f6677ac73f0f57ba355792f4c7727550 (patch)
tree2eb681ca7a4f10c4bb71ca08981e0049640db0dc /archivers/py-lz4/Makefile
parent74dda50f25003a47a206c956ce8206fb3700a4fc (diff)
downloadpkgsrc-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/Makefile')
-rw-r--r--archivers/py-lz4/Makefile4
1 files changed, 2 insertions, 2 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/}