Name: | python-tornado |
---|---|
Version: | 2.2.1 |
Release: | 8.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 1941544 |
License: | ASL 2.0 |
RPM: | python-tornado-2.2.1-8.el7.noarch.rpm |
Source RPM: | python-tornado-2.2.1-8.el7.src.rpm |
Build Date: | Thu May 08 2014 |
Build Host: | ca-buildj3.us.oracle.com |
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. |
- Mass rebuild 2013-12-27
- Removed dependency on python-simplejson.
- Removed custom match_hostname().
- remove rhel conditional for with_python3: https://fedorahosted.org/fpc/ticket/200
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- update to upstream release 2.2.1 (fixes CVE-2012-2374) - fix typo for epel6 macro bug #822972 (Florian La Roche)
- upgrade to upstream release 2.2
- remove python3-simplejson dependency