From 39d6de82470b7670775a9bb77f7d086f87cd2122 Mon Sep 17 00:00:00 2001 From: icp Date: Fri, 30 Jun 2023 13:29:26 +0530 Subject: [PATCH] python3-yamllint: update to 1.32.0. --- srcpkgs/python3-yamllint/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python3-yamllint/template b/srcpkgs/python3-yamllint/template index e8e1db1290a8..6bb91ed36037 100644 --- a/srcpkgs/python3-yamllint/template +++ b/srcpkgs/python3-yamllint/template @@ -1,18 +1,18 @@ # Template file for 'python3-yamllint' pkgname=python3-yamllint -version=1.30.0 +version=1.32.0 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3-pathspec python3-setuptools python3-yaml" -checkdepends="python3-pytest python3-pathspec python3-yaml" +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3-pathspec python3-yaml" +checkdepends="${depends} python3-pytest-xdist" short_desc="Python 3 linter for YAML files" maintainer="Jan Christian Grünhage " license="GPL-3.0-or-later" homepage="https://github.com/adrienverge/yamllint" changelog="https://github.com/adrienverge/yamllint/raw/master/CHANGELOG.rst" distfiles="https://github.com/adrienverge/yamllint/archive/refs/tags/v${version}.tar.gz" -checksum=8a4a6b2d15f9c6d97f012408eb811e62dd00554fbb4db4a2017dc2c8d1ee1da5 +checksum=08ee588189ce7909401894b2f93375366271132a3ae3afc2de2665b27baf2d5f conflicts="python-yamllint>=0" # These test cases require locale support, which musl libc lacks, so these tests are expected to fail