uvloop 0.11.3+ds1-2ubuntu1 source package in Ubuntu

Changelog

uvloop (0.11.3+ds1-2ubuntu1) focal; urgency=medium

  * Build against only the current python3, as uvloop fails tests against
    python3.8.  (Bug #943621)

 -- Steve Langasek <email address hidden>  Fri, 01 Nov 2019 12:07:09 -0700

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
uvloop_0.11.3+ds1.orig.tar.xz 501.2 KiB a4f09051ed6850ff9e75da58cb0b42c5ca342f5cdaa3f773b76b5cc297a2d073
uvloop_0.11.3+ds1-2ubuntu1.debian.tar.xz 11.8 KiB 6debd4f110aa1825e2d0f9c8f74d658318eaad7dae8f94bfa16e65fbbfc3e249
uvloop_0.11.3+ds1-2ubuntu1.dsc 2.3 KiB cd80ecdcbba13e5b9d3d6d11e30dc0f7b8fcd772c68a9ded691757656294df01

View changes file

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-dbg: fast implementation of asyncio event loop on top of libuv - dbg

 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.
 .
 This package contains the extension built for the Python 3 debug interpreter.