python3-jq: update to 1.5.0

This commit is contained in:
RunningDroid 2023-09-02 23:42:28 -04:00 committed by classabbyamp
parent 7e22c9b0a2
commit d0824fba0a

View file

@ -1,6 +1,6 @@
# Template file for 'python3-jq' # Template file for 'python3-jq'
pkgname=python3-jq pkgname=python3-jq
version=1.4.1 version=1.5.0
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools python3-Cython0.29" hostmakedepends="python3-setuptools python3-Cython0.29"
@ -12,7 +12,7 @@ license="BSD-2-Clause"
homepage="https://pypi.org/project/jq/" homepage="https://pypi.org/project/jq/"
changelog="https://raw.githubusercontent.com/mwilliamson/jq.py/master/CHANGELOG.rst" changelog="https://raw.githubusercontent.com/mwilliamson/jq.py/master/CHANGELOG.rst"
distfiles="https://github.com/mwilliamson/jq.py/archive/${version}.tar.gz" distfiles="https://github.com/mwilliamson/jq.py/archive/${version}.tar.gz"
checksum=24239bd49a01a91ee313bf805c3bc7eb0ecfd71ca1bd4b94a73bd00585d79349 checksum=d8ef4b16bc9c48f2d257c419454feb3ba629e2d34a9a288270d4c8aad38b8d83
pre_build() { pre_build() {
cython -X language_level=3 jq.pyx cython -X language_level=3 jq.pyx