python-atomicwrites 1.1.5-2 source package in Ubuntu

Changelog

python-atomicwrites (1.1.5-2) unstable; urgency=medium

  * Team upload.
  * d/control: Set Vcs-* to salsa.debian.org
  * d/copyright: Use https protocol in Format field
  * Add pypy version of package
  * Bump debhelper compat level to 11
  * Standards-Version is 4.1.4 now (no changes)

 -- Ondřej Nový <email address hidden>  Mon, 18 Jun 2018 10:30:12 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-atomicwrites_1.1.5-2.dsc 2.3 KiB d3792089adb658967c17d4f4ba30503930a2e330d1808fa54f85cdc775c7f3fd
python-atomicwrites_1.1.5.orig.tar.gz 10.8 KiB 04e9a6c3dae3651328cb51f420f5f5992b8c7fc0008c7a66606c58df011594d0
python-atomicwrites_1.1.5-2.debian.tar.xz 2.8 KiB 9be93b14226dac7d3e4ee1bd1fbfe43530b7eebbf1483ced5172af44834173e9

Available diffs

No changes file available.

Binary packages built by this source

pypy-atomicwrites: No summary available for pypy-atomicwrites in ubuntu eoan.

No description available for pypy-atomicwrites in ubuntu eoan.

python-atomicwrites: Atomic file writes - Python 2.7

 It uses a temporary file in the same directory as the given path. This ensures
 that the temporary file resides on the same filesystem.
 The temporary file will then be atomically moved to the target location: On
 POSIX, it will use rename if files should be overwritten, otherwise a
 combination of link and unlink.
 .
 This package contains the Python 2.7 module.

python3-atomicwrites: Atomic file writes - Python 3.x

 It uses a temporary file in the same directory as the given path. This ensures
 that the temporary file resides on the same filesystem.
 The temporary file will then be atomically moved to the target location: On
 POSIX, it will use rename if files should be overwritten, otherwise a
 combination of link and unlink.
 .
 This package contains the Python 3.x module.