yq: update to 3.1.1.

This commit is contained in:
icp 2023-03-26 01:00:14 +05:30 committed by classabbyamp
parent 4216b3783c
commit 0cdb8f6beb

View File

@ -1,7 +1,7 @@
# Template file for 'yq' # Template file for 'yq'
pkgname=yq pkgname=yq
version=3.1.0 version=3.1.1
revision=2 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools_scm" hostmakedepends="python3-setuptools_scm"
makedepends="python3-yaml" makedepends="python3-yaml"
@ -13,7 +13,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=30a84aa22486c749ba269256bd586c0bcd370b7e2a71e76c3924ead4867e74f2 checksum=853f342b1562ddee979038ec8ecee5405cdd9b6a7cb81ed6cdb8018c9e802633
do_check() { do_check() {
python3 test/test.py python3 test/test.py