python-asgiref 3.2.2-1 source package in Ubuntu

Changelog

python-asgiref (3.2.2-1) unstable; urgency=low

  * New upstream release.
  * Clean up pytest artifacts to allow two builds in a row.

 -- Michael Fladischer <email address hidden>  Tue, 10 Sep 2019 19:52:49 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-asgiref_3.2.2-1.dsc 1.7 KiB 6c75d91faf55fdc32ad715cbae8a15443b82f80d1f921ac1683b60e54676f6f0
python-asgiref_3.2.2.orig.tar.gz 37.2 KiB 47edf327aa70f317c9bc810d469ce681f1b35a7f499f68cf2b5da3ba6a651e69
python-asgiref_3.2.2-1.debian.tar.xz 2.9 KiB 581f8773217c34a99c0862c3c7b8ffdb0efd13714cffedc3b62de916ddca0719

Available diffs

No changes file available.

Binary packages built by this source

python3-asgiref: ASGI in-memory channel layer (Python3 version)

 ASGI (Asynchronous Server Gateway Interface) is a standard for Python
 asynchronous web apps and servers to communicate with each other, and
 positioned as an asynchronous successor to WSGI.
 .
 It includes ASGI base libraries, such as:
 .
  * Sync-to-async and async-to-sync function wrappers, asgiref.sync
  * Server base classes, asgiref.server
  * A WSGI-to-ASGI adapter, in asgiref.wsgi
 .
 This package contains the Python 3 version of the library.