diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-11-09 16:12:00 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-11-09 16:31:04 +0000 |
| commit | 33f87a12d792b2b9576f3cd5dbd9cd2bd517a5ca (patch) | |
| tree | beebb16eb4b726e50d82742f9706526a63a65472 | |
| parent | 2cb67fc8f544d3b1b8ec1aa983e8f1d4ee93c14b (diff) | |
devel/py-ufmt: Update to 2.9.0
Changes: https://github.com/omnilib/ufmt/blob/main/CHANGELOG.md
https://ufmt.omnilib.dev/en/stable/changelog.html
| -rw-r--r-- | devel/py-ufmt/Makefile | 2 | ||||
| -rw-r--r-- | devel/py-ufmt/distinfo | 6 | ||||
| -rw-r--r-- | devel/py-ufmt/files/patch-pyproject.toml | 11 |
3 files changed, 15 insertions, 4 deletions
diff --git a/devel/py-ufmt/Makefile b/devel/py-ufmt/Makefile index 49fb90819efd..4d603389e48c 100644 --- a/devel/py-ufmt/Makefile +++ b/devel/py-ufmt/Makefile @@ -1,5 +1,5 @@ PORTNAME= ufmt -PORTVERSION= 2.8.0 +PORTVERSION= 2.9.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ufmt/distinfo b/devel/py-ufmt/distinfo index c7b652e4cd49..b04f29348815 100644 --- a/devel/py-ufmt/distinfo +++ b/devel/py-ufmt/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1729994322 -SHA256 (ufmt-2.8.0.tar.gz) = 72c9502915497678de9aeab8aa18604890f14f869f7f378dd26e2878bde84f13 -SIZE (ufmt-2.8.0.tar.gz) = 24482 +TIMESTAMP = 1762586838 +SHA256 (ufmt-2.9.0.tar.gz) = ef0094a8ff554e978ddd7c27cf0c8e87e44ae70c55112ccb5c8c23b47f5467cd +SIZE (ufmt-2.9.0.tar.gz) = 24800 diff --git a/devel/py-ufmt/files/patch-pyproject.toml b/devel/py-ufmt/files/patch-pyproject.toml new file mode 100644 index 000000000000..67f52c40460a --- /dev/null +++ b/devel/py-ufmt/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2025-10-31 06:20:26 UTC ++++ pyproject.toml +@@ -20,7 +20,7 @@ dependencies = [ + requires-python = ">= 3.10" + dependencies = [ + "black>=20.8b0", +- "click>=8.2", ++ "click>=8.0", + "libcst>=0.4.0", + "moreorless>=0.4.0", + "tomlkit>=0.7.2", |
