python-pytz: update to 2025.2

This commit is contained in:
Biswapriyo Nath 2025-04-06 04:51:52 +00:00
parent af7d8bdae5
commit 54846be67c

View File

@ -3,7 +3,7 @@
_realname=pytz
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=2025.1
pkgver=2025.2
pkgrel=1
pkgdesc="Cross platform time zone library for Python (mingw-w64)"
arch=('any')
@ -20,7 +20,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
"${MINGW_PACKAGE_PREFIX}-python-installer"
"${MINGW_PACKAGE_PREFIX}-python-setuptools")
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
sha256sums=('c2db42be2a2518b28e65f9207c4d05e6ff547d1efa4086469ef855e4ab70178e')
sha256sums=('360b9e3dbb49a209c21ad61809c7fb453643e048b38924c765813546746e81c3')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"