diff options
| author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-06-06 18:59:25 +0000 |
|---|---|---|
| committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-06-06 18:59:25 +0000 |
| commit | 25697c7f6769613885b3ed861f49bd42d65b0b24 (patch) | |
| tree | d523d5a5435b51fb9927b99594ee3c3d77ea5718 | |
| parent | 07137eae471ec2d04b28329fdc3ae64d2b782fe5 (diff) | |
| download | ports-25697c7f6769613885b3ed861f49bd42d65b0b24.tar.gz ports-25697c7f6769613885b3ed861f49bd42d65b0b24.zip | |
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)
| -rw-r--r-- | www/py-aiohttp/Makefile | 5 |
1 files 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@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: |
