python-filelock 3.4.2-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Bump Python version requirement to 3.7+.
  * Disable overwriting of version.py by setuptools.

 -- Sascha Steinbiss <email address hidden>  Mon, 10 Jan 2022 11:09:11 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-filelock_3.4.2-1.dsc 2.0 KiB bb470a1a18e329341611fd55ab34d6233842768aa4a97899383a701e861d56d7
python-filelock_3.4.2.orig.tar.gz 201.9 KiB 38b4f4c989f9d06d44524df1b24bd19e167d851f19b50bf3e3559952dddc5b80
python-filelock_3.4.2-1.debian.tar.xz 2.6 KiB dd5115e22fc43c4a30b1c356d98b6fd084adf5cdca063882d7ab51eafac0f206

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.