python-asgiref 3.5.2-2 source package in Ubuntu

Changelog

python-asgiref (3.5.2-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + python3-asgiref: Drop versioned constraint on python3-daphne and
      python3-django-channels in Breaks.

 -- Jelmer Vernooij <email address hidden>  Mon, 17 Oct 2022 00:21:13 +0100

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-asgiref_3.5.2-2.dsc 2.1 KiB 4c416327f12e2ae6e367c719ec527dbeba6143a95916fbc0c49f3ccac3b9ce79
python-asgiref_3.5.2.orig.tar.gz 51.5 KiB 62f04f81110898e471a7d5b37f88c923c2864d43fa6abb66a95980becb1a2ba4
python-asgiref_3.5.2-2.debian.tar.xz 3.6 KiB b0ec801af71dd4872777c32387f73878950419200948a853e841f2894a0e9b65

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.