git: 9a05c0bfb0f9 - main - www/py-aiohttp: Update to 3.11.13

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 14 Mar 2025 09:59:08 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9a05c0bfb0f9eb275b029bb7d44a1703e2bb6382

commit 9a05c0bfb0f9eb275b029bb7d44a1703e2bb6382
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-03-14 09:41:12 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-03-14 09:54:27 +0000

    www/py-aiohttp: Update to 3.11.13
    
    Changes:        https://github.com/aio-libs/aiohttp/releases
                    https://docs.aiohttp.org/en/stable/changes.html
---
 www/py-aiohttp/Makefile              |  4 ++--
 www/py-aiohttp/distinfo              |  6 +++---
 www/py-aiohttp/files/patch-setup.cfg | 11 -----------
 3 files changed, 5 insertions(+), 16 deletions(-)

diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile
index f12b6e81e042..e4c9821f6523 100644
--- a/www/py-aiohttp/Makefile
+++ b/www/py-aiohttp/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	aiohttp
-PORTVERSION=	3.11.12
+PORTVERSION=	3.11.13
 CATEGORIES=	www python
 MASTER_SITES=	PYPI \
 		https://github.com/aio-libs/aiohttp/releases/download/v${PORTVERSION}/
@@ -36,7 +36,7 @@ CPE_VENDOR=	aiohttp_project
 OPTIONS_DEFINE=	SPEEDUPS
 SPEEDUPS_DESC=	Performance speedups
 
-SPEEDUPS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiodns>=3.0.0:dns/py-aiodns@${PY_FLAVOR} \
+SPEEDUPS_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiodns>=3.2.0:dns/py-aiodns@${PY_FLAVOR} \
 			${PYTHON_PKGNAMEPREFIX}brotli>=0:archivers/py-brotli@${PY_FLAVOR}
 
 .include <bsd.port.pre.mk>
diff --git a/www/py-aiohttp/distinfo b/www/py-aiohttp/distinfo
index 27987926e6d6..10c251f8e2ff 100644
--- a/www/py-aiohttp/distinfo
+++ b/www/py-aiohttp/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1738982862
-SHA256 (aiohttp-3.11.12.tar.gz) = 7603ca26d75b1b86160ce1bbe2787a0b706e592af5b2504e12caa88a217767b0
-SIZE (aiohttp-3.11.12.tar.gz) = 7673175
+TIMESTAMP = 1740836190
+SHA256 (aiohttp-3.11.13.tar.gz) = 8ce789231404ca8fff7f693cdce398abf6d90fd5dae2b1847477196c243b1fbb
+SIZE (aiohttp-3.11.13.tar.gz) = 7674284
diff --git a/www/py-aiohttp/files/patch-setup.cfg b/www/py-aiohttp/files/patch-setup.cfg
deleted file mode 100644
index 02f998a52592..000000000000
--- a/www/py-aiohttp/files/patch-setup.cfg
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.cfg.orig	2024-11-19 15:00:20 UTC
-+++ setup.cfg
-@@ -65,7 +65,7 @@ speedups = 
- 
- [options.extras_require]
- speedups = 
--	aiodns >= 3.2.0; sys_platform=="linux" or sys_platform=="darwin"
-+	aiodns >= 3.0.0; sys_platform=="linux" or sys_platform=="darwin"
- 	Brotli; platform_python_implementation == 'CPython'
- 	brotlicffi; platform_python_implementation != 'CPython'
-