uvloop 0.8.1+ds1-1ubuntu0.1 source package in Ubuntu

Changelog

uvloop (0.8.1+ds1-1ubuntu0.1) bionic; urgency=medium

  * Add libpython3.6-testsuite build-dep, to continue allow importing
    python's asio testsuite, as part of the uvloop testsuite. LP: #1815472

 -- Dimitri John Ledkov <email address hidden>  Wed, 06 Feb 2019 15:16:00 +0000

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic updates main misc

Downloads

File Size SHA-256 Checksum
uvloop_0.8.1+ds1.orig.tar.gz 663.8 KiB 028a87d3fd2f939ab60f8273ff6b27a1cbe36b12073102cf9a40fb1946cf204e
uvloop_0.8.1+ds1-1ubuntu0.1.debian.tar.xz 6.1 KiB 2a17512e5c3c935453d7e467b966a27335897f28d881c31f57dc46ce1af38c4a
uvloop_0.8.1+ds1-1ubuntu0.1.dsc 2.0 KiB dc330b6959903a81cd940d94620b59f0dcd47bc9ae9e74f6ecb8f52772f80d73

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

 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.