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. ===================================================================
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. ===================================================================