git: f175f6d5f25a - main - devel/py-python-json-logger: Update to 4.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 18 Apr 2026 22:04:07 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f175f6d5f25ad395d483af4914bfe7b2dff7494b
commit f175f6d5f25ad395d483af4914bfe7b2dff7494b
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-04-18 21:25:00 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-04-18 21:52:23 +0000
devel/py-python-json-logger: Update to 4.1.0
Changes: https://github.com/nhairs/python-json-logger/releases
---
devel/py-python-json-logger/Makefile | 2 +-
devel/py-python-json-logger/distinfo | 6 +++---
devel/py-python-json-logger/files/patch-pyproject.toml | 12 ++++++++++++
3 files changed, 16 insertions(+), 4 deletions(-)
diff --git a/devel/py-python-json-logger/Makefile b/devel/py-python-json-logger/Makefile
index e1732bb52c9a..380ac3073a98 100644
--- a/devel/py-python-json-logger/Makefile
+++ b/devel/py-python-json-logger/Makefile
@@ -1,5 +1,5 @@
PORTNAME= python-json-logger
-PORTVERSION= 4.0.0
+PORTVERSION= 4.1.0
CATEGORIES= devel python
MASTER_SITES= PYPI \
https://github.com/nhairs/python-json-logger/releases/download/v${PORTVERSION}/
diff --git a/devel/py-python-json-logger/distinfo b/devel/py-python-json-logger/distinfo
index eeecf35c27a8..7112707d27df 100644
--- a/devel/py-python-json-logger/distinfo
+++ b/devel/py-python-json-logger/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1759774643
-SHA256 (python_json_logger-4.0.0.tar.gz) = f58e68eb46e1faed27e0f574a55a0455eecd7b8a5b88b85a784519ba3cff047f
-SIZE (python_json_logger-4.0.0.tar.gz) = 17683
+TIMESTAMP = 1775587430
+SHA256 (python_json_logger-4.1.0.tar.gz) = b396b9e3ed782b09ff9d6e4f1683d46c83ad0d35d2e407c09a9ebbf038f88195
+SIZE (python_json_logger-4.1.0.tar.gz) = 17573
diff --git a/devel/py-python-json-logger/files/patch-pyproject.toml b/devel/py-python-json-logger/files/patch-pyproject.toml
new file mode 100644
index 000000000000..cd777e7a2c33
--- /dev/null
+++ b/devel/py-python-json-logger/files/patch-pyproject.toml
@@ -0,0 +1,12 @@
+--- pyproject.toml.orig 2026-03-29 04:33:41 UTC
++++ pyproject.toml
+@@ -19,8 +19,7 @@ readme = "README.md"
+
+ # Extra information
+ readme = "README.md"
+-license = "BSD-2-Clause"
+-license-files = ["LICENSE"]
++license = {text = "BSD-2-Clause License"}
+ classifiers = [
+ "Development Status :: 6 - Mature",
+ "Intended Audience :: Developers",