python-asgiref 3.8.1-1 source package in Ubuntu

Changelog

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

  [ Alexandre Detiste ]
  * remove old build-dependency on python3-six

  [ Michael Fladischer ]
  * New upstream version 3.8.1
  * Update year in d/copyright.
  * Build using pybuild-plugin-pyproject and dh-sequence-python3.

 -- Michael Fladischer <email address hidden>  Sun, 24 Mar 2024 17:55:45 +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 Pocket Published Component Section
Oracular release main misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-asgiref_3.8.1-1.dsc 1.8 KiB 7000d8788b242a5c55006f6f29e28c06a3d68eac724bb2930ae650aca5ffe063
python-asgiref_3.8.1.orig.tar.gz 57.7 KiB 9097aca8245e851529844ea16e3cd36f4b3d5b4a6505ac68e66d9959add29935
python-asgiref_3.8.1-1.debian.tar.xz 3.8 KiB eeaa9dd6ce49cb86de5c81817c3b8f45741603a3026c6c6c830dc4d06df3ec84

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.