Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2026 22:04:07 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f175f6d5f25a - main - devel/py-python-json-logger: Update to 4.1.0
Message-ID:  <69e3ffd7.34488.63bb7e67@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69e3ffd7.34488.63bb7e67>