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

Changelog

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

  * New upstream version 1.3.3 (Closes: #959532)
  * Add salsa CI using default pipelines
  * d/upstream: add metadata
  * d/control: bump debhelper-compat to 13
  * d/control: fix Architecture: all

 -- Diego M. Rodriguez <email address hidden>  Mon, 15 Jun 2020 17:16:16 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nest-asyncio_1.3.3-1.dsc 2.1 KiB 3182767af75ef56586bf1b7425d09836e119ec9491bbf18a94d45f334c69f4d4
python-nest-asyncio_1.3.3.orig.tar.gz 5.4 KiB 75dad56eaa7078e2e29c6630f114077fc5060069658d74545b0409e63ca8a028
python-nest-asyncio_1.3.3-1.debian.tar.xz 2.1 KiB 6ed893be4d5cf45321d4481e55129c9e0326403e8211d6ace28441015d78f0d4

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.