uvloop 0.17.0+ds1-2 source package in Ubuntu
Changelog
uvloop (0.17.0+ds1-2) unstable; urgency=medium [ Blair Noctis ] * Team upload. * Patch tests/test_unix.py relaxing test timeout so tests could finish, fixes FTBFS on riscv64 * d/source/options: extend-diff-ignore .eggs/ -- Piotr Ożarowski <email address hidden> Tue, 08 Nov 2022 16:24:59 +0100
Upload details
- Uploaded by:
- Piotr Ożarowski
- Uploaded to:
- Sid
- Original maintainer:
- Piotr Ożarowski
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
uvloop_0.17.0+ds1-2.dsc | 2.2 KiB | fedbbb4c9bdf44cabe01e80595e12f4dfaa71164dfb67e8b4641e6f0048064cd |
uvloop_0.17.0+ds1.orig.tar.xz | 536.6 KiB | 0372945bb588daaac19a0c9de68f987c988256abaf4ed73efb43477078d92213 |
uvloop_0.17.0+ds1-2.debian.tar.xz | 7.7 KiB | 16522e44936018fffadeb70fe57a11feb41be1f7107dc1bc60f70380000c3f26 |
Available diffs
- diff from 0.16.0+ds1-2build1 (in Ubuntu) to 0.17.0+ds1-2 (387.2 KiB)
- diff from 0.17.0+ds1-1 to 0.17.0+ds1-2 (908 bytes)
No changes file available.
Binary packages built by this source
- python3-uvloop: fast implementation of asyncio event loop on top of libuv
uvloop is a fast, drop-in replacement of the built-in asyncio
event loop. uvloop is implemented in Cython and uses libuv
under the hood. It makes asyncio 2-4x faster.
- python3-uvloop-dbgsym: debug symbols for python3-uvloop