aiorwlock 1.0.0-0.2 source package in Ubuntu

Changelog

aiorwlock (1.0.0-0.2) unstable; urgency=high

  * Non-maintainer upload.
  * Add the missing build dependency on python3-pytest-asyncio.

 -- Adrian Bunk <email address hidden>  Wed, 10 Feb 2021 13:23:18 +0200

Upload details

Uploaded by:
William Grzybowski
Uploaded to:
Sid
Original maintainer:
William Grzybowski
Architectures:
all
Section:
misc
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aiorwlock_1.0.0-0.2.dsc 2.0 KiB a5655a07fcffdd48ed6a670ddb46aec9f648c95738f160765dfcebafb4673fef
aiorwlock_1.0.0.orig.tar.gz 14.2 KiB 04ba304d2126014f79efad64f33744c1c43785fc06043af044a40513843e219c
aiorwlock_1.0.0-0.2.debian.tar.xz 2.0 KiB 65b5994229796889a23d6a2e8ac34e53bf3052518bf035fc8b4ad95fdcf2aaad

Available diffs

No changes file available.

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.