python-zipstream 1.1.4-2 source package in Ubuntu

Changelog

python-zipstream (1.1.4-2) unstable; urgency=medium

  * Team upload.
  * Migrate to Debian Python Team with maintainer consent
  * Add Homepage
  * d/watch: version=5
  * Standards-Version: 4.7.2 (routine-update)
  * Testsuite: autopkgtest-pkg-python (routine-update)
  * Secure URI in copyright format (routine-update)
  * Build-Depends: s/dh-python/dh-sequence-python3/ (routine-update)
  Trim trailing whitespace.

 -- Andreas Tille <email address hidden>  Mon, 24 Nov 2025 16:28:29 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Resolute release universe misc

Builds

Resolute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-zipstream_1.1.4-2.dsc 2.1 KiB e4b6f142d0b10bd76c7e0d544c55c6a5f74bdc63a06668dc014c94d0b18c2383
python-zipstream_1.1.4.orig.tar.gz 20.9 KiB 32a7a4bdb786914445589595273beffbbf9b6a0a3a3dc2cf19ea96114bd2abd7
python-zipstream_1.1.4-2.debian.tar.xz 2.3 KiB e245f6b2d928e0d977648f92cf058039113d4ec5845aa66c3442bac0ce9e43aa

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.