Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Nov 2024 09:55:45 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 8f99f061e337 - main - www/py-yarl: update to 1.18.0
Message-ID:  <202411220955.4AM9tjPh099464@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bapt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=8f99f061e3371380bf0a3a9712c9415853d481ce

commit 8f99f061e3371380bf0a3a9712c9415853d481ce
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-11-22 09:53:32 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-11-22 09:55:00 +0000

    www/py-yarl: update to 1.18.0
    
    This upgrade is necessary to be done ASAP to fix py-asiohttp which
    requires yarl > 1.17.0 since 3.11
    
    Version 1.16.0 introduce a backward incompatibility, I have checked the
    various consumers in the ports tree, and they seems not to be affected.
    
    PR:     282913
---
 www/py-yarl/Makefile | 5 +++--
 www/py-yarl/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/www/py-yarl/Makefile b/www/py-yarl/Makefile
index 373c212a9952..af8e0d437c24 100644
--- a/www/py-yarl/Makefile
+++ b/www/py-yarl/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	yarl
-PORTVERSION=	1.12.0
+PORTVERSION=	1.18.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,13 +13,14 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	${PY_SETUPTOOLS} \
 		${PYTHON_PKGNAMEPREFIX}expandvars>=0:devel/py-expandvars@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}cython3>=3.0.11:lang/cython3@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}multidict>0:www/py-multidict@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}idna>0:dns/py-idna@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
 
 USES=		python
-USE_PYTHON=	autoplist pep517 cython pytest
+USE_PYTHON=	autoplist pep517 pytest
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/yarl/_quoting_c*.so
diff --git a/www/py-yarl/distinfo b/www/py-yarl/distinfo
index d3cbfc4afdb1..7f119c8a77eb 100644
--- a/www/py-yarl/distinfo
+++ b/www/py-yarl/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1727357471
-SHA256 (yarl-1.12.0.tar.gz) = 4c801b9a281a7078e085efbc0e87f0938cea011928c0d48bdcb7c0a58451fb8e
-SIZE (yarl-1.12.0.tar.gz) = 163193
+TIMESTAMP = 1732269192
+SHA256 (yarl-1.18.0.tar.gz) = 20d95535e7d833889982bfe7cc321b7f63bf8879788fee982c76ae2b24cfb715
+SIZE (yarl-1.18.0.tar.gz) = 180098



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202411220955.4AM9tjPh099464>