python-django-channels 2.3.0-1 source package in Ubuntu

Changelog

python-django-channels (2.3.0-1) unstable; urgency=low

  * New upstream release.
  * Bump Standards-Version to 4.4.1.
  * Add python3-async-timeout to B-D as required by tests.
  * Clean up pytest artifacts to allow two builds in a row.

 -- Michael Fladischer <email address hidden>  Mon, 14 Oct 2019 21:24:30 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-django-channels_2.3.0-1.dsc 2.0 KiB d5b31ee042bb1e98e5f605e80129efeaaa82b5c160ad91682c1b8ad8a1ae7305
python-django-channels_2.3.0.orig.tar.gz 190.2 KiB 2c6e5e5e055daadfcc4824442ea350fcc450ac374c4d55fcb71a0c41c5a0b173
python-django-channels_2.3.0-1.debian.tar.xz 3.4 KiB bc73f91f39fd48ffa853c17c8ed0cbe1465b297bbb73cbf443b9649f85366d26

Available diffs

No changes file available.

Binary packages built by this source

python-django-channels-doc: Developer-friendly asynchrony for Django (Documentation)

 Channels is a project to make Django able to handle more than just plain HTTP
 requests, including WebSockets and HTTP2, as well as the ability to run code
 after a response has been sent for things like thumbnailing or background
 calculation.
 .
 It’s an easy-to-understand extension of the Django view model, and easy to
 integrate and deploy.
 .
 This package contains the documentation.

python3-django-channels: Developer-friendly asynchrony for Django (Python3 version)

 Channels is a project to make Django able to handle more than just plain HTTP
 requests, including WebSockets and HTTP2, as well as the ability to run code
 after a response has been sent for things like thumbnailing or background
 calculation.
 .
 It’s an easy-to-understand extension of the Django view model, and easy to
 integrate and deploy.
 .
 This package contains the Python 3 version of the library.