Fri, 19 Apr 2024 10:45:20 UTC | login

Information for build uwsgi-2.0.18-6.fc33

ID155138
Package Nameuwsgi
Version2.0.18
Release6.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/uwsgi.git#661b66920f84ec8a2baaea6e733c267db7f0d9b6
SummaryFast, self-healing, application container server
DescriptionuWSGI 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.
Built bydavidlt
State failed
Volume DEFAULT
StartedThu, 16 Apr 2020 14:05:26 UTC
CompletedThu, 16 Apr 2020 14:20:06 UTC
Taskbuild (f33, /rpms/uwsgi.git:661b66920f84ec8a2baaea6e733c267db7f0d9b6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/uwsgi.git#661b66920f84ec8a2baaea6e733c267db7f0d9b6'}}
Tags No tags
RPMs No RPMs
Changelog * Tue Apr 07 2020 Jorge A Gallegos <kad@blegh.net> - 2.0.18-6 - change mkdirs for install -d (Jorge Gallegos) - Fix python plugins provides BZ 1628147 (Jorge Gallegos) - Add a fix for psgi + GCC10 BZ 1794335 (Jorge Gallegos) - Move path options outside main config BZ 1687403 (Jorge Gallegos) * Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.18-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Sat Jan 18 2020 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.0.18-4 - F-32: rebuild against ruby27 * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 2.0.18-3 - Rebuilt for Python 3.8 * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.18-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jun 19 2019 Carl George <carl@george.computer> - 2.0.18-1 - Latest upstream - Use openssl everywhere, instead of compat-openssl10 on F26+ - Disable python2 subpackages on F31+ * Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.17.1-12 - Perl 5.30 rebuild * Wed Apr 03 2019 Carl George <carl@george.computer> - 2.0.17.1-11 - Re-enable mono plugins on ppc64le * Tue Mar 26 2019 Carl George <carl@george.computer> - 2.0.17.1-10 - Disable jvm plugin on Fedora and EL6 due to javapackages-tools retirement (apache-ivy orphanage) - Disable v8 plugin on Fedora due to v8-314 retirement - Disable mongo plugins on Fedora due to mongo-cxx-driver-legacy being broken in rawhide - Disable mono plugins on ppc64le because mono-4.8.0-17 dropped that arch rhbz#1686983 * Mon Mar 18 2019 Remi Collet <remi@fedoraproject.org> - 2.0.17.1-9 - rebuild for libargon2 new soname * Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.17.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 21 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 2.0.17.1-7 - F-30: rebuild against ruby26 * Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 2.0.17.1-6 - Rebuilt for libcrypt.so.2 (#1666033) * Fri Nov 02 2018 Carl George <carl@george.computer> - 2.0.17.1-5 - Don't build python2-uwsgidecorators on F30+ - BuildRequire mongo-cxx-driver-legacy-devel on F30+ * Wed Sep 12 2018 Carl George <carl@george.computer> - 2.0.17.1-4 - Drop mod_proxy_uwsgi subpackage on Fedora, as this module now provided by httpd rhbz#1574335 * Sat Jul 14 2018 Tadej Janež <tadej.j@nez.si> - 2.0.17.1-3 - Re-enable greenlet plugin on EL7: - Python 3 version is always built - Python 2 version is only built on x86_64 * Thu Jul 12 2018 Carl George <carl@george.computer> - 2.0.17.1-2 - Make python2-uwsgidecorators own the right files (rhbz#1600721) - Be more explicit with uwsgidecorators files * Mon Jul 09 2018 Carl George <carl@george.computer> - 2.0.17.1-1 - Latest upstream (rhbz#1549354) - Enable uwsgi-plugin-coroae on EL7 - Use systemd tmpfiles to create /run/uwsgi with group write permissions (rhbz#1427303) - Use /var/run/uwsgi when not using systemd - Build with versioned python command - Remove %config from systemd unit file - Disable greenlet plugin on EL7 * Tue Jul 03 2018 Petr Pisar <ppisar@redhat.com> - 2.0.16-7 - Perl 5.28 rebuild * Fri Jun 29 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.0.16-6 - Perl 5.28 rebuild * Wed Jun 27 2018 Tadej Janež <tadej.j@nez.si> - 2.0.16-5 - Build Python 3 version(s) of gevent plugin on Fedora and EPEL7 - Build Python 3 version of greenlet plugin on Fedora and EPEL7 - Build Python 2 version of greenlet plugin on EPEL7 - Always build Python 3 version of tornado plugin when building with Python 3 (drop python3_tornado build conditional) * Tue Jun 26 2018 Tadej Janež <tadej.j@nez.si> - 2.0.16-4 - Modernize and generalize building of Python subpackages: - replace python with python2 - use appropriate macros for when refering to Python 3 - prefix Python-dependent plugins with the version of Python they are built with - Also build Python 3 subpackages for the other Python 3 version in EPEL7 * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 2.0.16-3 - Rebuilt for Python 3.7