From 5dae161750386410cf7b0602a13caaf53521c454 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 26 May 2026 00:34:01 +0200 Subject: [PATCH 1/2] python-idna: update to 3.16 --- mingw-w64-python-idna/PKGBUILD | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/mingw-w64-python-idna/PKGBUILD b/mingw-w64-python-idna/PKGBUILD index 82c295560acad..6921eb6c4d035 100644 --- a/mingw-w64-python-idna/PKGBUILD +++ b/mingw-w64-python-idna/PKGBUILD @@ -3,7 +3,7 @@ _realname=idna pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=3.15 +pkgver=3.16 pkgrel=1 pkgdesc='Internationalized Domain Names in Applications (mingw-w64)' arch=('any') @@ -22,26 +22,27 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" "${MINGW_PACKAGE_PREFIX}-python-installer" "${MINGW_PACKAGE_PREFIX}-python-flit-core") checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") +options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz") -sha256sums=('ca962446ea538f7092a95e057da437618e886f4d349216d2b1e294abfdb65fdc') +sha256sums=('d7a6da03db833450fca25d2358ac9ff06cd624577a4aea3a596d5c0f77b8e03d') build() { cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}" - ${MINGW_PREFIX}/bin/python -m build --wheel --skip-dependency-check --no-isolation + python -m build --wheel --skip-dependency-check --no-isolation } check() { - cd "${srcdir}/python-build-${MSYSTEM}" + cd "python-build-${MSYSTEM}" - ${MINGW_PREFIX}/bin/python -m pytest + python -m pytest } package() { - cd "${srcdir}/python-build-${MSYSTEM}" + cd "python-build-${MSYSTEM}" MSYS2_ARG_CONV_EXCL="--prefix=" \ - ${MINGW_PREFIX}/bin/python -m installer --prefix=${MINGW_PREFIX} \ + python -m installer --prefix=${MINGW_PREFIX} \ --destdir="${pkgdir}" dist/*.whl install -Dm644 LICENSE.md "${pkgdir}${MINGW_PREFIX}/share/licenses/python-${_realname}/LICENSE" From 8faac438677aed3b3211096574a07fcfe588b89e Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 26 May 2026 00:37:31 +0200 Subject: [PATCH 2/2] python-trove-classifiers: update to 2026.5.22.10 --- mingw-w64-python-trove-classifiers/PKGBUILD | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/mingw-w64-python-trove-classifiers/PKGBUILD b/mingw-w64-python-trove-classifiers/PKGBUILD index 9b97a3e6d8f7a..de57381515ce2 100644 --- a/mingw-w64-python-trove-classifiers/PKGBUILD +++ b/mingw-w64-python-trove-classifiers/PKGBUILD @@ -3,7 +3,7 @@ _realname=trove-classifiers pkgbase=mingw-w64-python-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}") -pkgver=2026.5.20.19 +pkgver=2026.5.22.10 pkgrel=1 pkgdesc="Canonical source for classifiers on PyPI (pypi.org). (mingw-w64)" arch=('any') @@ -24,25 +24,25 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build" checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest") options=('!strip') source=("https://pypi.org/packages/source/${_realname::1}/${_realname/-/_}/${_realname/-/_}-${pkgver}.tar.gz") -sha256sums=('6e611993987ca9326968ad70452733dadd31471599d39896045b28970a9bb81e') +sha256sums=('5477e9974e91904fb2cfa4a7581ab6e2f30c2c38d847fd00ed866080748101d5') build() { cp -r "${_realname/-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}" - ${MINGW_PREFIX}/bin/python -m build --wheel --skip-dependency-check --no-isolation + python -m build --wheel --skip-dependency-check --no-isolation } check() { - cd "${srcdir}/python-build-${MSYSTEM}" + cd "python-build-${MSYSTEM}" - ${MINGW_PREFIX}/bin/python -m pytest || warning "Tests failed" + python -m pytest || warning "Tests failed" } package() { - cd "${srcdir}/python-build-${MSYSTEM}" + cd "python-build-${MSYSTEM}" MSYS2_ARG_CONV_EXCL="--prefix=" \ - ${MINGW_PREFIX}/bin/python -m installer --prefix=${MINGW_PREFIX} \ + python -m installer --prefix=${MINGW_PREFIX} \ --destdir="${pkgdir}" dist/*.whl install -Dm644 LICENSE "${pkgdir}${MINGW_PREFIX}/share/licenses/python-${_realname}/LICENSE"