Package: lektor / 3.3.12-1

Metadata

Package Version Patches format
lektor 3.3.12-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/publisher.py | 35 25 + 10 - 0 !
tests/test_deploy.py | 20 10 + 10 - 0 !
2 files changed, 35 insertions(+), 20 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.
Remove dependency on pytz.patch | (download)

lektor/types/primitives.py | 76 56 + 20 - 0 !
setup.cfg | 3 2 + 1 - 0 !
tests/test_types.py | 202 65 + 137 - 0 !
3 files changed, 123 insertions(+), 158 deletions(-)

 [patch] remove dependency on pytz (#1110)