python-tornado 6.4.0-0ubuntu1 source package in Ubuntu

Changelog

python-tornado (6.4.0-0ubuntu1) noble; urgency=medium

  * New upstream version.
  * Skip failing tests:
    test_reload (tornado.test.autoreload_test.AutoreloadTest.test_reload) (mode='file', wrappe
    test_reload (tornado.test.autoreload_test.AutoreloadTest.test_reload) (mode='directory', wrapper=False)

 -- Matthias Klose <email address hidden>  Sun, 14 Jan 2024 09:13:50 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
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.orig.tar.gz 519.1 KiB a01d87d875e6b348042b761ad469c4f821b6ee5988783040277b168192f3c859
python-tornado_6.4.0-0ubuntu1.debian.tar.xz 9.9 KiB 446f6363712aab99781532f15d02462141a3a80fabb2a555ce90c82432050fe0
python-tornado_6.4.0-0ubuntu1.dsc 2.5 KiB 71800679329afaaf4ab0d7a4706d34787deaeca11525908927642ce7b8a687e3

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