Debian Patches

Status for libapache2-mod-python/3.5.0.1-3

Patch Description Author Forwarded Bugs Origin Last update
01_configure.patch Patch configure script.
Remove apache version check for debian package, since we don't want to
build-depend on apache2.
"Robert S. Edmonds" <edmonds@debian.org> no 2015-10-08
02_makefile.patch Patch makefile to issue correct setup.py call. Peter Hawkins <peterh@debian.org> no 2015-10-08
03_debian-version.patch Use Debian package version
We can't trivially recreate the upstream git describe output from our
source package.
Stefano Rivera <stefanor@debian.org> no 2022-04-17
10_make-package-reproducible.patch Make package reproducible Bastian Germann <bastiangermann@fishpost.de> no 2020-08-11
11_sphinx51.patch Docs: Sphnix 5.1 compatibility
The default theme dropped indexsidebar.html in
https://github.com/sphinx-doc/sphinx/pull/10652
Stefano Rivera <stefano@rivera.za.net> yes 2023-10-26
12_version-check.patch Skip compile-type Python version check
Minor python version bumps don't break C compatibility.
This just causes bugs to get filed.
Stefano Rivera <stefanor@debian.org> yes debian 2023-10-26
13_replace-imp.patch Replace deprecated Python library imp with importlib The Python library imp is marked as deprecated since Python 3.4 and was removed
in Python 3.12. The documentation recommends replacing it with importlib.
See: https://docs.python.org/3.11/library/imp.html
Dominik Viererbe <dominik.viererbe@canonical.com> yes debian upstream vendor 2024-02-21
14_fix-re-syntax-warning.patch Fix re expression SyntaxWarning in cache.py The regular expression in lib/python/mod_python/cache.py contains invalid
escape sequences. The escape character (\ aka backslash) of regular
expressions collides with the escape character (also \ aka backslash) of
Python string literals.
.
Since Python 3.12 any invalid escape sequences in Python's usage of the
backslash in string literals now generate a SyntaxWarning and in the future
this will become a SyntaxError. Previous Python versions also noted similar
future deprecation warnings. See https://docs.python.org/3.12/library/re.html
for more details.
Dominik Viererbe <dominik.viererbe@canonical.com> yes vendor 2024-03-07

All known versions for source package 'libapache2-mod-python'

Links