From: Omar Polo Subject: Re: werkzeug 2.3.8 To: Daniel Dickman Cc: ports@openbsd.org Date: Mon, 25 Mar 2024 11:15:54 +0100 On 2024/03/21 20:36:20 -0400, Daniel Dickman wrote: > Here's an update of werkzeug to 2.3.8 needed to update flask. > > ok? ok op@ with one nit below I guess you're not jumping to 3.0.1 due to the removal of deprecated functions? > -TEST_DEPENDS = devel/py-test-xprocess${MODPY_FLAVOR} \ > +RUN_DEPENDS = textproc/py-MarkupSafe${MODPY_FLAVOR} > + > +TEST_DEPENDS = devel/py-greenlet${MODPY_FLAVOR} \ > + devel/py-test-xprocess${MODPY_FLAVOR} \ > devel/py-test-timeout${MODPY_FLAVOR} \ I'd keep the entries sorted, so -xprocess after -timeout. > net/py-ephemeral_port_reserve${MODPY_FLAVOR} \ > + security/py-cryptography${MODPY_FLAVOR} \ > + sysutils/py-watchdog${MODPY_FLAVOR} \ > www/py-requests${MODPY_FLAVOR} Thanks!