python-nest-asyncio 1.5.4-1 source package in Ubuntu

Changelog

python-nest-asyncio (1.5.4-1) unstable; urgency=medium

  [ Diego M. Rodriguez ]
  * New upstream version 1.5.4 (Closes: #1001424, #1002318)

  [ Jeroen Ploemen ]
  * Copyright: update upstream years.

 -- Diego M. Rodriguez <email address hidden>  Fri, 24 Dec 2021 10:14:58 +0000

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc
Kinetic release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nest-asyncio_1.5.4-1.dsc 2.1 KiB 8a7144d5194a47a83fd8950cb2ddee2e96a17d0c25df9a86f4710e87c7e1c2f2
python-nest-asyncio_1.5.4.orig.tar.gz 5.8 KiB f969f6013a16fadb4adcf09d11a68a4f617c6049d7af7ac2c676110169a63abd
python-nest-asyncio_1.5.4-1.debian.tar.xz 2.5 KiB 53201e15aedf0297c1aa1d9a4847bc664babe303a88cc93442af4fc1ca631466

Available diffs

No changes file available.

Binary packages built by this source

python3-nest-asyncio: Patch asyncio to allow nested event loops

 By design, asyncio does not allow for nested event loops. This module
 provides a function that patches asyncio in order to allow nested use
 of asyncio.run and loop.run_until_complete.