Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
template_dir-Use-folder-from-the-Debian-package.patch | template_dir: Use folder from the Debian package Set the variable _template_dir to an absolute path which pints to the folder from the Debian binary package. |
SVN-Git Migration <python-modules-team@lists.alioth.debian.org> | not-needed | 2015-10-08 | ||
template_dir-Add-Debian-specific-template-folders.patch | template_dir: Add Debian specific template folders Extend the lookup functionality on template folders so also the library is looking for template folders within the folder name based on the package. Means the library will also look for templates in /usr/local/share/paster_templates/ and /usr/share/paster_templates/ |
SVN-Git Migration <python-modules-team@lists.alioth.debian.org> | not-needed | 2015-10-08 | ||
docs-news.txt-Fixup-RST-syntax.patch | docs/news.txt: Fixup RST syntax Small fixup because a Title underline is too short. |
Carsten Schoenert <c.schoenert@t-online.de> | no | 2022-11-20 | ||
tests-Disable-instancing-of-class-DisableDirectory.patch | tests: Disable instancing of class DisableDirectory() The file is probably not needed if the tests are running with pytest, but without commenting pytest wont run at all. See also https://docs.pytest.org/en/7.1.x/announce/release-2.0.0.html#incompatible-removals |
Carsten Schoenert <c.schoenert@t-online.de> | not-needed | 2022-11-20 | ||
py313-logging.patch | Adjust logging lock handling for Python 3.13 https://github.com/python/cpython/pull/109462 removed `logging._acquireLock`. Fortunately, https://github.com/python/cpython/pull/3385 simplified lock creation so that `with logging._lock:` is sufficient; that PR made it into Python 3.7, which is already pastescript's minimum Python requirement. |
Colin Watson <cjwatson@debian.org> | yes | debian | 2024-12-08 |