python-filelock 3.3.2-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Remove bundled tests.
  * Set Rules-Requires-Root.
  * Bump Standards-Version.
  * Use debhelper-compat 13.

 -- Sascha Steinbiss <email address hidden>  Sat, 30 Oct 2021 10:09:24 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-filelock_3.3.2-1.dsc 1.9 KiB 40094ec537bfa9df21c6424ded25b373bed48fa00eecfc8f5b9625282ce171d4
python-filelock_3.3.2.orig.tar.gz 201.2 KiB 7afc856f74fa7006a289fd10fa840e1eebd8bbff6bffb69c26c54a0512ea8cf8
python-filelock_3.3.2-1.debian.tar.xz 2.3 KiB 1b4800714ea5afc9fd94a0a758c576894dff0c7c4826fdc3dcc8601c57349e86

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.