Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Nov 2021 19:18:13 GMT
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: 303f7e17feb4 - main - www/py-aiohttp-middlewares: Update to 1.2.0
Message-ID:  <202111051918.1A5JIDli089265@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=303f7e17feb47769789e38042d658f530beb2193

commit 303f7e17feb47769789e38042d658f530beb2193
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-11-05 19:07:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-11-05 19:14:27 +0000

    www/py-aiohttp-middlewares: Update to 1.2.0
    
    Changes:        https://github.com/playpauseandstop/aiohttp-middlewares/releases
---
 www/py-aiohttp-middlewares/Makefile | 7 ++++---
 www/py-aiohttp-middlewares/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/www/py-aiohttp-middlewares/Makefile b/www/py-aiohttp-middlewares/Makefile
index 25ec5e074428..76115f573517 100644
--- a/www/py-aiohttp-middlewares/Makefile
+++ b/www/py-aiohttp-middlewares/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	aiohttp-middlewares
-PORTVERSION=	1.1.0
+PORTVERSION=	1.2.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,9 @@ COMMENT=	Collection of useful middlewares for aiohttp applications
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=3.5<4.0:www/py-aiohttp@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}async_timeout>=1.2<4:devel/py-async_timeout@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=3.7.0<4.0.0:www/py-aiohttp@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}async_timeout>=3.0<5.0:devel/py-async_timeout@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yarl>=1.5.1<2.0.0:www/py-yarl@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/www/py-aiohttp-middlewares/distinfo b/www/py-aiohttp-middlewares/distinfo
index a250a746745c..39235dbb5b76 100644
--- a/www/py-aiohttp-middlewares/distinfo
+++ b/www/py-aiohttp-middlewares/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1588450790
-SHA256 (aiohttp-middlewares-1.1.0.tar.gz) = 4a58c090ea50f44ae49a8ce1dc79f7366b8b6223f179f499bc97f399751efeed
-SIZE (aiohttp-middlewares-1.1.0.tar.gz) = 14645
+TIMESTAMP = 1636117296
+SHA256 (aiohttp-middlewares-1.2.0.tar.gz) = 3ca1371aa7be3081ce6c31eae82c52e85cff9794e175915a1e73f83731e723f2
+SIZE (aiohttp-middlewares-1.2.0.tar.gz) = 14205



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