Date: Sat, 31 Jan 2026 14:22:47 +0000 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: f29ecc30b23e - main - www/py-aiohttp-cors: Update to 0.8.1 Message-ID: <697e1037.3143e.77e08a3f@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f29ecc30b23e5d12be8d6a702585fc7ac40a0a69 commit f29ecc30b23e5d12be8d6a702585fc7ac40a0a69 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-01-31 13:36:26 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-01-31 14:15:31 +0000 www/py-aiohttp-cors: Update to 0.8.1 - Add GitHub to MASTER_SITES Changes: https://github.com/aio-libs/aiohttp-cors/releases https://github.com/aio-libs/aiohttp-cors/blob/master/CHANGES.rst --- www/py-aiohttp-cors/Makefile | 9 +++++---- www/py-aiohttp-cors/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/www/py-aiohttp-cors/Makefile b/www/py-aiohttp-cors/Makefile index 73b69cfe39a7..3cefe3ef3efb 100644 --- a/www/py-aiohttp-cors/Makefile +++ b/www/py-aiohttp-cors/Makefile @@ -1,9 +1,10 @@ PORTNAME= aiohttp-cors -PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTVERSION= 0.8.1 CATEGORIES= www python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/aio-libs/aiohttp-cors/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= aiohttp_cors-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= CORS support for aiohttp @@ -14,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=1.1:www/py-aiohttp@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=3.9:www/py-aiohttp@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/www/py-aiohttp-cors/distinfo b/www/py-aiohttp-cors/distinfo index 6949bf56a8f0..40da04989786 100644 --- a/www/py-aiohttp-cors/distinfo +++ b/www/py-aiohttp-cors/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1583046280 -SHA256 (aiohttp-cors-0.7.0.tar.gz) = 4d39c6d7100fd9764ed1caf8cebf0eb01bf5e3f24e2e073fda6234bc48b19f5d -SIZE (aiohttp-cors-0.7.0.tar.gz) = 35966 +TIMESTAMP = 1768625761 +SHA256 (aiohttp_cors-0.8.1.tar.gz) = ccacf9cb84b64939ea15f859a146af1f662a6b1d68175754a07315e305fb1403 +SIZE (aiohttp_cors-0.8.1.tar.gz) = 38626home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697e1037.3143e.77e08a3f>
