python-asgiref 3.7.2-1 source package in Ubuntu

Changelog

python-asgiref (3.7.2-1) unstable; urgency=medium

  * New upstream version 3.7.2
  * Bump Standards-Version to 4.6.2.

 -- Michael Fladischer <email address hidden>  Tue, 13 Jun 2023 21:31:54 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main misc
Mantic release main misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-asgiref_3.7.2-1.dsc 1.8 KiB 69698992eb2deded91f8f3e739b72b70a21b1420d76eb14ab9c650d11c289de1
python-asgiref_3.7.2.orig.tar.gz 55.4 KiB 3de50a0a025fc7c61aaf2898e731abeab4d51fb569bb9f6673c8cee0191d7e46
python-asgiref_3.7.2-1.debian.tar.xz 3.7 KiB 16e6d82328388eb047c1847aeb2641ee1e07385baeaab53e9dd05b5d164275e6

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.