python-filelock 3.6.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Sascha Steinbiss <email address hidden>  Sat, 19 Feb 2022 20:03:12 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-filelock_3.6.0-1.dsc 2.0 KiB d5bcca22169dfd6b074c09a6d5988744455e028e246e8a04c1dd262d2e2b56a7
python-filelock_3.6.0.orig.tar.gz 202.3 KiB 9cd540a9352e432c7246a48fe4e8712b10acb1df2ad1f30e8c070b82ae1fed85
python-filelock_3.6.0-1.debian.tar.xz 2.8 KiB d51f52cc9bbdb72d38ce86eb8467d9a1888ea75f8de66bb34bcd0aa4e206066c

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.