Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0002-Fix-Python-shebang-for-various-scripts.patch | Fix Python shebang for various scripts Pagure ships with the "/usr/bin/env python" shebang, which doesn't work on Debian because "python" refers to Python 2. This patch replaces every occurrence of this by "/usr/bin/python3". For more info: https://pagure.io/pagure/issue/4725 |
Sergio Durigan Junior <sergiodj@sergiodj.net> | no | 2020-01-29 | ||
0003-Adjust-path-of-aclchecker.py.patch | Adjust path of aclchecker.py Pagure's default_config.py file contains a hardcoded path for the aclchecker.py script which doesn't work for us (/usr/libexec, Fedora-specific). This patch adjusts the path to where we actually install the script (/usr/share/pagure). |
Sergio Durigan Junior <sergiodj@sergiodj.net> | no | 2020-02-02 | ||
0004-Adjust-flask_app.py-to-locate-template-static-and-th.patch | Adjust flask_app.py to locate template, static and theme files On Debian, we install template, static and theme files under /usr/share/pagure (instead of /usr/lib/python3/dist-packages/pagure, which is upstream's default). For that reason, we have to adjust flask_app.py in order to make it properly locate these files. |
Sergio Durigan Junior <sergiodj@debian.org> | not-needed | 2020-08-08 | ||
0005-update-wtform-validator-call.patch | Fix wtforms issue The Required validator is no longer available. This will use DataRequired instead Required. |
zlopez | no | |||
0006-use-markupsafe-escape.patch | 'jinja2.escape' is deprecated and will be removed in Jinja 3.1. Import 'markupsafe.escape' instead. | Klaus Koder | no | |||
0007-cgi-escape-removed.patch | Python 3.13 removes cgi | Matthieu Moy, Rebecca N. Palmer <rebecca_palmer@zoho.com> | no | debian | based on git-multimail ddc9a1c | |
0008-fix-warning-1085764.patch | Avoid invalid escape SyntaxWarning | Ville Skyttä | no | debian | git-multimail eb590c3 |