python-types-python-dateutil: update to 2.9.0.20251008

This commit is contained in:
Dirk Stolle 2025-10-09 22:32:28 +02:00
parent e89ae915fd
commit 8dae90a62b

View File

@ -3,7 +3,7 @@
_realname=types-python-dateutil
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2.9.0.20250822
pkgver=2.9.0.20251008
pkgrel=1
pkgdesc="Typing stubs for python-dateutil. (mingw-w64)"
arch=('any')
@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
options=('!strip')
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname//-/_}-${pkgver}.tar.gz")
sha256sums=('84c92c34bd8e68b117bff742bc00b692a1e8531262d4507b33afcc9f7716cd53')
sha256sums=('c3826289c170c93ebd8360c3485311187df740166dbab9dd3b792e69f2bc1f9c')
build() {
cp -r "${_realname//-/_}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"