python-filelock 3.0.0-2 source package in Ubuntu

Changelog

python-filelock (3.0.0-2) unstable; urgency=medium

  * Fix FTBFS by addressing race condition after consulting upstream.
    Closes: #887869
  * Bump Standards-Version.
  * Add autopkgtest.

 -- Sascha Steinbiss <email address hidden>  Tue, 23 Jan 2018 10:26:03 +0100

Upload details

Uploaded by:
Sascha Steinbiss
Uploaded to:
Sid
Original maintainer:
Sascha Steinbiss
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-filelock_3.0.0-2.dsc 2.1 KiB 8bb8b6840457047ee45720cc58a98e970a34b487bee5ce42363ac60b4eefedf3
python-filelock_3.0.0.orig.tar.gz 5.5 KiB b3ad481724adfb2280773edd95ce501e497e88fa4489c6e41e637ab3fd9a456c
python-filelock_3.0.0-2.debian.tar.xz 4.1 KiB 4f224a8cf8821f6c44a7001b407933bb76cbaa4ed0f4951b4dca133026c8842e

Available diffs

No changes file available.

Binary packages built by this source

python-filelock: platform independent file locking module (Python 2)

 This package contains a single module, which implements a platform independent
 file locking mechanism for Python. The lock includes a lock counter and is
 thread safe. This means, when locking the same lock object twice, it will not
 block.
 .
 This package installs the Python 2 version.

python3-filelock: platform independent file locking module (Python 3)

 This package contains a single module, which implements a platform independent
 file locking mechanism for Python. The lock includes a lock counter and is
 thread safe. This means, when locking the same lock object twice, it will not
 block.
 .
 This package installs the Python 3 version.