python-tornado 6.4.0-2 source package in Ubuntu

Changelog

python-tornado (6.4.0-2) unstable; urgency=medium

  * Team upload.
  * Allow to instantiate an empty AsyncTestCase (Closes: #1072153)
  * Bump Standards-Version to 4.7.0

  [ Ondřej Nový ]
  * Remove myself from Uploaders.

 -- Timo Röhling <email address hidden>  Wed, 29 May 2024 12:47:59 +0200

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.4.0-2.dsc 2.6 KiB 92fa8c0bcb63c0869ac2cc7375ca56e81ff0cbc9310c8575617829bf85faefba
python-tornado_6.4.0.orig.tar.gz 519.1 KiB a01d87d875e6b348042b761ad469c4f821b6ee5988783040277b168192f3c859
python-tornado_6.4.0-2.debian.tar.xz 10.8 KiB 4ef1ba8ed3a3a2ddc976ae91ce5fa09b1bbfdeaad045e23ff8e1de4f1a3b3b4d

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