git: 57489e2bc115 - main - www/py-aiohttp: Update to 3.8.4
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Mar 2023 19:30:30 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=57489e2bc115b2c2dd76953d07102d513b2b6591 commit 57489e2bc115b2c2dd76953d07102d513b2b6591 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-03-21 18:49:02 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-03-21 19:21:24 +0000 www/py-aiohttp: Update to 3.8.4 Changes: https://github.com/aio-libs/aiohttp/releases --- www/py-aiohttp/Makefile | 3 +-- www/py-aiohttp/distinfo | 6 +++--- www/py-aiohttp/files/patch-setup.cfg | 13 ------------- 3 files changed, 4 insertions(+), 18 deletions(-) diff --git a/www/py-aiohttp/Makefile b/www/py-aiohttp/Makefile index f4257683afb6..6c9d67ac9592 100644 --- a/www/py-aiohttp/Makefile +++ b/www/py-aiohttp/Makefile @@ -1,6 +1,5 @@ PORTNAME= aiohttp -PORTVERSION= 3.8.3 -PORTREVISION= 1 +PORTVERSION= 3.8.4 CATEGORIES= www python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/www/py-aiohttp/distinfo b/www/py-aiohttp/distinfo index 3083a6e3740a..f54e59bd48fc 100644 --- a/www/py-aiohttp/distinfo +++ b/www/py-aiohttp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1664768002 -SHA256 (aiohttp-3.8.3.tar.gz) = 3828fb41b7203176b82fe5d699e0d845435f2374750a44b480ea6b930f6be269 -SIZE (aiohttp-3.8.3.tar.gz) = 7337480 +TIMESTAMP = 1677771369 +SHA256 (aiohttp-3.8.4.tar.gz) = bf2e1a9162c1e441bf805a1fd166e249d574ca04e03b34f97e2928769e91ab5c +SIZE (aiohttp-3.8.4.tar.gz) = 7338512 diff --git a/www/py-aiohttp/files/patch-setup.cfg b/www/py-aiohttp/files/patch-setup.cfg deleted file mode 100644 index 1517513f3550..000000000000 --- a/www/py-aiohttp/files/patch-setup.cfg +++ /dev/null @@ -1,13 +0,0 @@ -Obtained from: https://github.com/aio-libs/aiohttp/commit/cf8e25d0175f1d4874781b67c0dd466557be8e69 - ---- setup.cfg.orig 2022-09-21 13:09:48 UTC -+++ setup.cfg -@@ -47,7 +47,7 @@ zip_safe = False - include_package_data = True - install_requires = - attrs >= 17.3.0 -- charset-normalizer >=2.0, < 3.0 -+ charset-normalizer >=2.0, < 4.0 - multidict >=4.5, < 7.0 - async_timeout >= 4.0.0a3, < 5.0 - asynctest == 0.13.0; python_version<"3.8"