aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-05-09 15:54:35 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2026-05-09 15:56:28 +0000
commit8319f5ef9371bd8fe4fbd4a1b4f4802bb7845d64 (patch)
treeffa2afc36336a1d514d297cc2c4dd129f2e83dd9 /devel
parent3322da23dc13ec497031ff0edfdc817e43b9fc4b (diff)
Diffstat (limited to 'devel')
-rw-r--r--devel/py-types-toml/Makefile2
-rw-r--r--devel/py-types-toml/distinfo6
-rw-r--r--devel/py-types-toml/files/patch-pyproject.toml4
3 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-types-toml/Makefile b/devel/py-types-toml/Makefile
index 533be115c925..67d93263158a 100644
--- a/devel/py-types-toml/Makefile
+++ b/devel/py-types-toml/Makefile
@@ -1,5 +1,5 @@
PORTNAME= types-toml
-PORTVERSION= 0.10.8.20260408
+PORTVERSION= 0.10.8.20260508
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-types-toml/distinfo b/devel/py-types-toml/distinfo
index 799e544c8fa9..30a2c24e24cb 100644
--- a/devel/py-types-toml/distinfo
+++ b/devel/py-types-toml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1777252748
-SHA256 (types_toml-0.10.8.20260408.tar.gz) = 6b30b031235565a12febb1388900b129f1adeabfcfa594da46d0372b2ac107ad
-SIZE (types_toml-0.10.8.20260408.tar.gz) = 9341
+TIMESTAMP = 1778246839
+SHA256 (types_toml-0.10.8.20260508.tar.gz) = 93aaa72365bd9bc8c2ce1ca3502b0470d8d428376bada020e1a4956b8b82fdda
+SIZE (types_toml-0.10.8.20260508.tar.gz) = 9380
diff --git a/devel/py-types-toml/files/patch-pyproject.toml b/devel/py-types-toml/files/patch-pyproject.toml
index c431d5d72794..b8731ab2fdd3 100644
--- a/devel/py-types-toml/files/patch-pyproject.toml
+++ b/devel/py-types-toml/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2026-04-08 04:27:51 UTC
+--- pyproject.toml.orig 2026-05-08 04:46:56 UTC
+++ pyproject.toml
@@ -1,12 +1,11 @@ build-backend = "setuptools.build_meta"
[build-system]
@@ -8,7 +8,7 @@
[project]
name = "types-toml"
- version = "0.10.8.20260408"
+ version = "0.10.8.20260508"
-license = "Apache-2.0"
-license-files = ["LICENSE"]
+license = { text = "Apache-2.0" }