git: c4779291e1c8 - main - net/py-aiohttp-socks: Update to 0.12.0
Emanuel Haupt <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.ports |
|---|---|
| Message-ID | <6a7deb60.454ee.550262be__33947.1920555056$1786637243$gmane$org@gitrepo.freebsd.org> |
The branch main has been updated by ehaupt: URL: https://cgit.FreeBSD.org/ports/commit/?id=c4779291e1c82e688749884fef21d716f089e8bf commit c4779291e1c82e688749884fef21d716f089e8bf Author: Emanuel Haupt <[email protected]> AuthorDate: 2026-08-13 16:05:48 +0000 Commit: Emanuel Haupt <[email protected]> CommitDate: 2026-08-13 16:05:48 +0000 net/py-aiohttp-socks: Update to 0.12.0 --- net/py-aiohttp-socks/Makefile | 2 +- net/py-aiohttp-socks/distinfo | 6 +++--- net/py-aiohttp-socks/files/patch-pyproject.toml | 15 +++++++++++++++ 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/net/py-aiohttp-socks/Makefile b/net/py-aiohttp-socks/Makefile index a14799c8f7b7..220561c99f6b 100644 --- a/net/py-aiohttp-socks/Makefile +++ b/net/py-aiohttp-socks/Makefile @@ -1,6 +1,6 @@ PORTNAME= aiohttp-socks DISTVERSIONPREFIX= v -DISTVERSION= 0.11.0 +DISTVERSION= 0.12.0 CATEGORIES= net python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/net/py-aiohttp-socks/distinfo b/net/py-aiohttp-socks/distinfo index 5138aceb92ed..a3cd25961577 100644 --- a/net/py-aiohttp-socks/distinfo +++ b/net/py-aiohttp-socks/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1765347390 -SHA256 (romis2012-aiohttp-socks-v0.11.0_GH0.tar.gz) = e82ea97b6d21f7d9eeeea410601727ed57fa4c6d8a7bb3fdd97a756d88a4d861 -SIZE (romis2012-aiohttp-socks-v0.11.0_GH0.tar.gz) = 13949 +TIMESTAMP = 1786636899 +SHA256 (romis2012-aiohttp-socks-v0.12.0_GH0.tar.gz) = 6ab2530ba47a1beeb7d9645ab2d6d4734cc4a0a2176ac9b67e7739cb555ddb28 +SIZE (romis2012-aiohttp-socks-v0.12.0_GH0.tar.gz) = 201569 diff --git a/net/py-aiohttp-socks/files/patch-pyproject.toml b/net/py-aiohttp-socks/files/patch-pyproject.toml new file mode 100644 index 000000000000..2bbe490c4490 --- /dev/null +++ b/net/py-aiohttp-socks/files/patch-pyproject.toml @@ -0,0 +1,15 @@ +--- pyproject.toml.orig 2026-08-12 04:40:33 UTC ++++ pyproject.toml +@@ -1,10 +1,10 @@ + [build-system] +-requires = ["setuptools >= 77.0"] ++requires = ["setuptools >= 63.1"] + build-backend = "setuptools.build_meta" + + [project] + name = "aiohttp_socks" +-license = "Apache-2.0" ++license = { text = "Apache-2.0" } + description = "Proxy connector for aiohttp" + readme = "README.md" + authors = [{ name = "Roman Snegirev", email = "[email protected]" }]