python-asgiref 3.6.0-1 source package in Ubuntu
Changelog
python-asgiref (3.6.0-1) unstable; urgency=low * New upstream release. * Update d/copyright with new years. -- Michael Fladischer <email address hidden> Thu, 05 Jan 2023 14:48:05 +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 | |
---|---|---|---|---|
Lunar | release | main | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-asgiref_3.6.0-1.dsc | 1.8 KiB | 5ecdf9178f458042e54cda88864235e948dfe83067ccd1d9ac79d65d36f5d50c |
python-asgiref_3.6.0.orig.tar.gz | 53.2 KiB | f447f95ed608c9983850e1fc85995f56a38b9ed905159505cda0304a5722bbd3 |
python-asgiref_3.6.0-1.debian.tar.xz | 3.7 KiB | 961238608d98e58ab0e0eaaf822f8317195d9b70b93ff1b0b5a22222b280d055 |
Available diffs
- diff from 3.5.2-2 to 3.6.0-1 (6.8 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.