python-fasteners 0.17.3-3 source package in Ubuntu
Changelog
python-fasteners (0.17.3-3) unstable; urgency=medium * Removed (build-)depends on six (Closes: #1039453). -- Thomas Goirand <email address hidden> Fri, 11 Aug 2023 16:01:08 +0200
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 | |
---|---|---|---|---|
Mantic | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-fasteners_0.17.3-3.dsc | 2.2 KiB | 5620456ca677fc2373af74b937f08378148a53396d60fbafcd0cfcf1dff67e11 |
python-fasteners_0.17.3.orig.tar.xz | 25.4 KiB | c0bcd9cb5a329ae1c991eadda9b496987d7fd944885629216cdfd1c2088f4105 |
python-fasteners_0.17.3-3.debian.tar.xz | 2.5 KiB | 013b4b1a009823911b31fd03fa387dd0f2ef9637244a18e408674dc45dc4ba2a |
Available diffs
- diff from 0.17.3-2 to 0.17.3-3 (509 bytes)
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.