Received: by mail.netbsd.org (Postfix, from userid 605) id 6ADD084CFC; Sun, 30 May 2021 21:48:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9403684CFC for ; Sun, 30 May 2021 21:48:20 +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 mZm2D9dmxhOE for ; Sun, 30 May 2021 21:48:19 +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 CF52C84D87 for ; Sun, 30 May 2021 21:48:19 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C3294FA95; Sun, 30 May 2021 21:48:19 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622411299114470" MIME-Version: 1.0 Date: Sun, 30 May 2021 21:48:19 +0000 From: "Pierre Pronchery" Subject: CVS commit: pkgsrc/archivers/py-zipstream To: pkgsrc-changes@NetBSD.org Reply-To: khorben@netbsd.org X-Mailer: log_accum Message-Id: <20210530214819.C3294FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622411299114470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: khorben Date: Sun May 30 21:48:19 UTC 2021 Modified Files: pkgsrc/archivers/py-zipstream: Makefile PLIST distinfo Log Message: py-zipstream: update to version 1.1.8 Changes made after forking v1.1.4: v1.1.5 (2019-03-18) * Support Zip64 when compressing iterables and strings (https://github.com/allanlei/python-zipstream/pull/25) v1.1.6 (2019-06-06) * Add partial flushing of ZipStreams (https://github.com/arjan-s/python-zipstream/pull/1) v1.1.7 (2019-10-22) * Stream data in the order it was received (https://github.com/arjan-s/python-zipstream/pull/4) v1.1.8 (2020-09-14) * New datetime parameter in write_iter (https://github.com/arjan-s/python-zipstream/pull/8) To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/archivers/py-zipstream/Makefile \ pkgsrc/archivers/py-zipstream/PLIST \ pkgsrc/archivers/py-zipstream/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622411299114470 Content-Disposition: inline Content-Length: 3327 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/py-zipstream/Makefile diff -u pkgsrc/archivers/py-zipstream/Makefile:1.1 pkgsrc/archivers/py-zipstream/Makefile:1.2 --- pkgsrc/archivers/py-zipstream/Makefile:1.1 Sun Nov 3 01:06:10 2019 +++ pkgsrc/archivers/py-zipstream/Makefile Sun May 30 21:48:19 2021 @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.1 2019/11/03 01:06:10 markd Exp $ +# $NetBSD: Makefile,v 1.2 2021/05/30 21:48:19 khorben Exp $ -DISTNAME= zipstream-1.1.4 -PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +DISTNAME= zipstream-new-${PKGVERSION_NOREV} +PKGNAME= ${PYPKGPREFIX}-zipstream-1.1.8 CATEGORIES= archivers python -MASTER_SITES= ${MASTER_SITE_PYPI:=z/zipstream/} +MASTER_SITES= ${MASTER_SITE_PYPI:=z/zipstream-new/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= https://github.com/allanlei/python-zipstream +HOMEPAGE= https://github.com/arjan-s/python-zipstream COMMENT= Zipfile generator LICENSE= gnu-gpl-v3 Index: pkgsrc/archivers/py-zipstream/PLIST diff -u pkgsrc/archivers/py-zipstream/PLIST:1.1 pkgsrc/archivers/py-zipstream/PLIST:1.2 --- pkgsrc/archivers/py-zipstream/PLIST:1.1 Sun Nov 3 01:06:10 2019 +++ pkgsrc/archivers/py-zipstream/PLIST Sun May 30 21:48:19 2021 @@ -1,18 +1,11 @@ -@comment $NetBSD: PLIST,v 1.1 2019/11/03 01:06:10 markd Exp $ +@comment $NetBSD: PLIST,v 1.2 2021/05/30 21:48:19 khorben Exp $ +${PYSITELIB}/zipstream/__init__.py +${PYSITELIB}/zipstream/__init__.pyc +${PYSITELIB}/zipstream/__init__.pyo +${PYSITELIB}/zipstream/compat.py +${PYSITELIB}/zipstream/compat.pyc +${PYSITELIB}/zipstream/compat.pyo ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/pbr.json ${PYSITELIB}/${EGG_INFODIR}/top_level.txt -${PYSITELIB}/zipstream/__init__.py -${PYSITELIB}/zipstream/__init__.pyo -${PYSITELIB}/zipstream/__init__.pyc -${PYSITELIB}/zipstream/compat.pyo -${PYSITELIB}/zipstream/compat.pyc -${PYSITELIB}/zipstream/constants.pyo -${PYSITELIB}/zipstream/constants.pyc -${PYSITELIB}/zipstream/init.pyo -${PYSITELIB}/zipstream/init.pyc -${PYSITELIB}/zipstream/compat.py -${PYSITELIB}/zipstream/constants.py -${PYSITELIB}/zipstream/init.py Index: pkgsrc/archivers/py-zipstream/distinfo diff -u pkgsrc/archivers/py-zipstream/distinfo:1.1 pkgsrc/archivers/py-zipstream/distinfo:1.2 --- pkgsrc/archivers/py-zipstream/distinfo:1.1 Sun Nov 3 01:06:10 2019 +++ pkgsrc/archivers/py-zipstream/distinfo Sun May 30 21:48:19 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2019/11/03 01:06:10 markd Exp $ +$NetBSD: distinfo,v 1.2 2021/05/30 21:48:19 khorben Exp $ -SHA1 (zipstream-1.1.4.tar.gz) = 9c0f52900237ba1593ea4996563ca0ed34e574dc -RMD160 (zipstream-1.1.4.tar.gz) = 4d3727bc32a7f8a1a237916c8fd80c8dc1c50f31 -SHA512 (zipstream-1.1.4.tar.gz) = db48130cd54f34136e6698ac3eaabee3edbd6e5027c1559ee4d5c3af14b2bf6f8fb46d49541dc492c49d21e95a20e701468273491188f8fc22f5bde4303e2ba6 -Size (zipstream-1.1.4.tar.gz) = 5785 bytes +SHA1 (zipstream-new-1.1.8.tar.gz) = b20b215b0cfca81212b548341fec8391688bdc50 +RMD160 (zipstream-new-1.1.8.tar.gz) = b8aa987a62b9ee1dba97f64523f99a2f2232bc27 +SHA512 (zipstream-new-1.1.8.tar.gz) = 96dd0931487ee7d43fedb21d0b8f41e48c1e30bcf903df115e40aa6346016ca6b49d012ee3ed882f6d2306f774c90afefa539aa450d22f60cc29a6c338c1e49b +Size (zipstream-new-1.1.8.tar.gz) = 9377 bytes --_----------=_1622411299114470--