Received: by mail.netbsd.org (Postfix, from userid 605) id A3B6084D81; Sun, 14 Oct 2018 09:15:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A5A6984D70 for ; Sun, 14 Oct 2018 09:15:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id qLovAjMhyI2v for ; Sun, 14 Oct 2018 09:15:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id F0D0F84CD4 for ; Sun, 14 Oct 2018 09:15:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E9854FBEE; Sun, 14 Oct 2018 09:15:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1539508553226360" MIME-Version: 1.0 Date: Sun, 14 Oct 2018 09:15:53 +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: <20181014091553.E9854FBEE@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. --_----------=_1539508553226360 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Oct 14 09:15:53 UTC 2018 Modified Files: pkgsrc/archivers/py-lz4: Makefile distinfo Log Message: py-lz4: updated to 2.1.1 2.1.1: This release updates the bundled LZ4 libraries to version 1.8.3. This fixes a bug with the block format compression/decompression. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 pkgsrc/archivers/py-lz4/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/archivers/py-lz4/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1539508553226360 Content-Disposition: inline Content-Length: 1984 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.19 pkgsrc/archivers/py-lz4/Makefile:1.20 --- pkgsrc/archivers/py-lz4/Makefile:1.19 Tue Aug 7 06:17:45 2018 +++ pkgsrc/archivers/py-lz4/Makefile Sun Oct 14 09:15:53 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2018/08/07 06:17:45 adam Exp $ +# $NetBSD: Makefile,v 1.20 2018/10/14 09:15:53 adam Exp $ -DISTNAME= lz4-2.1.0 +DISTNAME= lz4-2.1.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= archivers python MASTER_SITES= ${MASTER_SITE_PYPI:=l/lz4/} @@ -16,7 +16,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runn TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test .include "../../lang/python/pyversion.mk" -.if "${PYPKGPREFIX}" == "py27" +.if ${_PYTHON_VERSION} == 27 DEPENDS+= ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future .endif Index: pkgsrc/archivers/py-lz4/distinfo diff -u pkgsrc/archivers/py-lz4/distinfo:1.17 pkgsrc/archivers/py-lz4/distinfo:1.18 --- pkgsrc/archivers/py-lz4/distinfo:1.17 Tue Aug 7 06:17:45 2018 +++ pkgsrc/archivers/py-lz4/distinfo Sun Oct 14 09:15:53 2018 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.17 2018/08/07 06:17:45 adam Exp $ +$NetBSD: distinfo,v 1.18 2018/10/14 09:15:53 adam Exp $ -SHA1 (lz4-2.1.0.tar.gz) = 683b32fb5380c48d734ff268d9aa4216b8e34123 -RMD160 (lz4-2.1.0.tar.gz) = a2d6d6648046ac42b05da124bd0e54a7a387de98 -SHA512 (lz4-2.1.0.tar.gz) = d1edeccfcc7c0ee45b59424729b74f67931c0662ac8c4302793a6e298adc23506f0b674248366d55484b7a86cdb0b9af50879b9fd3675cae10e543e1d4804468 -Size (lz4-2.1.0.tar.gz) = 127531 bytes +SHA1 (lz4-2.1.1.tar.gz) = c2621a204b851a8e30a82f4b9f09604c1a0230a0 +RMD160 (lz4-2.1.1.tar.gz) = 94d1f0d7787757d177574bf3ce63f488cf69356f +SHA512 (lz4-2.1.1.tar.gz) = 198f2c6df1329093cf0b1d0b941e7a6d96a6fd915d4cadafe245c206738148b2d7ef280589d6a1b446367b62f8e23aa10d31384d306137d75ba5edb7d5f705ed +Size (lz4-2.1.1.tar.gz) = 128498 bytes SHA1 (patch-setup.py) = 19f0fda54400ee21374e22c7657bf50d0c6c1c41 --_----------=_1539508553226360--