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 file
Patch File delta Description
0001 Swap mistune for mistune0.patch | (download)

lektor/markdown.py | 8 4 4 - 0 !
setup.cfg | 2 1 1 - 0 !
2 files changed, 5 insertions( ), 5 deletions(-)

 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 !
lektor/db.py | 9 4 5 - 0 !
lektor/environment/config.py | 6 3 3 - 0 !
lektor/markdown.py | 7 3 4 - 0 !
lektor/publisher.py | 40 29 11 - 0 !
lektor/utils.py | 37 15 22 - 0 !
tests/test_config.py | 45 45 0 - 0 !
tests/test_db.py | 27 27 0 - 0 !
tests/test_deploy.py | 20 10 10 - 0 !
tests/test_utils.py | 101 101 0 - 0 !
10 files changed, 239 insertions( ), 56 deletions(-)

 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 !
1 file changed, 1 insertion( ), 1 deletion(-)

 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.