python-yaml: update to 6.0.3

This commit is contained in:
Dirk Stolle 2025-09-30 04:10:39 +02:00
parent 0241b84f4e
commit 0fbe9f2c23

View File

@ -7,14 +7,15 @@ _pyname=PyYAML
_realname=yaml
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=6.0.2
pkgrel=4
pkgver=6.0.3
pkgrel=1
pkgdesc="Python bindings for YAML, using fast libYAML library (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64')
url='https://pyyaml.org/'
msys2_repository_url="https://github.com/yaml/pyyaml/"
msys2_references=(
'archlinux: python-yaml'
'purl: pkg:pypi/pyyaml'
"cpe: cpe:/a:pyyaml:pyyaml"
)
@ -28,7 +29,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-cc")
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname,,}-${pkgver}.tar.gz"
0001-setup-disable-distutils.patch)
sha256sums=('d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e'
sha256sums=('d76623373421df22fb4cf8817020cbb7ef15c725b9d5e45f17e189bfc384190f'
'243f6df169452f8c452f94c8282c00ba3822db0b4dea137532eaa7e4b6b36688')
prepare() {