python-yaml: update to 6.0.3

This commit is contained in:
Dirk Stolle 2025-10-08 06:39:47 +02:00
parent a621570085
commit 3b26a09495

View File

@ -4,13 +4,14 @@ _pyname=pyyaml
_realname=yaml _realname=yaml
pkgbase=python-${_realname} pkgbase=python-${_realname}
pkgname=("python-${_realname}") pkgname=("python-${_realname}")
pkgver=6.0.2 pkgver=6.0.3
pkgrel=3 pkgrel=1
pkgdesc='Python bindings for YAML, using fast libYAML library' pkgdesc='Python bindings for YAML, using fast libYAML library'
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
url='https://pyyaml.org/' url='https://pyyaml.org/'
msys2_references=( msys2_references=(
"anitya: 4123" "anitya: 4123"
'archlinux: python-yaml'
"purl: pkg:pypi/pyyaml" "purl: pkg:pypi/pyyaml"
"cpe: cpe:/a:pyyaml:pyyaml" "cpe: cpe:/a:pyyaml:pyyaml"
) )
@ -26,7 +27,7 @@ makedepends=(
'gcc' 'gcc'
) )
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz") source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e') sha256sums=('d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f')
build() { build() {
cd "${_pyname}-${pkgver}" cd "${_pyname}-${pkgver}"