!32 Update to version 5.0.0

From: @lyn1001 
Reviewed-by: @starlet-dx 
Signed-off-by: @starlet-dx
This commit is contained in:
openeuler-ci-bot 2024-02-27 06:13:03 +00:00 committed by Gitee
commit 00bf6bde1b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
5.0.0.tar.gz Normal file

Binary file not shown.

View File

@ -5,8 +5,8 @@
%{!?_httpd_moddir: %{expand: %%global _httpd_moddir %%{_libdir}/httpd/modules}}
%global sphinxbin %{_bindir}/sphinx-build-3
Name: mod_wsgi
Version: 4.9.4
Release: 2
Version: 5.0.0
Release: 1
Summary: A WSGI interface for Python web applications in Apache
License: Apache-2.0
URL: https://modwsgi.readthedocs.io/
@ -76,6 +76,9 @@ chrpath -d %{buildroot}%{python3_sitearch}/mod_wsgi/server/mod_wsgi-py3*.cpython
%{_bindir}/mod_wsgi-express-3
%changelog
* Mon Feb 26 2024 liyanan <liyanan61@h-partners.com> - 5.0.0-1
- Update to version 5.0.0
* Sun Jul 23 2023 yaoxin <yao_xin001@hoperun.com> - 4.9.4-2
- Fix compilation failure caused by python update to 3.11.4