python-fasteners 0.14.1-ok1 source package in openKylin

Changelog

python-fasteners (0.14.1-ok1) yangtze; urgency=medium

  * Build for openKylin.

 -- openKylinBot <email address hidden>  Mon, 25 Apr 2022 22:03:04 +0800

Upload details

Uploaded by:
openKylinBot
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Debian OpenStack
Architectures:
all
Section:
python
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section
Yangtze V1.0 release main python

Downloads

File Size SHA-256 Checksum
python-fasteners_0.14.1.orig.tar.xz 20.0 KiB b200dbb3bc86b1e647a83e0e4d0c5e7e090bd7c1e79e96b716c9e4f428386b1d
python-fasteners_0.14.1-ok1.debian.tar.xz 1.9 KiB bc4dcc966ecc02834a98658e56f36a4b66f3fa782d50cd719e78d8e3b8bc90bc
python-fasteners_0.14.1-ok1.dsc 2.0 KiB 7e65d51283bf98ce7aadb2e385d1b23d31060298e360f9c38ac6853d1e3ab88c

View changes file

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.