Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 04 Jun 2026 08:42:23 +0000
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 5c88e6546eb0 - main - textproc/py-json-repair: update 0.5=?utf-8?Q?9.10 =E2=86=92?= 0.60.1
Message-ID:  <6a213a6f.3df16.3d4ce045@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5c88e6546eb0ce5292d885b6740fcb02cce6f99b

commit 5c88e6546eb0ce5292d885b6740fcb02cce6f99b
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2026-06-04 07:16:54 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2026-06-04 08:42:04 +0000

    textproc/py-json-repair: update 0.59.10 → 0.60.1
---
 textproc/py-json-repair/Makefile                   | 3 ++-
 textproc/py-json-repair/distinfo                   | 6 +++---
 textproc/py-json-repair/files/patch-pyproject.toml | 6 +++---
 3 files changed, 8 insertions(+), 7 deletions(-)

diff --git a/textproc/py-json-repair/Makefile b/textproc/py-json-repair/Makefile
index 1a5b24be390f..216632212074 100644
--- a/textproc/py-json-repair/Makefile
+++ b/textproc/py-json-repair/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	json-repair
 DISTVERSIONPREFIX=	v
-DISTVERSION=	0.59.10
+DISTVERSION=	0.60.1
 CATEGORIES=	textproc python
 #MASTER_SITES=	PYPI # missing file for tests
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -27,5 +27,6 @@ GH_PROJECT=	${PORTNAME:S/-/_/}
 NO_ARCH=	yes
 
 # tests as of 0.59.10: 265 passed
+# tests as of 0.60.1: 6 failed, 272 passed, 1 skipped in 24.94s, see https://github.com/mangiucugna/json_repair/issues/199
 
 .include <bsd.port.mk>
diff --git a/textproc/py-json-repair/distinfo b/textproc/py-json-repair/distinfo
index 0a2426e5f0e1..4f6aa53403ef 100644
--- a/textproc/py-json-repair/distinfo
+++ b/textproc/py-json-repair/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1780446482
-SHA256 (mangiucugna-json_repair-v0.59.10_GH0.tar.gz) = 008dd8f337bbe8f8d31e5b3e434416de87be541e6ed996fe1f5d8c3dc9cf5cb0
-SIZE (mangiucugna-json_repair-v0.59.10_GH0.tar.gz) = 2550250
+TIMESTAMP = 1780557063
+SHA256 (mangiucugna-json_repair-v0.60.1_GH0.tar.gz) = d9fac7f0846fa675df10afd795513cd1f26aa03df3dd77a275452ebc404635d3
+SIZE (mangiucugna-json_repair-v0.60.1_GH0.tar.gz) = 2565209
diff --git a/textproc/py-json-repair/files/patch-pyproject.toml b/textproc/py-json-repair/files/patch-pyproject.toml
index a96407e93b96..65c6b69bcf97 100644
--- a/textproc/py-json-repair/files/patch-pyproject.toml
+++ b/textproc/py-json-repair/files/patch-pyproject.toml
@@ -1,12 +1,12 @@
 --  Remove license fields from pyproject.toml as they are currently in an invalid format
 --  for newer setuptools, which causes the build to fail.
 
---- pyproject.toml.orig	2026-06-03 00:32:08 UTC
+--- pyproject.toml.orig	2026-06-03 17:25:43 UTC
 +++ pyproject.toml
-@@ -4,8 +4,6 @@ version = "0.59.10"
+@@ -4,8 +4,6 @@ version = "0.60.1"
  [project]
  name = "json_repair"
- version = "0.59.10"
+ version = "0.60.1"
 -license = "MIT"
 -license-files = ["LICENSE"]
  authors = [


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a213a6f.3df16.3d4ce045>