Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
0001-Swap-mistune-for-mistune0.patch | Swap mistune for mistune0 In debian the mistune package is version 2 and later, which is not compatible with Lektor 3.3.x and earlier. |
=?utf-8?b?SsOpcsO0bWUgQ2hhcmFvdWk=?= <jerome@riseup.net> | not-needed | 2023-01-04 | ||
werkzeug-3-api.patch | Adapt to the new urls API from python-werkzeug 3.0.1 This patch includes backporting an upstream patch along with some additional changes. Upstream branch '3.3-maintenance' does not fully migrate to werkzeug 3.X. For example, it only handles deprecation of werkzeug.urls in publisher/lektor.py, by ignoring deprecation warnings. This patch contains additional changes in lektor/publisher.py to completely do away with the werkzeug 2.X urls API. |
Pushkar Kulkarni <pushkar.kulkarni@canonical.com> | no | debian | backport, https://github.com/lektor/lektor/pull/1144 | |
remove-werkzeug-pin.patch | Adapt to the new urls API from python-werkzeug 3.0.1 This is a cherry-pick of an upstream commit that removes the pin on python-werkzeug, which has 3.0.1 as its latest release accepted in Debian/experimental. |
Pushkar Kulkarni <pushkar.kulkarni@canonical.com> | no | debian | upstream, https://github.com/lektor/lektor/pull/1172 |