python-filelock 3.12.0-0ubuntu1 source package in Ubuntu
Changelog
python-filelock (3.12.0-0ubuntu1) mantic; urgency=medium * New upstream release. - To allow python-pyvmomi to build with tox 4. * Build-Depend on python3-pytest-mock. -- Stefano Rivera <email address hidden> Thu, 11 May 2023 21:29:38 -0400
Upload details
- Uploaded by:
- Stefano Rivera
- Uploaded to:
- Mantic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-filelock_3.12.0.orig.tar.gz | 11.6 KiB | fc03ae43288c013d2ea83c8597001b1129db351aad9c57fe2409327916b8e718 |
python-filelock_3.12.0-0ubuntu1.debian.tar.xz | 3.1 KiB | 95a8523a1f1c1022538ba2f991c4e926584d7ec403c114cd375e4f888c33df7e |
python-filelock_3.12.0-0ubuntu1.dsc | 2.2 KiB | 1307fd59b295ff7aadff83c0b394b01fbad5246b15d85bacd838de539556cc20 |
Available diffs
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.