git: f64bd78a3413 - main - textproc/py-tomli: Update to 2.4.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Apr 2026 22:05:56 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f64bd78a34134f2f70754a3e66df2cc5f3a54bf0
commit f64bd78a34134f2f70754a3e66df2cc5f3a54bf0
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:41:30 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:52:59 +0000
textproc/py-tomli: Update to 2.4.1
Changes: https://github.com/hukkin/tomli/blob/master/CHANGELOG.md
---
textproc/py-tomli/Makefile | 2 +-
textproc/py-tomli/distinfo | 6 +++---
textproc/py-tomli/files/patch-pyproject.toml | 12 ------------
3 files changed, 4 insertions(+), 16 deletions(-)
diff --git a/textproc/py-tomli/Makefile b/textproc/py-tomli/Makefile
index aa9a99ca30b0..35eb487a30cf 100644
--- a/textproc/py-tomli/Makefile
+++ b/textproc/py-tomli/Makefile
@@ -1,5 +1,5 @@
PORTNAME= tomli
-PORTVERSION= 2.4.0
+PORTVERSION= 2.4.1
CATEGORIES= textproc python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/textproc/py-tomli/distinfo b/textproc/py-tomli/distinfo
index 6b04d33b4d0b..f1dfae5f4ab4 100644
--- a/textproc/py-tomli/distinfo
+++ b/textproc/py-tomli/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1768625755
-SHA256 (tomli-2.4.0.tar.gz) = aa89c3f6c277dd275d8e243ad24f3b5e701491a860d5121f2cdd399fbb31fc9c
-SIZE (tomli-2.4.0.tar.gz) = 17477
+TIMESTAMP = 1775587628
+SHA256 (tomli-2.4.1.tar.gz) = 7c7e1a961a0b2f2472c1ac5b69affa0ae1132c39adcb67aba98568702b9cc23f
+SIZE (tomli-2.4.1.tar.gz) = 17543
diff --git a/textproc/py-tomli/files/patch-pyproject.toml b/textproc/py-tomli/files/patch-pyproject.toml
deleted file mode 100644
index 810049b3191c..000000000000
--- a/textproc/py-tomli/files/patch-pyproject.toml
+++ /dev/null
@@ -1,12 +0,0 @@
---- pyproject.toml.orig 2025-10-08 21:22:27 UTC
-+++ pyproject.toml
-@@ -9,8 +9,7 @@ authors = [
- authors = [
- { name = "Taneli Hukkinen", email = "hukkin@users.noreply.github.com" },
- ]
--license = "MIT"
--license-files = ["LICENSE"]
-+license = { file = "LICENSE" }
- requires-python = ">=3.8"
- readme = "README.md"
- classifiers = [