python-filelock 3.0.12-2 source package in Ubuntu

Changelog

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

  * Convert to Python3.
  * Drop Python2 package.
  * Bump Standards-Version.
  * Use debhelper 12.

 -- Sascha Steinbiss <email address hidden>  Thu, 05 Sep 2019 06:06:07 +0200

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-filelock_3.0.12-2.dsc 1.6 KiB 547db4ab8ed5e762de45b17fd30ecbd16d78bc73644aa94349063ca5a17ec01d
python-filelock_3.0.12.orig.tar.gz 8.3 KiB 18d82244ee114f543149c66a6e0c14e9c4f8a1044b5cdaadd0f82159d6a6ff59
python-filelock_3.0.12-2.debian.tar.xz 4.0 KiB e0708248a033dbc882d700100b80893d8d718cd21046fadf4ed84a163dc50cce

Available diffs

No changes file available.

Binary packages built by this source

python3-filelock: platform independent file locking module

 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.