python-filelock 3.0.3-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Drop patch applied by upstream.

 -- Sascha Steinbiss <email address hidden>  Wed, 31 Jan 2018 14:20:08 +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.3-1.dsc 2.1 KiB 19d81f4c04b90eb4d5463a22ef9780c9e267edb9400e7bd56a969f5bebda1e52
python-filelock_3.0.3.orig.tar.gz 6.3 KiB 7d8a86350736aa0efea0730e6a7f774195cbb1c2d61134c15f6be576399e87ff
python-filelock_3.0.3-1.debian.tar.xz 3.9 KiB f6e3b9acfd2ca572f34357f810b7514f15ca96f4856ce27d98ff5c8382d56de2

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.