rebuilt with python 3.10 [release 4.9.4-2mamba;Mon Apr 24 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 20:29:20 +01:00
parent a1f8d03c72
commit 820cb43a0e

View File

@ -1,6 +1,6 @@
Name: apache-mod_wsgi
Version: 4.9.4
Release: 1mamba
Release: 2mamba
Summary: an Apache module that implements a WSGI compliant interface for hosting Python based web applications
Group: System/Libraries
Vendor: openmamba
@ -16,15 +16,14 @@ BuildRequires: glibc-devel
BuildRequires: libpython3-devel
## AUTOBUILDREQ-END
BuildRequires: libpython3-devel >= 3.7.4
BuildRequires: libpython-devel
BuildRequires: apache >= 2.4
Requires: apache >= 2.4
Requires: python >= %python_version
%description
The mod_wsgi package provides an Apache module that implements a WSGI compliant interface for hosting Python based web applications on top of the Apache web server.
%if 0%{?with_pyver}
%define py_requires_append \
Requires: apache >= 2.4
%pyver_package
%endif
@ -87,6 +86,9 @@ fi
%doc LICENSE
%changelog
* Mon Apr 24 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 4.9.4-2mamba
- rebuilt with python 3.10
* Thu Sep 15 2022 Automatic Build System <autodist@mambasoft.it> 4.9.4-1mamba
- automatic version update by autodist