python-filelock 3.4.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Sascha Steinbiss <email address hidden>  Fri, 19 Nov 2021 22:54:21 +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.0-1.dsc 1.9 KiB f04d867fa9e1a29bec01531982e1b2e6df2022783501949f39e477cbd7c5bf2f
python-filelock_3.4.0.orig.tar.gz 201.5 KiB 93d512b32a23baf4cac44ffd72ccf70732aeff7b8050fcaf6d3ec406d954baf4
python-filelock_3.4.0-1.debian.tar.xz 2.3 KiB 37979f20e8cd1921c9dc1521e188b42ec2204f2ce4eff9b38d7a05a1b59ce914

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.