python-tornado 6.0.3+really5.1.1-2 source package in Ubuntu

Changelog

python-tornado (6.0.3+really5.1.1-2) unstable; urgency=medium

  * Applied patches from Ubuntu to fix Python 3.8 FTBFS:
    - d/p/py38-0001-test-silence-deprecation-warning.patch
    - d/p/py38-0002-dont-log-CancelledError.patch: Cherry-picked from upstream
      master to fix issues detected by failing py38 tests.
    (Closes: #945222)

 -- Ondřej Nový <email address hidden>  Fri, 22 Nov 2019 09:16:53 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules 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.0.3+really5.1.1-2.dsc 2.9 KiB ff06d6113f8915bc9daab9d152b63b40a3d3e52332c6c2428f5cef1fe0fb20c4
python-tornado_6.0.3+really5.1.1.orig.tar.gz 530.2 KiB a1da335a2978b9a8c3544cab10076d799442d7988ed0b4f2be035fe4388ca8dd
python-tornado_6.0.3+really5.1.1-2.debian.tar.xz 13.7 KiB b3d3cd7179d0ebb5415be9654d704aa644de1446bfbfc59f747679474dd81eec

No changes file available.

Binary packages built by this source

python-tornado: No summary available for python-tornado in ubuntu focal.

No description available for python-tornado in ubuntu focal.

python-tornado-dbgsym: No summary available for python-tornado-dbgsym in ubuntu focal.

No description available for python-tornado-dbgsym in ubuntu focal.

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