Received: by mail.netbsd.org (Postfix, from userid 605) id 6957A84DDA; Sat, 16 May 2020 08:31:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E421F84D20 for ; Sat, 16 May 2020 08:31:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mkAaHkuvWzeR for ; Sat, 16 May 2020 08:31:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 4C3A684CE9 for ; Sat, 16 May 2020 08:31:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 402FBFB27; Sat, 16 May 2020 08:31:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_158961789797030" MIME-Version: 1.0 Date: Sat, 16 May 2020 08:31:37 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/archivers/py-lz4 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200516083137.402FBFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_158961789797030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat May 16 08:31:37 UTC 2020 Modified Files: pkgsrc/archivers/py-lz4: Makefile PLIST distinfo Log Message: py-lz4: updated to 3.0.2 v3.0.2: This release removes py3c from the codebase and strips out unused Python 2 support code. No functional changes are included with this release. v3.0.1: This release fixes an issue that prevented the OSX wheels from being published to PyPi, and contains no functional changes. v3.0.0: This release: * Drops support for Python 2 (although some dead code remains for future removal) * Adds streams support thanks to the hard work of @tSed * Fixes a performance bug with the frame bindings - thanks to @bjonen for the careful report and reproducer * Adds Python 3.8 support To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 pkgsrc/archivers/py-lz4/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/archivers/py-lz4/PLIST cvs rdiff -u -r1.24 -r1.25 pkgsrc/archivers/py-lz4/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_158961789797030 Content-Disposition: inline Content-Length: 3496 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/py-lz4/Makefile diff -u pkgsrc/archivers/py-lz4/Makefile:1.27 pkgsrc/archivers/py-lz4/Makefile:1.28 --- pkgsrc/archivers/py-lz4/Makefile:1.27 Sun Apr 26 13:29:50 2020 +++ pkgsrc/archivers/py-lz4/Makefile Sat May 16 08:31:37 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2020/04/26 13:29:50 rillig Exp $ +# $NetBSD: Makefile,v 1.28 2020/05/16 08:31:37 adam Exp $ -DISTNAME= lz4-2.2.1 +DISTNAME= lz4-3.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= archivers python MASTER_SITES= ${MASTER_SITE_PYPI:=l/lz4/} @@ -14,12 +14,10 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-pkgconfig BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner TEST_DEPENDS+= ${PYPKGPREFIX}-psutil-[0-9]*:../../sysutils/py-psutil -TEST_DEPENDS+= ${PYPKGPREFIX}-test<5:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov -.include "../../lang/python/pyversion.mk" -.if ${_PYTHON_VERSION} == 27 -DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future -.endif +PYTHON_VERSIONS_INCOMPATIBLE= 27 .include "../../archivers/lz4/buildlink3.mk" .include "../../lang/python/egg.mk" Index: pkgsrc/archivers/py-lz4/PLIST diff -u pkgsrc/archivers/py-lz4/PLIST:1.6 pkgsrc/archivers/py-lz4/PLIST:1.7 --- pkgsrc/archivers/py-lz4/PLIST:1.6 Fri Jun 22 06:38:14 2018 +++ pkgsrc/archivers/py-lz4/PLIST Sat May 16 08:31:37 2020 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2018/06/22 06:38:14 adam Exp $ +@comment $NetBSD: PLIST,v 1.7 2020/05/16 08:31:37 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -15,10 +15,11 @@ ${PYSITELIB}/lz4/block/_block.so ${PYSITELIB}/lz4/frame/__init__.py ${PYSITELIB}/lz4/frame/__init__.pyc ${PYSITELIB}/lz4/frame/__init__.pyo -${PYSITELIB}/lz4/frame/_compression.py -${PYSITELIB}/lz4/frame/_compression.pyc -${PYSITELIB}/lz4/frame/_compression.pyo ${PYSITELIB}/lz4/frame/_frame.so +${PYSITELIB}/lz4/stream/__init__.py +${PYSITELIB}/lz4/stream/__init__.pyc +${PYSITELIB}/lz4/stream/__init__.pyo +${PYSITELIB}/lz4/stream/_stream.so ${PYSITELIB}/lz4/version.py ${PYSITELIB}/lz4/version.pyc ${PYSITELIB}/lz4/version.pyo Index: pkgsrc/archivers/py-lz4/distinfo diff -u pkgsrc/archivers/py-lz4/distinfo:1.24 pkgsrc/archivers/py-lz4/distinfo:1.25 --- pkgsrc/archivers/py-lz4/distinfo:1.24 Mon Sep 16 08:53:00 2019 +++ pkgsrc/archivers/py-lz4/distinfo Sat May 16 08:31:37 2020 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.24 2019/09/16 08:53:00 adam Exp $ +$NetBSD: distinfo,v 1.25 2020/05/16 08:31:37 adam Exp $ -SHA1 (lz4-2.2.1.tar.gz) = 053b9e22f32913d13664f0a85ab2dc9af2d91397 -RMD160 (lz4-2.2.1.tar.gz) = 5c5e3e2087e99cbbcbf925b0e724204333893090 -SHA512 (lz4-2.2.1.tar.gz) = 3f6400c0ac02182306fcb0e76fc78fdcec604bd89baa288c71261cce05350de244eb0d4263e4c1c1d647a529426beac409b3ff20c170c3ea19c7dd82cfae834b -Size (lz4-2.2.1.tar.gz) = 141841 bytes +SHA1 (lz4-3.0.2.tar.gz) = 9d38f02c7025431e8832cf36107c5155c4ed75f9 +RMD160 (lz4-3.0.2.tar.gz) = b26e39ecaa7d5e5421104dce272729315d12c533 +SHA512 (lz4-3.0.2.tar.gz) = c31116ee3cd70241b19bff6c59d1852d4c26ad5f0c9a56cd2ecec58e8c2751773162c7ac6a2d887e8cf537bc869ed8866929164f976849efa3ea041eacc4535a +Size (lz4-3.0.2.tar.gz) = 152443 bytes SHA1 (patch-setup.py) = 316572cdcc0672197cb46663a96386271c6bcad6 --_----------=_158961789797030--