Name: | uwsgi |
---|---|
Version: | 2.0.23 |
Release: | 1.el8 |
Architecture: | aarch64 |
Group: | Unspecified |
Size: | 930069 |
License: | GPLv2 with exceptions and MIT |
RPM: | uwsgi-2.0.23-1.el8.aarch64.rpm |
Source RPM: | uwsgi-2.0.23-1.el8.src.rpm |
Build Date: | Sun Nov 12 2023 |
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.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
- For Fedora 39, build an extra module against Python 3.11 - Disable PIE and enable PIC for the mail executable to avoid crashes when using the PHP module (see BZ2203863)
- Update to 2.0.22 - Add initial patch for building against python3.12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
- Perl 5.38 rebuild