aiorwlock 1.3.0-0ubuntu1 source package in Ubuntu
Changelog
aiorwlock (1.3.0-0ubuntu1) kinetic; urgency=medium * New upstream release. - Fixes FTBFS. -- Logan Rosen <email address hidden> Sun, 21 Aug 2022 22:02:58 -0400
Upload details
- Uploaded by:
- Logan Rosen
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | misc | |
Lunar | release | universe | misc | |
Kinetic | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
aiorwlock_1.3.0.orig.tar.gz | 14.6 KiB | 0e8f1db7ca8ddffd07e58bc44ec15638e9d763aea03b4bfc567f087d801136c2 |
aiorwlock_1.3.0-0ubuntu1.debian.tar.xz | 2.2 KiB | 11c7e8e242c6ff4df8687cda96f9198d5d7b0320c3972f7d8fdf60ed631f1ea1 |
aiorwlock_1.3.0-0ubuntu1.dsc | 1.7 KiB | 71f4c85b8c3315a87d23799d2c139e413e85735975a341b085baf9d500209fa5 |
Available diffs
Binary packages built by this source
- python3-aiorwlock: Synchronization primitive RWLock for asyncio (Python 3)
Read write lock for asyncio. A RWLock maintains a pair of associated locks,
one for read-only operations and one for writing. The read lock may be held
simultaneously by multiple reader tasks, so long as there are no writers.
The write lock is exclusive.
.
This package installs the library for Python 3.