python-asgiref 3.4.1-1 source package in Ubuntu

Changelog

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

  * New upstream release.
  * Update d/watch to work with github again.
  * Bump Standards-Version to 4.6.0.
  * Add python3-pytest-asyncio to Build-Depends, required by tests.
  * Enable upstream testsuite for autopkgtests.

 -- Michael Fladischer <email address hidden>  Sat, 04 Sep 2021 20:03:14 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-asgiref_3.4.1-1.dsc 1.8 KiB cbfebe47eaa0137a9f9734fe1d87b872f8494d8ede8f9d12f2a9897846cde26a
python-asgiref_3.4.1.orig.tar.gz 48.3 KiB 6ddea3b9cab652c4efb19d0eccaff44eab1c42ef7589c0963654eaaaa8829570
python-asgiref_3.4.1-1.debian.tar.xz 3.5 KiB 294f96a1dbe4018a0b8a68a0337b4392f12f126ff0fd3730a451beaba4a4533c

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.