python/python3-babel: updated for version 2.14.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-12-14 16:09:26 +01:00 committed by Willy Sudiarto Raharjo
parent 124233c669
commit 597648e8fe
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 7 deletions

View File

@ -27,8 +27,8 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-babel
VERSION=${VERSION:-2.13.1}
CLDRVER=${CLDRVER:-42.0}
VERSION=${VERSION:-2.14.0}
CLDRVER=${CLDRVER:-43.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="python3-babel"
VERSION="2.13.1"
VERSION="2.14.0"
HOMEPAGE="http://babel.pocoo.org/"
DOWNLOAD="https://github.com/python-babel/babel/archive/v2.13.1/babel-2.13.1.tar.gz \
http://unicode.org/Public/cldr/42/cldr-common-42.0.zip"
MD5SUM="a5e8165d4e7bd81afd3502a7553b0e8c \
c15f2f145186920a5a67bfed251fd849"
DOWNLOAD="https://github.com/python-babel/babel/archive/v2.14.0/babel-2.14.0.tar.gz \
http://unicode.org/Public/cldr/43/cldr-common-43.0.zip"
MD5SUM="6e152ddfd2fbf4ea9c9c6513d23964c0 \
29433ac732f0fe62a98b5ab135479162"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pytz"