Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python-tornado-doc-6.5.8-0.el9_8.1 RPM for x86_64

From AlmaLinux 9.8 devel for x86_64

Name: python-tornado-doc Distribution: AlmaLinux
Version: 6.5.8 Vendor: AlmaLinux
Release: 0.el9_8.1 Build date: Mon Sep 14 20:36:43 2026
Group: Unspecified Build host: x64-builder01.almalinux.org
Size: 75239 Source RPM: python-tornado-6.5.8-0.el9_8.1.src.rpm
Packager: AlmaLinux Packaging Team <packager@almalinux.org>
Url: https://www.tornadoweb.org
Summary: Examples for python-tornado
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.

This package contains some example applications.

Provides

Requires

License

ASL 2.0

Changelog

* Wed Sep 09 2026 RHEL Packaging Agent <redhat-ymir-agent@redhat.com> - 6.5.8-0.1
  - Update to 6.5.8
    Resolves: RHEL-247281
* Tue Apr 07 2026 Sergio Correia <scorreia@redhat.com> - 6.5.5-1
  - Update to 6.5.5
    Resolves: RHEL-160942
* Tue Jun 17 2025 Anderson Toshiyuki Sasaki <ansasaki@redhat.com> - 6.4.2-3
  - httputil: Raise errors instead of logging in  multipart/form-data parsing
    Resolves: RHEL-91998
* Thu Dec 05 2024 Sergio Correia <scorreia@redhat.com> - 6.4.2-2
  - Bump release to prevent clash with 9.5.z NVR
    Resolves: RHEL-68667
* Thu Dec 05 2024 Sergio Correia <scorreia@redhat.com> - 6.4.2-1
  - Update t