Flask is a lightweight WSGI web application framework. After having finished and tested the packages, before submission to PTXdist I wanted to update to the latest versions that had been released in the meantime. For flask and click there were newer versions available, but they caused build errors due to changed 'license' keyword type in pyproject.toml. An update to flit-core >= 3.11.0 would have been required, but I wasn't sure about possible side-effects so i decided to leave it as is.
See also: https://flit.pypa.io/en/latest/history.html#version-3-11 https://github.com/pypa/flit/commit/640b6ad973e406b352649d36eb35dc208ecbb0ca Markus Heidelberg (5): python3-werkzeug: new package python3-click: new package python3-blinker: new package python3-itsdangerous: new package python3-flask: new package rules/python3-blinker.in | 11 +++++++ rules/python3-blinker.make | 56 +++++++++++++++++++++++++++++++ rules/python3-click.in | 11 +++++++ rules/python3-click.make | 56 +++++++++++++++++++++++++++++++ rules/python3-flask.in | 17 ++++++++++ rules/python3-flask.make | 58 +++++++++++++++++++++++++++++++++ rules/python3-itsdangerous.in | 11 +++++++ rules/python3-itsdangerous.make | 56 +++++++++++++++++++++++++++++++ rules/python3-werkzeug.in | 11 +++++++ rules/python3-werkzeug.make | 56 +++++++++++++++++++++++++++++++ 10 files changed, 343 insertions(+) create mode 100644 rules/python3-blinker.in create mode 100644 rules/python3-blinker.make create mode 100644 rules/python3-click.in create mode 100644 rules/python3-click.make create mode 100644 rules/python3-flask.in create mode 100644 rules/python3-flask.make create mode 100644 rules/python3-itsdangerous.in create mode 100644 rules/python3-itsdangerous.make create mode 100644 rules/python3-werkzeug.in create mode 100644 rules/python3-werkzeug.make -- 2.43.0
