python-tornado 6.2.0-2 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + python3-tornado: Drop versioned constraint on python3-zmq in Breaks.

 -- Jelmer Vernooij <email address hidden>  Mon, 17 Oct 2022 02:43:30 +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

Downloads

File Size SHA-256 Checksum
python-tornado_6.2.0-2.dsc 2.5 KiB bd152fc8f01c1f6d2c20b54ae53d3bb042627873c2888ff837a43fb003cc4ab0
python-tornado_6.2.0.orig.tar.gz 506.9 KiB c2e902e4771eb90b057c7629fa239a59ecae63052919c3b5e61253f2c8a5f0d6
python-tornado_6.2.0-2.debian.tar.xz 9.6 KiB b997e5834fd04cd9aa79894c07f6e33d8016fd6537b484ab6491865d5614b194

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