python-babel: update to 2.14.0

This commit is contained in:
Biswapriyo Nath 2024-04-20 19:12:11 +00:00
parent caa11f9ce2
commit a003e36bdd

View File

@ -7,7 +7,7 @@ pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
provides=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
conflicts=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
replaces=("${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=2.13.1
pkgver=2.14.0
pkgrel=1
pkgdesc="Internationalization utilities (mingw-w64)"
url="https://babel.pocoo.org/"
@ -29,7 +29,7 @@ checkdepends=("${MINGW_PACKAGE_PREFIX}-python-pytest"
"${MINGW_PACKAGE_PREFIX}-python-freezegun")
options=(!strip)
source=("https://pypi.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
sha256sums=('33e0952d7dd6374af8dbf6768cc4ddf3ccfefc244f9986d4074704f2fbd18900')
sha256sums=('6919867db036398ba21eb5c7a0f6b28ab8cbc3ae7a73a44ebe34ae74a4e7d363')
prepare() {
rm -rf "${srcdir}/python-build-${MSYSTEM}" | true