+cc maintainer On 2024/08/21 18:13, Daniel Dickman wrote: > Now that we have expandvars in the tree, we can update py-yarl to 1.9.4 > which will be needed by the upcoming release of spyder 6. > > ok?
as long as aiohttp/vcrpy are happy, ok sthen > Index: Makefile > =================================================================== > RCS file: /cvs/ports/www/py-yarl/Makefile,v > diff -u -p -u -r1.19 Makefile > --- Makefile 6 May 2024 12:24:16 -0000 1.19 > +++ Makefile 21 Aug 2024 22:10:44 -0000 > @@ -1,10 +1,8 @@ > COMMENT = yet another URL library > > -# 1.9.3+ requires expandvars > -MODPY_EGG_VERSION = 1.9.2 > +MODPY_EGG_VERSION = 1.9.4 > DISTNAME = yarl-${MODPY_EGG_VERSION} > PKGNAME = py-${DISTNAME} > -REVISION = 0 > > CATEGORIES = www devel > > @@ -24,6 +22,8 @@ FLAVOR = python3 > > MODPY_PI = Yes > MODPY_PYBUILD = setuptools > + > +BUILD_DEPENDS = sysutils/py-expandvars${MODPY_FLAVOR} > > RUN_DEPENDS = net/py-idna${MODPY_FLAVOR}>=2.0 \ > www/py-multidict${MODPY_FLAVOR}>=4.0 > Index: distinfo > =================================================================== > RCS file: /cvs/ports/www/py-yarl/distinfo,v > diff -u -p -u -r1.4 distinfo > --- distinfo 3 Feb 2024 18:05:15 -0000 1.4 > +++ distinfo 21 Aug 2024 22:10:44 -0000 > @@ -1,2 +1,2 @@ > -SHA256 (yarl-1.9.2.tar.gz) = BKudS59YfAbYAcKr/pMXt3zfmWxlqQ1ehOzEUBCCNXE= > -SIZE (yarl-1.9.2.tar.gz) = 184673 > +SHA256 (yarl-1.9.4.tar.gz) = Vm24ZxfPgIC5m1iwg7dzqQiuQPBmgeh+WJqXb6+CRr8= > +SIZE (yarl-1.9.4.tar.gz) = 141869 >