git: 25697c7f6769 - 2021Q2 - www/py-aiohttp: update to 3.7.4.post0 (missed part)

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 6 19:03:09 UTC 2021


The branch 2021Q2 has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=25697c7f6769613885b3ed861f49bd42d65b0b24

commit 25697c7f6769613885b3ed861f49bd42d65b0b24
Author:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
AuthorDate: 2021-06-06 18:59:25 +0000
Commit:     Dmitry Marakasov <amdmi3 at FreeBSD.org>
CommitDate: 2021-06-06 18:59:25 +0000

    www/py-aiohttp: update to 3.7.4.post0 (missed part)
    
    PR:             256219
    Approved by:    koobs (maintainer)
    Security:       CVE-2021-21330
    Security:       3000acee-c45d-11eb-904f-14dae9d5a9d2
    MFH:            2020Q2 (bugfix, security release(s))
    
    (cherry picked from commit ac412b55156cc77c8e96fb631a338a617749bcb7)
---
 www/py-aiohttp/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile
index 2861ac41cae7..548250360dab 100644
--- a/www/py-aiohttp/Makefile
+++ b/www/py-aiohttp/Makefile
@@ -1,7 +1,7 @@
 # Created by: Kubilay Kocak <koobs at FreeBSD.org>
 
 PORTNAME=	aiohttp
-PORTVERSION=	3.6.2
+DISTVERSION=	3.7.4.post0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -36,8 +36,7 @@ USE_PYTHON=	autoplist distutils cython
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_VER} < 3.7
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}idna_ssl>=1.0:dns/py-idna_ssl@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}typing-extensions>=3.6.5:devel/py-typing-extensions@${PY_FLAVOR}
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}idna_ssl>=1.0:dns/py-idna_ssl@${PY_FLAVOR}
 .endif
 
 pre-configure:


More information about the dev-commits-ports-branches mailing list