python-filelock 3.0.4-1 source package in Ubuntu

Changelog

python-filelock (3.0.4-1) unstable; urgency=medium

  * New upstream release.
  * Make debhelper test target respect nocheck flag.

 -- Sascha Steinbiss <email address hidden>  Wed, 07 Feb 2018 17:59:06 +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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-filelock_3.0.4-1.dsc 2.1 KiB 5a5bd5cd2928e5aae5b386d27b9d54a72c7e560ab482bcf22824b379fa14fdcb
python-filelock_3.0.4.orig.tar.gz 6.3 KiB 011327d4ed939693a5b28c0fdf2fd9bda1f68614c1d6d0643a89382ce9843a71
python-filelock_3.0.4-1.debian.tar.xz 3.9 KiB 5909986f59cb89851583e3ff24014993d80393964f6d4b48f171c92726fd5331

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.