python-tornado 6.4.1-1 source package in Ubuntu

Changelog

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

  * Remove hurd patch - obsolete according to upstream
  * Package new upstream.
  * Drop obsolete patch for empty AsyncTestCase

 -- Julien Puydt <email address hidden>  Thu, 13 Jun 2024 17:28:38 +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
Oracular release main python

Downloads

File Size SHA-256 Checksum
python-tornado_6.4.1-1.dsc 2.4 KiB 000b0c631ac3cb38978968271e22ce3b19c08f92f2b1732df8c889ad7a864c84
python-tornado_6.4.1.orig.tar.gz 520.9 KiB 003a17fb7ef3c29049b8f2deae6a82ff42ffa775cdfdb8cda3cef07160f0ec06
python-tornado_6.4.1-1.debian.tar.xz 9.4 KiB 0351c4f483fee0b59e18407b5ccb324c004a890f8b2efb790bd1e21817fd61a5

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