Name: | uwsgi |
---|---|
Version: | 2.0.24 |
Release: | 1.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 930240 |
License: | GPLv2 with exceptions and MIT |
RPM: | uwsgi-2.0.24-1.el8.aarch64.rpm |
Source RPM: | uwsgi-2.0.24-1.el8.src.rpm |
Build Date: | Tue Mar 05 2024 |
Build Host: | build-ol8-aarch64.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.24, drop merged patches
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
- Add reworked patch for python3.12 - Build plugin for python3.11 under EPEL9
- Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_3.3
- Update to 2.0.23, drop merged patches
- Drop 2to3 call, it doesn't do anything anymore
- rebuild for https://fedoraproject.org/wiki/Changes/php83 - add patch for PHP 8.3 from https://github.com/unbit/uwsgi/pull/2559
- Rework python 3.12 patch
- Don't build the Python 3.11 module on Fedora 39+, it is not installable - Fixes: rhbz#2239671
- Extend building the python 3.11 module to rawhide