uvloop 0.19.0+ds1-2.1 source package in Ubuntu

Changelog

uvloop (0.19.0+ds1-2.1) unstable; urgency=medium

  * Non-maintainer upload

  [ Graham Inggs ]
  * Include proposed patch for compatibility with Cython 3 (Closes: #1056893)
    (LP: #2051150)
  * Skip tests failing with libuv 1.48.0

 -- Sebastian Ramacher <email address hidden>  Sun, 31 Mar 2024 23:47:16 +0200

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 Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
uvloop_0.19.0+ds1-2.1.dsc 1.6 KiB d51f8859d220ee6abb42366f2a7f94bef12f9c7929c312ca30f5cb0992ba9791
uvloop_0.19.0+ds1.orig.tar.xz 540.0 KiB 58e84f222e32f44254835535e3310425d9e3dec670dfd205e357a46d08d8c7a9
uvloop_0.19.0+ds1-2.1.debian.tar.xz 15.2 KiB 1fb62f5dfbdb6af16415dc9c9f12e4680cd595ac8e4c77c54ecd748ac534a659

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