yq: update to 3.2.1.

This commit is contained in:
icp 2023-04-16 00:32:36 +05:30 committed by Andrew Benson
parent fc272e88c4
commit 37331ae27f
1 changed files with 3 additions and 4 deletions

View File

@ -1,11 +1,10 @@
# Template file for 'yq' # Template file for 'yq'
pkgname=yq pkgname=yq
version=3.1.1 version=3.2.1
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools_scm" hostmakedepends="python3-setuptools_scm"
makedepends="python3-yaml" depends="python3-yaml python3-xmltodict python3-tomlkit python3-argcomplete jq"
depends="${makedepends} python3-xmltodict python3-toml 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"
maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>" maintainer="Ishaan Bhimwal <ishaanbhimwal@protonmail.com>"
@ -13,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=853f342b1562ddee979038ec8ecee5405cdd9b6a7cb81ed6cdb8018c9e802633 checksum=e04dfc8670fcba5bba75e2a24940a544aa8c2789cd4c5171241a1275c8ab2f57
do_check() { do_check() {
python3 test/test.py python3 test/test.py