Name: | python3-tornado |
---|---|
Version: | 6.0.2 |
Release: | 1.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 3844135 |
License: | ASL 2.0 |
RPM: | python3-tornado-6.0.2-1.el8.aarch64.rpm |
Source RPM: | python-tornado-6.0.2-1.el8.src.rpm |
Build Date: | Wed Dec 11 2019 |
Build Host: | ca-arm-jenkins-builder-01 |
Vendor: | Oracle America |
URL: | http://www.tornadoweb.org |
Summary: | Scalable, non-blocking web server and tools |
Description: | Tornado is an open source version of the scalable, non-blocking web server and tools. The framework is distinct from most mainstream web server frameworks (and certainly most Python frameworks) because it is non-blocking and reasonably fast. Because it is non-blocking and uses epoll, it can handle thousands of simultaneous standing connections, which means it is ideal for real-time web services. |
- Update to 6.0.2 (#1600318)
- New patch to not turn DeprecationWarning in tornado module into Exception - Fixes FTBFS with Python 3.8
- Update to 5.1.1 - Fix SyntaxWarnings (turned into SyntaxErrors) on Python 3.8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Rebuilt for Python 3.7
- Require python2-futures
- Update to 5.0.2
- New conditionals for Python 2 - Drop Python 3 conditional
- Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)