yq: update to 3.2.3.

This commit is contained in:
icp 2023-09-10 11:20:22 +05:30 committed by Duncan Overbruck
parent 3407d095ec
commit 18384c12ac

View file

@ -1,9 +1,9 @@
# Template file for 'yq' # Template file for 'yq'
pkgname=yq pkgname=yq
version=3.2.2 version=3.2.3
revision=1 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools_scm" hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-yaml python3-xmltodict python3-tomlkit python3-argcomplete jq" depends="python3-yaml python3-xmltodict python3-tomlkit python3-argcomplete jq"
checkdepends="${depends}" checkdepends="${depends}"
short_desc="Command-line YAML processor written in Python that wraps around jq" short_desc="Command-line YAML processor written in Python that wraps around jq"
@ -12,7 +12,7 @@ license="Apache-2.0"
homepage="https://github.com/kislyuk/yq" homepage="https://github.com/kislyuk/yq"
changelog="https://raw.githubusercontent.com/kislyuk/yq/develop/Changes.rst" changelog="https://raw.githubusercontent.com/kislyuk/yq/develop/Changes.rst"
distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz" distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz"
checksum=8dbb7a0c937ddbfc3dd175e6478f40960c140d3e8b1f1a0315de76384d66650a checksum=29c8fe1d36b4f64163f4d01314c6ae217539870f610216dee6025dfb5eafafb1
do_check() { do_check() {
python3 test/test.py python3 test/test.py