Debian Patches
Status for cheetah/3.4.0-2
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| python3-tests.patch | # run the `cheetah` command with the interpreter used to run this test file | no | ||||
| python3.15-load-module.patch | # From https://github.com/CheetahTemplate3/cheetah3/pull/73 commit f935b58cdf47570b288e59a8a19e157d5909f7ac Stop using load_module() in compat load_module() has been deprecated effectively since it was added, replaced by exec_module in Python 3.5, switch to using that, since load_module() was removed in Python 3.15. Note this effectively removes support for Python 3.4, but I can reenable that if you prefer. diff --git a/Cheetah/compat.py b/Cheetah/compat.py index 78cfcdd..7810506 100644 |
Steve Kowalik <steven@wedontsleep.org> | no | 2026-07-17 |
