Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id BCF831A924A for ; Sat, 16 Jan 2021 08:14:56 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F119884D98; Sat, 16 Jan 2021 08:14:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 38D9084D52 for ; Sat, 16 Jan 2021 08:14:55 +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 H10PWu2l3CbU for ; Sat, 16 Jan 2021 08:14:54 +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 B158484CED for ; Sat, 16 Jan 2021 08:14:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE8D5FA9D; Sat, 16 Jan 2021 08:14:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161078489467560" MIME-Version: 1.0 Date: Sat, 16 Jan 2021 08:14:54 +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: <20210116081454.AE8D5FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161078489467560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat Jan 16 08:14:54 UTC 2021 Modified Files: pkgsrc/archivers/py-lz4: Makefile distinfo Log Message: py-lz4: updated to 3.1.2 v3.1.2: Travis now publishes wheels for Arm The stream tests now execute in much less time To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/archivers/py-lz4/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/archivers/py-lz4/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161078489467560 Content-Disposition: inline Content-Length: 1683 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.30 pkgsrc/archivers/py-lz4/Makefile:1.31 --- pkgsrc/archivers/py-lz4/Makefile:1.30 Thu Nov 19 10:37:24 2020 +++ pkgsrc/archivers/py-lz4/Makefile Sat Jan 16 08:14:54 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2020/11/19 10:37:24 adam Exp $ +# $NetBSD: Makefile,v 1.31 2021/01/16 08:14:54 adam Exp $ -DISTNAME= lz4-3.1.1 +DISTNAME= lz4-3.1.2 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.27 pkgsrc/archivers/py-lz4/distinfo:1.28 --- pkgsrc/archivers/py-lz4/distinfo:1.27 Thu Nov 19 10:37:24 2020 +++ pkgsrc/archivers/py-lz4/distinfo Sat Jan 16 08:14:54 2021 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.27 2020/11/19 10:37:24 adam Exp $ +$NetBSD: distinfo,v 1.28 2021/01/16 08:14:54 adam Exp $ -SHA1 (lz4-3.1.1.tar.gz) = 999750fec93b8ab4386ca7249da87c56499159a7 -RMD160 (lz4-3.1.1.tar.gz) = 7f2fd07e2af0599265c22ddfa7d5136d2c103e1c -SHA512 (lz4-3.1.1.tar.gz) = b6ddcabcb323b88eeff1fa9cb91d379d6435ab51b2b51e080138892fbce57d92c8175e2ae1ef72e8a2f95429aaa4be66a5e8cd9d4dbc5bcd6b44ec26b7df96db -Size (lz4-3.1.1.tar.gz) = 154325 bytes +SHA1 (lz4-3.1.2.tar.gz) = ede62409284b4093e743179f66c606c5570a969a +RMD160 (lz4-3.1.2.tar.gz) = 7affb1c8f8eb3ac641877e84723c22bd18697483 +SHA512 (lz4-3.1.2.tar.gz) = bd277baf83a4d7819c2deee64e053fc030c5ccff8d5ea91762bfad2c38d5922f5305f8435b060821e86480be06716fa826cd05f407188077cc20637122e7c397 +Size (lz4-3.1.2.tar.gz) = 153729 bytes SHA1 (patch-setup.py) = d58d21f4c279f37d737b1dce1d3c266d15247707 --_----------=_161078489467560--