Name: | uwsgi |
---|---|
Version: | 2.0.27 |
Release: | 1.el8 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 906237 |
License: | LicenseRef-Callaway-GPLv2-with-exceptions AND LicenseRef-Callaway-MIT |
RPM: | uwsgi-2.0.27-1.el8.x86_64.rpm |
Source RPM: | uwsgi-2.0.27-1.el8.src.rpm |
Build Date: | Tue Oct 08 2024 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/unbit/uwsgi |
Summary: | Fast, self-healing, application container server |
Description: | uWSGI is a fast (pure C), self-healing, developer/sysadmin-friendly application container server. Born as a WSGI-only server, over time it has evolved in a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It uses the uwsgi (all lowercase, already included by default in the Nginx and Cherokee releases) protocol for all the networking/interprocess communications. Can be run in preforking mode, threaded, asynchronous/evented and supports various form of green threads/co-routine (like uGreen and Fiber). Sysadmin will love it as it can be configured via command line, environment variables, xml, .ini and yaml files and via LDAP. Being fully modular can use tons of different technology on top of the same core. |
- Update to 2.0.27 - Drop merged patches - Re-enable rack plugin for EPEL10, dependencies now present
- Disable building the Ruby rack plugin for EPEL10
- convert license to SPDX
- Drop support for EL7 - Add support for EL10 - Explicitly require pcre2 (all builds already pulled this in anyway)
- Add patch for python 3.13
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
- Perl 5.40 rebuild
- Rebuilt for Python 3.13
- Update to 2.0.26 - Rework support for multiple python versions
- Update to 2.0.25.1, drop merged patches - Use github.com as source for the main tarball - Do not build for i686 any more