yq: update to 3.1.0

This commit is contained in:
Ishaan Bhimwal 2022-07-27 00:08:40 +05:30 committed by Michal Vasilek
parent 9dbeefb11c
commit 1267fa0bae

View file

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