python-filelock 3.14.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Sascha Steinbiss <email address hidden>  Thu, 02 May 2024 22:59:01 +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
Oracular proposed universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-filelock_3.14.0-1.dsc 2.1 KiB 56bb85894db43d0dd5efb5c95f3a61ddbf78c8d92894acb7c6854c442764939b
python-filelock_3.14.0.orig.tar.gz 15.0 KiB 6ea72da3be9b8c82afd3edcf99f2fffbb5076335a5ae4d03248bb5b6c3eae78a
python-filelock_3.14.0-1.debian.tar.xz 3.0 KiB c00d4f5a3f34fccec9b20c2d0c80aa791454af78dad6cae329803ff45a3fdce7

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.