python-zipstream 1.1.4-1.2 source package in Ubuntu

Changelog

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

  * Non-maintainer upload.
  * Drop dependency on python3-nose (Closes: #1018599)
  * Switch to DebhelperCompat 13

 -- Alexandre Detiste <email address hidden>  Sat, 15 Jun 2024 16:49:00 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-zipstream_1.1.4-1.2.dsc 1.8 KiB f750ace6f8a1eb2ff969db259632cf7c79b14393a3819dc5af3a044437f42f68
python-zipstream_1.1.4.orig.tar.gz 20.9 KiB 32a7a4bdb786914445589595273beffbbf9b6a0a3a3dc2cf19ea96114bd2abd7
python-zipstream_1.1.4-1.2.debian.tar.xz 2.1 KiB b31970615c34cdbe8280c619db8e399c97aaadc2d9a7a9ed6677cda929e3824b

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.