python3-yamllint: update to 1.32.0.

This commit is contained in:
icp 2023-06-30 13:29:26 +05:30 committed by Chocimier
parent 0e745c7aad
commit 1378872e37

View file

@ -1,18 +1,18 @@
# Template file for 'python3-yamllint' # Template file for 'python3-yamllint'
pkgname=python3-yamllint pkgname=python3-yamllint
version=1.30.0 version=1.32.0
revision=1 revision=1
build_style=python3-module build_style=python3-pep517
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools python3-wheel"
depends="python3-pathspec python3-setuptools python3-yaml" depends="python3-pathspec python3-yaml"
checkdepends="python3-pytest python3-pathspec python3-yaml" checkdepends="${depends} python3-pytest-xdist"
short_desc="Python 3 linter for YAML files" short_desc="Python 3 linter for YAML files"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>" maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/adrienverge/yamllint" homepage="https://github.com/adrienverge/yamllint"
changelog="https://github.com/adrienverge/yamllint/raw/master/CHANGELOG.rst" changelog="https://github.com/adrienverge/yamllint/raw/master/CHANGELOG.rst"
distfiles="https://github.com/adrienverge/yamllint/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/adrienverge/yamllint/archive/refs/tags/v${version}.tar.gz"
checksum=8a4a6b2d15f9c6d97f012408eb811e62dd00554fbb4db4a2017dc2c8d1ee1da5 checksum=08ee588189ce7909401894b2f93375366271132a3ae3afc2de2665b27baf2d5f
conflicts="python-yamllint>=0" conflicts="python-yamllint>=0"
# These test cases require locale support, which musl libc lacks, so these tests are expected to fail # These test cases require locale support, which musl libc lacks, so these tests are expected to fail