python-tornado 4.5.3-1ubuntu0.1 source package in Ubuntu

Changelog

python-tornado (4.5.3-1ubuntu0.1) bionic; urgency=medium

  * Cherrypick patches from python-tornado4 4.5.3-2 package, to
    enable OpenSSL 1.1.1 support LP: #1797386:
    - New_test_crt.patch regenerate stronger test certificates
    - skip-failing-tests.patch skip some ssl tests failing with OpenSSL 1.1.1

 -- Dimitri John Ledkov <email address hidden>  Wed, 29 May 2019 10:18:12 +0100

Upload details

Uploaded by:
Dimitri John Ledkov
Uploaded to:
Bionic
Original maintainer:
Ubuntu Developers
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_4.5.3.orig.tar.gz 495.4 KiB bd2f33a3ede0303d51a424961ee72f8b0a87bcd82ad737d16d8a05364b3d64be
python-tornado_4.5.3-1ubuntu0.1.debian.tar.xz 13.9 KiB df2d19a7869a97fa45528a73a505a4204797bcb29afd8ee40c03c51b15b696a6
python-tornado_4.5.3-1ubuntu0.1.dsc 2.9 KiB 8c85411674f0766ee1e24f74a03230c7d4cd520557422d7dbffc7b1c7d14bb3f

View changes file

Binary packages built by this source

python-tornado: scalable, non-blocking web server and tools

 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 2 version of the package.

python-tornado-dbgsym: debug symbols for python-tornado
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