python-filelock 3.7.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Sascha Steinbiss <email address hidden>  Wed, 15 Jun 2022 14:26:39 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-filelock_3.7.1-1.dsc 2.0 KiB a90197d696524c21ec6b9d8fee8d24be94fbe1ded263a81be1475cad28150701
python-filelock_3.7.1.orig.tar.gz 202.5 KiB 3a0fd85166ad9dbab54c9aec96737b744106dc5f15c0b09a6744a445299fcf04
python-filelock_3.7.1-1.debian.tar.xz 2.8 KiB 65d81a75a159241a8cfec4098fcdbb4bbb559e5682a21018beb396cd9d0103be

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.