python-tzlocal: update to 5.3.1

This commit is contained in:
Biswapriyo Nath 2025-03-07 05:39:49 +00:00
parent 670fa133c0
commit 4a75bb6011

View File

@ -3,7 +3,7 @@
_realname=tzlocal
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
pkgver=5.2
pkgver=5.3.1
pkgrel=1
pkgdesc="tzinfo object for the local timezone (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=('8d399205578f1a9342816409cc1e46a93ebd5755e39ea2d85334bea911bf0e6e')
sha256sums=('cceffc7edecefea1f595541dbd6e990cb1ea3d19bf01b2809f362a03dd7921fd')
build() {
cp -r "${_realname}-${pkgver}" "python-build-${MSYSTEM}" && cd "python-build-${MSYSTEM}"
@ -36,4 +36,4 @@ package() {
--destdir="${pkgdir}" dist/*.whl
install -Dm644 LICENSE.txt "${pkgdir}${MINGW_PREFIX}/share/licenses/python-${_realname}/LICENSE"
}
}