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.
This commit is contained in:
parent
f79e18ed48
commit
eff4f7e833
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user