Date: Sat, 28 Jan 2023 09:35:50 GMT From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: eff4f7e83316 - main - textproc/py-jq: update to 1.4.0 Message-ID: <202301280935.30S9ZoPJ038298@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by mandree: URL: https://cgit.FreeBSD.org/ports/commit/?id=eff4f7e83316bf0b01280c9dd27c7b26d2540645 commit eff4f7e83316bf0b01280c9dd27c7b26d2540645 Author: Matthias Andree <mandree@FreeBSD.org> AuthorDate: 2023-01-28 09:34:59 +0000 Commit: Matthias Andree <mandree@FreeBSD.org> CommitDate: 2023-01-28 09:35:41 +0000 textproc/py-jq: update to 1.4.0 From the shipped changelog: * Update handling of non-finite numbers to match the behaviour jq 1.6. Specifically, NaN is outputted as None, Inf is outputted as DBL_MAX, and -Inf is outputted as DBL_MIN. --- textproc/py-jq/Makefile | 4 ++-- textproc/py-jq/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/textproc/py-jq/Makefile b/textproc/py-jq/Makefile index c5b310cc1288..5ed0edf59aae 100644 --- a/textproc/py-jq/Makefile +++ b/textproc/py-jq/Makefile @@ -1,5 +1,5 @@ PORTNAME= jq -PORTVERSION= 1.3.0 +PORTVERSION= 1.4.0 CATEGORIES= textproc python MASTER_SITES= PYPI LOCAL/mandree:mandree PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -26,7 +26,7 @@ USES= localbase python USE_PYTHON= autoplist distutils post-extract: - # move tests into place - unchanged between 1.2.1 and 1.2.2 + # move tests into place ${MV} ${WRKDIR}/jq-1.2.1/* ${WRKSRC} post-install: diff --git a/textproc/py-jq/distinfo b/textproc/py-jq/distinfo index 873578994f30..8f811147f9df 100644 --- a/textproc/py-jq/distinfo +++ b/textproc/py-jq/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1663888297 -SHA256 (jq-1.3.0.tar.gz) = 96b66f41a91c9794f8051cc32d8fd3206c6409693f0076b22eacb4faa0bc504f -SIZE (jq-1.3.0.tar.gz) = 2710829 +TIMESTAMP = 1674898148 +SHA256 (jq-1.4.0.tar.gz) = 6cd12a08b1f243362d8d357739a22ef60246378459cd9e84118b1de005ad09d9 +SIZE (jq-1.4.0.tar.gz) = 2711073 SHA256 (jq-1.2.1-tests.tar.gz) = 7648084f434896eda31bb5e09a4f6d32ebb561660c95655e08346c33be9b3ece SIZE (jq-1.2.1-tests.tar.gz) = 2856
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301280935.30S9ZoPJ038298>