Date: Wed, 29 Jun 2022 16:36:12 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: 62df3284ddc1 - main - www/py-aiohttp-middlewares: Update to 2.0.0 Message-ID: <202206291636.25TGaCKP087017@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=62df3284ddc12b102f0a1249bf85e28843c37b6d commit 62df3284ddc12b102f0a1249bf85e28843c37b6d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-06-29 16:28:52 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-06-29 16:32:46 +0000 www/py-aiohttp-middlewares: Update to 2.0.0 Changes: https://github.com/playpauseandstop/aiohttp-middlewares/releases --- www/py-aiohttp-middlewares/Makefile | 8 ++++---- www/py-aiohttp-middlewares/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/www/py-aiohttp-middlewares/Makefile b/www/py-aiohttp-middlewares/Makefile index 3e644eae8c2b..6a68c70eee4a 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.2.1 +PORTVERSION= 2.0.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,11 +12,11 @@ COMMENT= Collection of useful middlewares for aiohttp applications LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -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} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.8.1<4.0.0:www/py-aiohttp@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}async_timeout>=4.0.2<5.0.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+ +USES= python:3.7+ USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/www/py-aiohttp-middlewares/distinfo b/www/py-aiohttp-middlewares/distinfo index 4d12dd26a04c..bad9db86a71a 100644 --- a/www/py-aiohttp-middlewares/distinfo +++ b/www/py-aiohttp-middlewares/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1637073024 -SHA256 (aiohttp-middlewares-1.2.1.tar.gz) = ef540be1a5bb28703268c2ca5792cf02f70d11ff080c26a3aa22c4f44c1f055c -SIZE (aiohttp-middlewares-1.2.1.tar.gz) = 14219 +TIMESTAMP = 1656092970 +SHA256 (aiohttp-middlewares-2.0.0.tar.gz) = e08ba04dc0e8fe379aa5e9444a68485c275677ee1e18c55cbb855de0c3629502 +SIZE (aiohttp-middlewares-2.0.0.tar.gz) = 14255
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206291636.25TGaCKP087017>