git: dd2712bfe94f - main - devel/py-anyio: Update to 4.10.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 07 Sep 2025 23:11:59 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dd2712bfe94f1daffd85812d752e3d5f11730386
commit dd2712bfe94f1daffd85812d752e3d5f11730386
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-09-07 22:35:41 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-09-07 23:03:34 +0000
devel/py-anyio: Update to 4.10.0
Changes: https://github.com/agronholm/anyio/releases
---
devel/py-anyio/Makefile | 2 +-
devel/py-anyio/distinfo | 6 +++---
devel/py-anyio/files/patch-pyproject.toml | 15 ++++++++++++---
3 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/devel/py-anyio/Makefile b/devel/py-anyio/Makefile
index ace6fe57cded..a6bccd902e4e 100644
--- a/devel/py-anyio/Makefile
+++ b/devel/py-anyio/Makefile
@@ -1,5 +1,5 @@
PORTNAME= anyio
-PORTVERSION= 4.9.0
+PORTVERSION= 4.10.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-anyio/distinfo b/devel/py-anyio/distinfo
index 96025d96ccbe..01ce8d053ddc 100644
--- a/devel/py-anyio/distinfo
+++ b/devel/py-anyio/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1742405464
-SHA256 (anyio-4.9.0.tar.gz) = 673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028
-SIZE (anyio-4.9.0.tar.gz) = 190949
+TIMESTAMP = 1757120624
+SHA256 (anyio-4.10.0.tar.gz) = 3f3fae35c96039744587aa5b8371e7e8e603c0702999535961dd336026973ba6
+SIZE (anyio-4.10.0.tar.gz) = 213252
diff --git a/devel/py-anyio/files/patch-pyproject.toml b/devel/py-anyio/files/patch-pyproject.toml
index e9bf63a21bb4..6a7406872b34 100644
--- a/devel/py-anyio/files/patch-pyproject.toml
+++ b/devel/py-anyio/files/patch-pyproject.toml
@@ -1,10 +1,19 @@
---- pyproject.toml.orig 2023-05-27 11:12:17 UTC
+--- pyproject.toml.orig 2025-08-04 08:53:59 UTC
+++ pyproject.toml
-@@ -1,6 +1,6 @@
+@@ -1,6 +1,6 @@ requires = [
[build-system]
requires = [
-- "setuptools >= 64",
+- "setuptools >= 77",
+ "setuptools >= 61",
"setuptools_scm >= 6.4"
]
build-backend = "setuptools.build_meta"
+@@ -10,7 +10,7 @@ authors = [{name = "Alex Grönholm", email = "alex.gro
+ description = "High-level concurrency and networking framework on top of asyncio or Trio"
+ readme = "README.rst"
+ authors = [{name = "Alex Grönholm", email = "alex.gronholm@nextday.fi"}]
+-license = "MIT"
++license = {text = "MIT"}
+ classifiers = [
+ "Development Status :: 5 - Production/Stable",
+ "Intended Audience :: Developers",