python-filelock 3.4.2-2 source package in Ubuntu

Changelog

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

  * Ensure version is set correctly in setup.cfg.
    (Closes: #1004998)

 -- Sascha Steinbiss <email address hidden>  Mon, 07 Feb 2022 12:07:31 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-filelock_3.4.2-2.dsc 2.0 KiB e65160d53356032ae68405a85c964d8a193b3ade5899eb6bb2ee56428a157c9d
python-filelock_3.4.2.orig.tar.gz 201.9 KiB 38b4f4c989f9d06d44524df1b24bd19e167d851f19b50bf3e3559952dddc5b80
python-filelock_3.4.2-2.debian.tar.xz 2.8 KiB b81ff349c5573ae76870a7356dc31fb9c1ea8c8a848004d064770addd5becb3b

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.