python-tornado 6.4.0-1 source package in Ubuntu

Changelog

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

  * Team upload.

  [ Alexandre Detiste ]
  * New upstream version 6.4.0 (Closes: #1042594, #1056508, #1058128)
  * remove old dependency on python3-mock, upstream uses unittest.mock

  [ Stefano Rivera ]
  * Patch: Handle PYTHONPATH in autoreload_test.

 -- Stefano Rivera <email address hidden>  Sun, 21 Jan 2024 16:06:11 -0400

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.4.0-1.dsc 1.9 KiB f9d4fa0041537d7600024e2051364e9e302a0608f264de36223d1dd675315f0e
python-tornado_6.4.0.orig.tar.gz 519.1 KiB a01d87d875e6b348042b761ad469c4f821b6ee5988783040277b168192f3c859
python-tornado_6.4.0-1.debian.tar.xz 9.8 KiB 5596ac28b58d73ac9d7ad5deef6c9f7e31cadd5bff5dd4e26ce0bb5261f15418

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