Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Feb 2026 19:38:11 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 57bed74c616f - main - www/py-aiohttp: Update version requirement of *_DEPENDS
Message-ID:  <698b8923.38151.11661ae3@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=57bed74c616f4ca770e9bc8e12ecacc420a2caed

commit 57bed74c616f4ca770e9bc8e12ecacc420a2caed
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-02-10 19:35:19 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-02-10 19:35:19 +0000

    www/py-aiohttp: Update version requirement of *_DEPENDS
    
    - Bump PORTREVISION for package change
---
 www/py-aiohttp/Makefile                   | 5 +++--
 www/py-aiohttp/files/patch-pyproject.toml | 9 ---------
 2 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile
index 9b6a44d4d1d1..481a583f12d2 100644
--- a/www/py-aiohttp/Makefile
+++ b/www/py-aiohttp/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	aiohttp
 PORTVERSION=	3.13.3
+PORTREVISION=	1
 CATEGORIES=	www python
 MASTER_SITES=	PYPI \
 		https://github.com/aio-libs/aiohttp/releases/download/v${PORTVERSION}/
@@ -24,7 +25,7 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohappyeyeballs>=2.5.0:net/py-aiohappyeyeba
 		${PYTHON_PKGNAMEPREFIX}multidict>=4.5<7.0:www/py-multidict@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}propcache>=0.2.0:devel/py-propcache@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}yarl>=1.17.0<2.0:www/py-yarl@${PY_FLAVOR}
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiodns>=3.2.0:dns/py-aiodns@${PY_FLAVOR} \
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiodns>=3.3.0:dns/py-aiodns@${PY_FLAVOR} \
 		${PY_BACKPORTS.ZSTD} \
 		${PYTHON_PKGNAMEPREFIX}brotli>=1.2:archivers/py-brotli@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}freezegun>=0:devel/py-freezegun@${PY_FLAVOR} \
@@ -49,7 +50,7 @@ CPE_VENDOR=	aiohttp_project
 OPTIONS_DEFINE=	SPEEDUPS
 SPEEDUPS_DESC=	Performance speedups
 
-SPEEDUPS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiodns>=3.2.0:dns/py-aiodns@${PY_FLAVOR} \
+SPEEDUPS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiodns>=3.3.0:dns/py-aiodns@${PY_FLAVOR} \
 			${PY_BACKPORTS.ZSTD} \
 			${PYTHON_PKGNAMEPREFIX}brotli>=1.2:archivers/py-brotli@${PY_FLAVOR}
 
diff --git a/www/py-aiohttp/files/patch-pyproject.toml b/www/py-aiohttp/files/patch-pyproject.toml
index fb17201026f0..79d62e411730 100644
--- a/www/py-aiohttp/files/patch-pyproject.toml
+++ b/www/py-aiohttp/files/patch-pyproject.toml
@@ -9,12 +9,3 @@
  ]
  build-backend = "setuptools.build_meta"
  
-@@ -49,7 +49,7 @@ speedups = [
- 
- [project.optional-dependencies]
- speedups = [
--  "aiodns >= 3.3.0",
-+  "aiodns >= 3.2.0",
-   "Brotli >= 1.2; platform_python_implementation == 'CPython'",
-   "brotlicffi >= 1.2; platform_python_implementation != 'CPython'",
-   "backports.zstd; platform_python_implementation == 'CPython' and python_version < '3.14'",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?698b8923.38151.11661ae3>