python-tornado 6.1.0-1build1 source package in Ubuntu

Changelog

python-tornado (6.1.0-1build1) hirsute; urgency=medium

  * No-change rebuild to drop python3.8 extensions.

 -- Matthias Klose <email address hidden>  Mon, 07 Dec 2020 18:46:41 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Hirsute
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.orig.tar.gz 501.9 KiB 53a4300b786998c516fcacb76a00db6200829bf1d9b8d57e3c150bfd262e2bc8
python-tornado_6.1.0-1build1.debian.tar.xz 9.2 KiB 3184aeabf0904b799593d216ad0b8ada70aaf6e7865c1b5be11840c51aeca7ff
python-tornado_6.1.0-1build1.dsc 2.5 KiB 89e25f2db57239169df19361ec02198142fd1b1864c90d1a9644994cbce13f41

View changes file

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