python-tornado 6.1.0-3 source package in Ubuntu

Changelog

python-tornado (6.1.0-3) unstable; urgency=medium

  * Drop a dead link. (Closes: #988772)
  * Add a patch replace_deprecated_unittest_aliases.patch.
  * Bump standards-version to 4.6.0.
  * Refresh lintian overrides.

 -- Julien Puydt <email address hidden>  Fri, 03 Dec 2021 09:57:21 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-tornado_6.1.0-3.dsc 2.5 KiB 8fcdb3496780a301064b3094548b9eeea84046b96bda61d94302922bd8adc518
python-tornado_6.1.0.orig.tar.gz 501.9 KiB 53a4300b786998c516fcacb76a00db6200829bf1d9b8d57e3c150bfd262e2bc8
python-tornado_6.1.0-3.debian.tar.xz 10.5 KiB a84083653b4bc4bfc9f80a9a45f80071b99a6d7b9257c8d49ed4e3f72e53f630

Available diffs

No changes file available.

Binary packages built by this source

python-tornado-doc: scalable, non-blocking web server and tools - documentation

 Tornado is a Python web framework and asynchronous networking library,
 originally developed at FriendFeed. By using non-blocking network I/O,
 Tornado can scale to tens of thousands of open connections, making it ideal
 for long polling, WebSockets, and other applications that require a
 long-lived connection to each user.
 .
 This package contains the documentation.

python3-tornado: scalable, non-blocking web server and tools - Python 3 package

 Tornado is a Python web framework and asynchronous networking library,
 originally developed at FriendFeed. By using non-blocking network I/O,
 Tornado can scale to tens of thousands of open connections, making it ideal
 for long polling, WebSockets, and other applications that require a
 long-lived connection to each user.
 .
 This is the Python 3 version of the package.

python3-tornado-dbgsym: debug symbols for python3-tornado