On Mon, 25 Mar 2024, Omar Polo wrote:

> On 2024/03/21 20:37:38 -0400, Daniel Dickman <didick...@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!

Thanks! Committed and also committed an update for www/py-flask-login 
(breakage there was apparent from doing "make test")

Hopefully I didn't miss any other run-time breakage from the updates.

Thanks again for taking a look at these.

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

Reply via email to