python-asgiref 3.2.3-1 source package in Ubuntu
Changelog
python-asgiref (3.2.3-1) unstable; urgency=low [ Ondřej Nový ] * Bump Standards-Version to 4.4.1. [ Michael Fladischer ] * New upstream release. -- Michael Fladischer <email address hidden> Tue, 12 Nov 2019 08:34:32 +0100
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 | Published | Component | Section | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-asgiref_3.2.3-1.dsc | 1.7 KiB | c822dbb339b5c9571eea6db9deeecbf24666c746e8f6ea19265238f2a568089c |
python-asgiref_3.2.3.orig.tar.gz | 37.4 KiB | d38e16141c7189e23bfe03342d9cd3dbfd6baab99217892bfa7bc5646315b6bd |
python-asgiref_3.2.3-1.debian.tar.xz | 2.9 KiB | c028b0e9b583e2f576922b05ca0b82577d7fcb706915f6c08b65eb5489fd6de4 |
Available diffs
- diff from 3.2.2-1 to 3.2.3-1 (2.3 KiB)
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.