diff --git a/textproc/py-json-repair/Makefile b/textproc/py-json-repair/Makefile index 40d1d82c03ee..264b13af0af6 100644 --- a/textproc/py-json-repair/Makefile +++ b/textproc/py-json-repair/Makefile @@ -1,33 +1,34 @@ PORTNAME= json-repair DISTVERSIONPREFIX= v -DISTVERSION= 0.61.1 +DISTVERSION= 0.61.7 CATEGORIES= textproc python #MASTER_SITES= PYPI # missing file for tests PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= ${PORTNAME:S/-/_/}-${PORTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Package to repair broken json strings WWW= https://github.com/mangiucugna/json_repair/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PY_SETUPTOOLS} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0.44.0:devel/py-wheel@${PY_FLAVOR} -TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-benchmark>0:devel/py-pytest-benchmark@${PY_FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}flask-cors>0:www/py-flask-cors@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-benchmark>0:devel/py-pytest-benchmark@${PY_FLAVOR} USES= python USE_PYTHON= pep517 autoplist pytest USE_GITHUB= yes GH_ACCOUNT= mangiucugna GH_PROJECT= ${PORTNAME:S/-/_/} NO_ARCH= yes TEST_ENV= ${MAKE_ENV} PYTHONPATH=${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} -# tests as of 0.61.1: 299 passed in 11.09s +# tests as of 0.61.7: 322 passed in 16.06s .include diff --git a/textproc/py-json-repair/distinfo b/textproc/py-json-repair/distinfo index b16c1654ffb3..faef0bf89497 100644 --- a/textproc/py-json-repair/distinfo +++ b/textproc/py-json-repair/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1782800546 -SHA256 (mangiucugna-json_repair-v0.61.1_GH0.tar.gz) = c286bad98bef2ba8efa3c07cd4acc7e5b7f00741d8ada3d5dc4c1312e2f05fda -SIZE (mangiucugna-json_repair-v0.61.1_GH0.tar.gz) = 2563279 +TIMESTAMP = 1784704299 +SHA256 (mangiucugna-json_repair-v0.61.7_GH0.tar.gz) = 5f5d4dcef3b590074a49a2d646975bed336d9ba7253600a7971d76468367d407 +SIZE (mangiucugna-json_repair-v0.61.7_GH0.tar.gz) = 2565741 diff --git a/textproc/py-json-repair/files/patch-pyproject.toml b/textproc/py-json-repair/files/patch-pyproject.toml index 38c71044cfab..2647d2250f08 100644 --- a/textproc/py-json-repair/files/patch-pyproject.toml +++ b/textproc/py-json-repair/files/patch-pyproject.toml @@ -1,14 +1,14 @@ -- 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-29 12:07:41 UTC +--- pyproject.toml.orig 2026-07-21 12:58:31 UTC +++ pyproject.toml -@@ -4,8 +4,6 @@ version = "0.61.1" +@@ -4,8 +4,6 @@ version = "0.61.7" [project] name = "json_repair" - version = "0.61.1" + version = "0.61.7" -license = "MIT" -license-files = ["LICENSE"] authors = [ { name="Stefano Baccianella", email="4247706+mangiucugna@users.noreply.github.com" }, ]