summaryrefslogtreecommitdiff
path: root/devel/py-ufmt
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-ufmt')
-rw-r--r--devel/py-ufmt/Makefile2
-rw-r--r--devel/py-ufmt/distinfo6
-rw-r--r--devel/py-ufmt/files/patch-pyproject.toml11
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",