python-fasteners 0.17.3-2 source package in Ubuntu
Changelog
python-fasteners (0.17.3-2) unstable; urgency=medium * Uploading to unstable. -- Thomas Goirand <email address hidden> Thu, 24 Mar 2022 11:40:38 +0100
Upload details
- Uploaded by:
- Debian OpenStack
- Uploaded to:
- Sid
- Original maintainer:
- Debian OpenStack
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | main | misc | |
Kinetic | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-fasteners_0.17.3-2.dsc | 2.2 KiB | b422746346dfe04e0c1b7f90f086a4df083116851fc69d102dd8d13f7a23438a |
python-fasteners_0.17.3.orig.tar.xz | 25.4 KiB | c0bcd9cb5a329ae1c991eadda9b496987d7fd944885629216cdfd1c2088f4105 |
python-fasteners_0.17.3-2.debian.tar.xz | 2.4 KiB | f96eac22fe76529ffb31c2a6f47140e8661e2427c23222a552245b691a123b5f |
Available diffs
- diff from 0.14.1-2 to 0.17.3-2 (25.0 KiB)
No changes file available.
Binary packages built by this source
- python3-fasteners: provides useful locks - Python 3.x
Fasteners is a Python package that provides useful locks. It includes locking
decorator (that acquires instance objects lock(s), acquires on method entry
and releases on method exit), reader-writer locks, inter-process locks and
generic lock helpers.
.
This package contains the Python 3.x module.