python-filelock 3.8.0-2 source package in Ubuntu

Changelog

python-filelock (3.8.0-2) unstable; urgency=medium

  * Make test suite work by enabling pytest.

 -- Sascha Steinbiss <email address hidden>  Tue, 30 Aug 2022 14:13:03 +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

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-filelock_3.8.0-2.dsc 2.0 KiB 46389e082694f62f44b1a521fef8eebb8c814660f40ec11138d3266504a9fc1d
python-filelock_3.8.0.orig.tar.gz 202.8 KiB 55447caa666f2198c5b6b13a26d2084d26fa5b115c00d065664b2124680c4edc
python-filelock_3.8.0-2.debian.tar.xz 3.1 KiB da38246de4280c6ae395c0877b2e93c1516ba9533753e4c4800e1156a114b352

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.