Index | Thread | Search

From:
Omar Polo <op@omarpolo.com>
Subject:
Re: flask 2.3.3
To:
Daniel Dickman <didickman@gmail.com>
Cc:
ports@openbsd.org
Date:
Mon, 25 Mar 2024 11:18:43 +0100

Download raw body.

Thread
  • Daniel Dickman:

    flask 2.3.3

    • Omar Polo:

      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? :)