python-tornado 6.4.0-1build1 source package in Ubuntu

Changelog

python-tornado (6.4.0-1build1) noble; urgency=high

  * No change rebuild for 64-bit time_t and frame pointers.

 -- Julian Andres Klode <email address hidden>  Mon, 08 Apr 2024 18:17:52 +0200

Upload details

Uploaded by:
Julian Andres Klode
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
python
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section
Noble release main python

Downloads

File Size SHA-256 Checksum
python-tornado_6.4.0.orig.tar.gz 519.1 KiB a01d87d875e6b348042b761ad469c4f821b6ee5988783040277b168192f3c859
python-tornado_6.4.0-1build1.debian.tar.xz 9.9 KiB 09a5d528b950c537e51b77d28d56ccfc06d13674b1f1c1b891f53b0b678fc329
python-tornado_6.4.0-1build1.dsc 2.6 KiB 59b93440a2845092c799533534531575dc6aa38b353e80418b73b749a6f05e01

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