python-zipstream 1.1.4-1 source package in Ubuntu

Changelog

python-zipstream (1.1.4-1) unstable; urgency=low

  * New upstream version
  * Fix: Files greater than ZIP64_LIMIT were not handled correctly

 -- Aigars Mahinovs <email address hidden>  Fri, 06 Dec 2019 10:45:51 +0200

Upload details

Uploaded by:
Aigars Mahinovs
Uploaded to:
Sid
Original maintainer:
Aigars Mahinovs
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-zipstream_1.1.4-1.dsc 1.8 KiB 1b087abe4a66c8b5724e1d93c99eef518b9f3fdf12e36bfff3273b890ad9e9b1
python-zipstream_1.1.4.orig.tar.gz 20.9 KiB 32a7a4bdb786914445589595273beffbbf9b6a0a3a3dc2cf19ea96114bd2abd7
python-zipstream_1.1.4-1.debian.tar.xz 1.8 KiB 3bb3c0847d356e11d402a3d19614145b464aec894bc5e851080adc0316ac8bc6

Available diffs

No changes file available.

Binary packages built by this source

python3-zipstream: Zipfile generator

 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.