Skip to content

Commit 4d91435

Browse files
committed
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 (allanlei/python-zipstream#25) v1.1.6 (2019-06-06) * Add partial flushing of ZipStreams (arjan-s/python-zipstream#1) v1.1.7 (2019-10-22) * Stream data in the order it was received (arjan-s/python-zipstream#4) v1.1.8 (2020-09-14) * New datetime parameter in write_iter (arjan-s/python-zipstream#8)
1 parent 07d4e98 commit 4d91435

File tree

3 files changed

+17
-24
lines changed

3 files changed

+17
-24
lines changed

archivers/py-zipstream/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# $NetBSD: Makefile,v 1.1 2019/11/03 01:06:10 markd Exp $
1+
# $NetBSD: Makefile,v 1.2 2021/05/30 21:48:19 khorben Exp $
22

3-
DISTNAME= zipstream-1.1.4
4-
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
3+
DISTNAME= zipstream-new-${PKGVERSION_NOREV}
4+
PKGNAME= ${PYPKGPREFIX}-zipstream-1.1.8
55
CATEGORIES= archivers python
6-
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zipstream/}
6+
MASTER_SITES= ${MASTER_SITE_PYPI:=z/zipstream-new/}
77

88
MAINTAINER= pkgsrc-users@NetBSD.org
9-
HOMEPAGE= https://github.com/allanlei/python-zipstream
9+
HOMEPAGE= https://github.com/arjan-s/python-zipstream
1010
COMMENT= Zipfile generator
1111
LICENSE= gnu-gpl-v3
1212

archivers/py-zipstream/PLIST

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,11 @@
1-
@comment $NetBSD: PLIST,v 1.1 2019/11/03 01:06:10 markd Exp $
1+
@comment $NetBSD: PLIST,v 1.2 2021/05/30 21:48:19 khorben Exp $
2+
${PYSITELIB}/zipstream/__init__.py
3+
${PYSITELIB}/zipstream/__init__.pyc
4+
${PYSITELIB}/zipstream/__init__.pyo
5+
${PYSITELIB}/zipstream/compat.py
6+
${PYSITELIB}/zipstream/compat.pyc
7+
${PYSITELIB}/zipstream/compat.pyo
28
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
39
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
410
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
5-
${PYSITELIB}/${EGG_INFODIR}/pbr.json
611
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
7-
${PYSITELIB}/zipstream/__init__.py
8-
${PYSITELIB}/zipstream/__init__.pyo
9-
${PYSITELIB}/zipstream/__init__.pyc
10-
${PYSITELIB}/zipstream/compat.pyo
11-
${PYSITELIB}/zipstream/compat.pyc
12-
${PYSITELIB}/zipstream/constants.pyo
13-
${PYSITELIB}/zipstream/constants.pyc
14-
${PYSITELIB}/zipstream/init.pyo
15-
${PYSITELIB}/zipstream/init.pyc
16-
${PYSITELIB}/zipstream/compat.py
17-
${PYSITELIB}/zipstream/constants.py
18-
${PYSITELIB}/zipstream/init.py

archivers/py-zipstream/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
$NetBSD: distinfo,v 1.1 2019/11/03 01:06:10 markd Exp $
1+
$NetBSD: distinfo,v 1.2 2021/05/30 21:48:19 khorben Exp $
22

3-
SHA1 (zipstream-1.1.4.tar.gz) = 9c0f52900237ba1593ea4996563ca0ed34e574dc
4-
RMD160 (zipstream-1.1.4.tar.gz) = 4d3727bc32a7f8a1a237916c8fd80c8dc1c50f31
5-
SHA512 (zipstream-1.1.4.tar.gz) = db48130cd54f34136e6698ac3eaabee3edbd6e5027c1559ee4d5c3af14b2bf6f8fb46d49541dc492c49d21e95a20e701468273491188f8fc22f5bde4303e2ba6
6-
Size (zipstream-1.1.4.tar.gz) = 5785 bytes
3+
SHA1 (zipstream-new-1.1.8.tar.gz) = b20b215b0cfca81212b548341fec8391688bdc50
4+
RMD160 (zipstream-new-1.1.8.tar.gz) = b8aa987a62b9ee1dba97f64523f99a2f2232bc27
5+
SHA512 (zipstream-new-1.1.8.tar.gz) = 96dd0931487ee7d43fedb21d0b8f41e48c1e30bcf903df115e40aa6346016ca6b49d012ee3ed882f6d2306f774c90afefa539aa450d22f60cc29a6c338c1e49b
6+
Size (zipstream-new-1.1.8.tar.gz) = 9377 bytes

0 commit comments

Comments
 (0)