head 1.2; access; symbols pkgsrc-2023Q4:1.2.0.22 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.20 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.18 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.16 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.2.0.14 pkgsrc-2022Q4-base:1.2 pkgsrc-2022Q3:1.2.0.12 pkgsrc-2022Q3-base:1.2 pkgsrc-2022Q2:1.2.0.10 pkgsrc-2022Q2-base:1.2 pkgsrc-2022Q1:1.2.0.8 pkgsrc-2022Q1-base:1.2 pkgsrc-2021Q4:1.2.0.6 pkgsrc-2021Q4-base:1.2 pkgsrc-2021Q3:1.2.0.4 pkgsrc-2021Q3-base:1.2 pkgsrc-2021Q2:1.2.0.2 pkgsrc-2021Q2-base:1.2 pkgsrc-2021Q1:1.1.0.12 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.10 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.8 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.6 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.2 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.4 pkgsrc-2019Q4-base:1.1; locks; strict; comment @# @; 1.2 date 2021.05.30.21.48.19; author khorben; state Exp; branches; next 1.1; commitid ZqZPiLAh5MELDdVC; 1.1 date 2019.11.03.01.06.10; author markd; state Exp; branches; next ; commitid R12PVgqfuJKFflJB; desc @@ 1.2 log @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) @ text @@@comment $NetBSD$ ${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}/top_level.txt @ 1.1 log @py-zipstream: Add version 1.1.4 zipstream.py is a zip archive generator based on python 3.3's zipfile.py. It was created to generate a zip file generator for streaming (ie web apps). This is beneficial for when you want to provide a downloadable archive of a large collection of regular files, which would be infeasible to generate the archive prior to downloading or of a very large file that you do not want to store entirely on disk or on memory. The archive is generated as an iterator of strings, which, when joined, form the zip archive. @ text @d2 6 a10 1 ${PYSITELIB}/${EGG_INFODIR}/pbr.json a11 12 ${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 @