python-filelock 3.13.4-1 source package in Ubuntu

Changelog

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

  * New upstream release.

 -- Sascha Steinbiss <email address hidden>  Sat, 20 Apr 2024 09:52:04 +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

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-filelock_3.13.4-1.dsc 2.1 KiB ed6cbc630e12894f000d621a05f55c6d3642fa9ad1bbf19123061190961a3509
python-filelock_3.13.4.orig.tar.gz 14.7 KiB d13f466618bfde72bd2c18255e269f72542c6e70e7bac83a0232d6b1cc5c8cf4
python-filelock_3.13.4-1.debian.tar.xz 2.9 KiB b994a2425c2791e2241a5d88ec57ef4b7550a2a8194c3c99c632d71ba684f476

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.