python-tornado 6.2.0-3 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + python-tornado-doc: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 20 Nov 2022 12:24:11 +0000

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
Lunar release main python

Downloads

File Size SHA-256 Checksum
python-tornado_6.2.0-3.dsc 2.5 KiB 07a26ea3ce08596f81d259cad2a126e36a9822130f535f6e651fb5c3e779e0f4
python-tornado_6.2.0.orig.tar.gz 506.9 KiB c2e902e4771eb90b057c7629fa239a59ecae63052919c3b5e61253f2c8a5f0d6
python-tornado_6.2.0-3.debian.tar.xz 9.6 KiB 426dfef1b53a73676dcc0b6d97622bb08ed74f25801eafa3495ce70ea6b6f4b7

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