python-volatile 2.1.0-4 source package in Ubuntu

Changelog

python-volatile (2.1.0-4) unstable; urgency=medium

  * Update my email address and copyright years.
  * Do source only upload to enable migration (Closes: #996722).

 -- Nicholas D Steeves <email address hidden>  Thu, 21 Oct 2021 16:54:33 -0400

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-volatile_2.1.0-4.dsc 2.1 KiB 05e734b59b5eaf49b9fcdb69f85ef9e4b9618532a7e1808cb637acd5810ce7c9
python-volatile_2.1.0.orig.tar.gz 4.1 KiB 5ae9063fe2c030bfbdda015aef7cbe4dec0beb68fef777ad8ef7c92ae51fd417
python-volatile_2.1.0-4.debian.tar.xz 2.6 KiB a1189027eb75731851e68c71ba604d0423e9885a4656c1eeb389b29bbb069493

Available diffs

No changes file available.

Binary packages built by this source

python3-volatile: small extension for the Python tempfile module

 Volatile provides an alternative to tempfile.NamedTemporaryFile that does
 not delete the file on close(), but instead unlinks it after the context
 manager ends. It also supports temporary mkdtemp-based directories, and
 temporary Unix domain sockets.
 .
 It does not support custom schemes or signatures beyond what the Python
 Standard Library supports.
 .
 Volatile's API is documented in the comments of its source.