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:           Mon Nov 28 13:24:55 UTC 2022

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

Log Message:
py-lz4: updated to 4.0.2

4.0.2
Fix a memory leak when frame decompression fails

4.0.1
Add flush method to LZ4FrameFile

4.0.0
This release relegates the stream bindings to experimental status and disables them in all wheel builds. This was necessary as the test suite was causing build failures on multiple architectures. 
These bindings are currently in an unmaintained state.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/archivers/py-lz4/Makefile
cvs rdiff -u -r1.32 -r1.33 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.35 pkgsrc/archivers/py-lz4/Makefile:1.36
--- pkgsrc/archivers/py-lz4/Makefile:1.35       Fri Sep 30 09:05:40 2022
+++ pkgsrc/archivers/py-lz4/Makefile    Mon Nov 28 13:24:55 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2022/09/30 09:05:40 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2022/11/28 13:24:55 adam Exp $
 
-DISTNAME=      lz4-3.1.10
+DISTNAME=      lz4-4.0.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    archivers python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/lz4/}
 
@@ -11,19 +10,19 @@ HOMEPAGE=   https://github.com/python-lz4/
 COMMENT=       Python LZ4 binding
 LICENSE=       modified-bsd
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-pkgconfig-[0-9]*:../../devel/py-pkgconfig
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TOOL_DEPENDS+= ${PYPKGPREFIX}-pkgconfig-[0-9]*:../../devel/py-pkgconfig
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_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
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.3.1:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+# build 'stream'
+MAKE_ENV+=     PYLZ4_EXPERIMENTAL=1
+
+USE_TOOLS+=    pkg-config
 
-# builds the same object files for different targets
-# e.g.
-# ld: build/temp.netbsd-9.0-amd64-cpython-310/lz4libs/lz4.o: file not recognized: file truncated
-MAKE_JOBS_SAFE=        no
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../archivers/lz4/buildlink3.mk"
 .include "../../lang/python/egg.mk"

Index: pkgsrc/archivers/py-lz4/distinfo
diff -u pkgsrc/archivers/py-lz4/distinfo:1.32 pkgsrc/archivers/py-lz4/distinfo:1.33
--- pkgsrc/archivers/py-lz4/distinfo:1.32       Mon Nov 29 11:44:08 2021
+++ pkgsrc/archivers/py-lz4/distinfo    Mon Nov 28 13:24:55 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.32 2021/11/29 11:44:08 adam Exp $
+$NetBSD: distinfo,v 1.33 2022/11/28 13:24:55 adam Exp $
 
-BLAKE2s (lz4-3.1.10.tar.gz) = ce2922fa508a8f780d514e3e24dd9bf38adb21da8b319905077f859b315afb2c
-SHA512 (lz4-3.1.10.tar.gz) = 61983e77fa445f59503ccf8ed5fe0605d79754cdeb166e16a7093a856b23369634db7d105d57b3829e680dad0a3728adec9d18dccd92c994347b74c5af95580e
-Size (lz4-3.1.10.tar.gz) = 162886 bytes
+BLAKE2s (lz4-4.0.2.tar.gz) = 50a804ee985d9259b3016190e38954791f6918b9f53434150777d95fdbf1f608
+SHA512 (lz4-4.0.2.tar.gz) = f2fdd133b9c7389cd7d45b41e61944093b65bcbf529146740fa3721e683a9b4554166c2ad719298e6153e61facc4a4cb021ffd969cd16d4a5b6555fd8f14728f
+Size (lz4-4.0.2.tar.gz) = 164309 bytes
 SHA1 (patch-setup.py) = d58d21f4c279f37d737b1dce1d3c266d15247707



Home | Main Index | Thread Index | Old Index