python-filelock 3.13.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Add build dependency on python3-pytest-timeout.

 -- Sascha Steinbiss <email address hidden>  Mon, 20 Nov 2023 11:27:59 +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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-filelock_3.13.1-1.dsc 2.1 KiB 3feb8d8191337ce4894609a43964fd525425da064ced87a379d2acba1bc75167
python-filelock_3.13.1.orig.tar.gz 14.2 KiB 521f5f56c50f8426f5e03ad3b281b490a87ef15bc6c526f168290f0c7148d44e
python-filelock_3.13.1-1.debian.tar.xz 2.9 KiB 1915ef86a8981e5a5354533be9cae3e950150900c7db2e41051c4c3c754c50a1

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.