Package: lektor / 3.3.7-2.1
Metadata
Package | Version | Patches format |
---|---|---|
lektor | 3.3.7-2.1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Swap mistune for mistune0.patch | (download) |
lektor/markdown.py |
8 4 4 - 0 ! |
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. |
werkzeug 3 api.patch | (download) |
lektor/cli.py |
3 2 1 - 0 ! |
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. |
remove werkzeug pin.patch | (download) |
setup.cfg |
2 1 1 - 0 ! |
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. |