python-asgiref 3.5.0-1 source package in Ubuntu
Changelog
python-asgiref (3.5.0-1) unstable; urgency=low * New upstream release. * Use github tags instead of releases for d/watch. * Depend on python3-all for autopkgtests. * Update year in d/copyright. -- Michael Fladischer <email address hidden> Mon, 24 Jan 2022 08:35:35 +0000
Upload details
- Uploaded by:
- Debian Python Team
- Uploaded to:
- Sid
- Original maintainer:
- Debian Python Team
- Architectures:
- all
- Section:
- misc
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | main | misc | |
Jammy | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-asgiref_3.5.0-1.dsc | 1.8 KiB | f5683f898747c5f759709ef1b7e183cd9e8d06f1fdac086872f9ea50eb5e964d |
python-asgiref_3.5.0.orig.tar.gz | 51.1 KiB | a1aa3d8ffb2ca1bbb396f1f34b06f818d976d84788ba35329344911c9980c48e |
python-asgiref_3.5.0-1.debian.tar.xz | 3.5 KiB | ec0a5a8f06f242162fcc5ca6226f66482ad29f86e5e96de6a0499421416663b4 |
Available diffs
- diff from 3.4.1-1 to 3.5.0-1 (13.4 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.