Received: by mail.netbsd.org (Postfix, from userid 605) id F140784DE7; Mon, 16 Sep 2019 08:53:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7714C84DE2 for ; Mon, 16 Sep 2019 08:53:01 +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 s90CQdQy-eni for ; Mon, 16 Sep 2019 08:53:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id DF60584CCF for ; Mon, 16 Sep 2019 08:53:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D63E6FBF4; Mon, 16 Sep 2019 08:53:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156862398085660" MIME-Version: 1.0 Date: Mon, 16 Sep 2019 08:53:00 +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: <20190916085300.D63E6FBF4@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. --_----------=_156862398085660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 16 08:53:00 UTC 2019 Modified Files: pkgsrc/archivers/py-lz4: Makefile distinfo Log Message: py-lz4: updated to 2.2.1 v2.2.1: Update the bundled LZ4 library to version 1.9.1 This release updates the bundled LZ4 library to version 1.9.1. The 2.2.x releases will be the final release that support Python 2.7. In the near future we'll begin work on the 3.0.x release which will only support Python >= 3.5, and will require LZ4 > 1.9.0. v2.2.0: Add more detail to the install section of docs To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 pkgsrc/archivers/py-lz4/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/archivers/py-lz4/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156862398085660 Content-Disposition: inline Content-Length: 1688 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.25 pkgsrc/archivers/py-lz4/Makefile:1.26 --- pkgsrc/archivers/py-lz4/Makefile:1.25 Mon Jun 10 07:45:44 2019 +++ pkgsrc/archivers/py-lz4/Makefile Mon Sep 16 08:53:00 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2019/06/10 07:45:44 adam Exp $ +# $NetBSD: Makefile,v 1.26 2019/09/16 08:53:00 adam Exp $ -DISTNAME= lz4-2.1.10 +DISTNAME= lz4-2.2.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= archivers python MASTER_SITES= ${MASTER_SITE_PYPI:=l/lz4/} Index: pkgsrc/archivers/py-lz4/distinfo diff -u pkgsrc/archivers/py-lz4/distinfo:1.23 pkgsrc/archivers/py-lz4/distinfo:1.24 --- pkgsrc/archivers/py-lz4/distinfo:1.23 Mon Jun 10 07:45:44 2019 +++ pkgsrc/archivers/py-lz4/distinfo Mon Sep 16 08:53:00 2019 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.23 2019/06/10 07:45:44 adam Exp $ +$NetBSD: distinfo,v 1.24 2019/09/16 08:53:00 adam Exp $ -SHA1 (lz4-2.1.10.tar.gz) = 7edf1ce8f4c9ba7dfd52a00a28663b89cb248f7e -RMD160 (lz4-2.1.10.tar.gz) = a6ddd1802d49062603ecbaa8cef8ea30ac1a650b -SHA512 (lz4-2.1.10.tar.gz) = 2bee74fba190329f99bef231bc7460f213077c1ae8ced37ff507fef3f01a4e14748f525b2d478b179c4f5d00497c286c931458b2349273dfc3446e6e638d4228 -Size (lz4-2.1.10.tar.gz) = 138372 bytes +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 (patch-setup.py) = 316572cdcc0672197cb46663a96386271c6bcad6 --_----------=_156862398085660--