python-tornado 6.4.1-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * Fix tests with Twisted 24.7.0 (closes: #1078411).
  * Fix tests with openssl >= 3.3.1-5 (see discussion in #965041).

 -- Colin Watson <email address hidden>  Mon, 19 Aug 2024 17:06:53 +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
Oracular release main python

Downloads

File Size SHA-256 Checksum
python-tornado_6.4.1-2.dsc 2.5 KiB 5c78ed0067b9b8a529fd9cff86bb241b6e3b84178a07e424bdbf16fba68b7ce9
python-tornado_6.4.1.orig.tar.gz 520.9 KiB 003a17fb7ef3c29049b8f2deae6a82ff42ffa775cdfdb8cda3cef07160f0ec06
python-tornado_6.4.1-2.debian.tar.xz 10.1 KiB cf64ffd6c6d8613e32e0898ac2df08681cbc3f925a8e50d04c62aa36ee18cb55

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