summaryrefslogtreecommitdiff
path: root/devel/py-unearth
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/py-unearth/Makefile2
-rw-r--r--devel/py-unearth/distinfo6
-rw-r--r--devel/py-unearth/files/patch-pyproject.toml16
3 files changed, 18 insertions, 6 deletions
diff --git a/devel/py-unearth/Makefile b/devel/py-unearth/Makefile
index d2963b30a3e9..5e1123c0ab60 100644
--- a/devel/py-unearth/Makefile
+++ b/devel/py-unearth/Makefile
@@ -1,5 +1,5 @@
PORTNAME= unearth
-PORTVERSION= 0.17.5
+PORTVERSION= 0.18.1
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-unearth/distinfo b/devel/py-unearth/distinfo
index 0dddf7b56bd8..0e11667f757e 100644
--- a/devel/py-unearth/distinfo
+++ b/devel/py-unearth/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1744289000
-SHA256 (unearth-0.17.5.tar.gz) = a19e1c02e64b40518d088079c7416fc41b45a648b81a4128aac02597234ee6ba
-SIZE (unearth-0.17.5.tar.gz) = 284542
+TIMESTAMP = 1761446712
+SHA256 (unearth-0.18.1.tar.gz) = e8b132f73bf0dac7556a36419cb43125ced3bd172682bde1383cc5b193ccf73d
+SIZE (unearth-0.18.1.tar.gz) = 285044
diff --git a/devel/py-unearth/files/patch-pyproject.toml b/devel/py-unearth/files/patch-pyproject.toml
index fdcf524d1a69..d259adf30942 100644
--- a/devel/py-unearth/files/patch-pyproject.toml
+++ b/devel/py-unearth/files/patch-pyproject.toml
@@ -1,6 +1,18 @@
---- pyproject.toml.orig 2024-06-04 10:06:37 UTC
+--- pyproject.toml.orig 2025-10-13 02:26:38 UTC
+++ pyproject.toml
-@@ -62,7 +62,7 @@ test = [
+@@ -10,10 +10,7 @@ authors = [
+ authors = [
+ { name = "Frost Ming", email = "me@frostming.com" },
+ ]
+-license = "MIT"
+-license-files = [
+- "LICENSE",
+-]
++license = { text = "MIT" }
+ readme = "README.md"
+ requires-python = ">=3.9"
+ dependencies = [
+@@ -64,7 +61,7 @@ test = [
"flask>=2.1.2",
"requests-wsgi-adapter>=0.4.1",
"trustme>=0.9.0; python_version < \"3.13\"",