Monday, March 25, 2024

Re: flask 2.3.3

On 2024/03/21 20:37:38 -0400, Daniel Dickman <didickman@gmail.com> wrote:
> Following on the werkzeug update, here's an update of flask. It needs the
> updated werkzeug.
>
> ok?

works for me; ok op@, thanks!

same nit as for werkzeug:

> -RUN_DEPENDS = devel/py-blinker${MODPY_FLAVOR} \
> - www/py-itsdangerous${MODPY_FLAVOR} \
> - www/py-jinja2${MODPY_FLAVOR} \
> - www/py-werkzeug${MODPY_FLAVOR} \
> - devel/py-click${MODPY_FLAVOR}>=8.0.0
> +MODPY_PI = Yes
> +MODPY_PYBUILD = flit_core
> +
> +RUN_DEPENDS = devel/py-blinker${MODPY_FLAVOR}>=1.6.2 \
> + www/py-itsdangerous${MODPY_FLAVOR}>=2.1.2 \
> + www/py-jinja2${MODPY_FLAVOR}>=3.1.2 \
> + www/py-werkzeug${MODPY_FLAVOR}>=2.3.7 \
> + devel/py-click${MODPY_FLAVOR}>=8.1.3

although they weren't sorted previously either, since you're touching
these lines anyway why don't sort them too? :)

No comments:

Post a Comment