python-tornado 6.3.2-1 source package in Ubuntu
Changelog
python-tornado (6.3.2-1) unstable; urgency=medium * New upstream release (Closes: #1036875). * Refresh patches. * Bump standards-version to 4.6.2. -- Julien Puydt <email address hidden> Mon, 26 Jun 2023 07:42:05 +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 | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-tornado_6.3.2-1.dsc | 2.5 KiB | 85452c0470754f0ad1b251a26d9857c268ae145c79c24347956cf4808f776801 |
python-tornado_6.3.2.orig.tar.gz | 511.6 KiB | 1e3c5e1b283eb8932ba0f2634b1f5509af72c4fbf982222e290db3f22ee3a09a |
python-tornado_6.3.2-1.debian.tar.xz | 9.6 KiB | 2bfc84336f4b348739a240157aedb1c976843c7be408e0f843331068fc03efe9 |
Available diffs
- diff from 6.2.0-3 to 6.3.2-1 (49.0 KiB)
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