python-filelock 3.9.0-1 source package in Ubuntu
Changelog
python-filelock (3.9.0-1) unstable; urgency=medium * New upstream release. * Bump d/copyright date for debian directory. * Switch build system to hatchling, following upstream. * Update project homepage. -- Sascha Steinbiss <email address hidden> Mon, 02 Jan 2023 12:17:19 +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 | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-filelock_3.9.0-1.dsc | 2.0 KiB | a22404a4b8ba552e4d2c282ec7bbd882cbb84290287e96c9f3206c814f0b0776 |
python-filelock_3.9.0.orig.tar.gz | 9.5 KiB | 7b319f24340b51f55a2bf7a12ac0755a9b03e718311dac567a0f4f7fabd2f5de |
python-filelock_3.9.0-1.debian.tar.xz | 2.9 KiB | eeb18a208b0420da700615b69286cfb19fbe2e00c3d66f7c01dcde6405d0dc82 |
Available diffs
- diff from 3.8.2-1 to 3.9.0-1 (13.2 KiB)
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.