From 4d9e99c107a997689ac19b3b6af929f0f7eca458 Mon Sep 17 00:00:00 2001 From: icp Date: Sun, 16 Apr 2023 00:32:36 +0530 Subject: [PATCH] yq: update to 3.2.1. --- srcpkgs/yq/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/yq/template b/srcpkgs/yq/template index 7a877c28f9e3..188c39eedc6b 100644 --- a/srcpkgs/yq/template +++ b/srcpkgs/yq/template @@ -1,11 +1,10 @@ # Template file for 'yq' pkgname=yq -version=3.1.1 +version=3.2.1 revision=1 build_style=python3-module hostmakedepends="python3-setuptools_scm" -makedepends="python3-yaml" -depends="${makedepends} python3-xmltodict python3-toml python3-argcomplete jq" +depends="python3-yaml python3-xmltodict python3-tomlkit python3-argcomplete jq" checkdepends="${depends}" short_desc="Command-line YAML processor written in Python that wraps around jq" maintainer="Ishaan Bhimwal " @@ -13,7 +12,7 @@ license="Apache-2.0" homepage="https://github.com/kislyuk/yq" changelog="https://raw.githubusercontent.com/kislyuk/yq/develop/Changes.rst" distfiles="${PYPI_SITE}/y/yq/yq-${version}.tar.gz" -checksum=853f342b1562ddee979038ec8ecee5405cdd9b6a7cb81ed6cdb8018c9e802633 +checksum=e04dfc8670fcba5bba75e2a24940a544aa8c2789cd4c5171241a1275c8ab2f57 do_check() { python3 test/test.py