python/python3-babel: updated for version 2.15.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2024-05-31 13:15:00 +02:00 committed by Willy Sudiarto Raharjo
parent a278eb18c2
commit df6fe8d729
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.14.0}
CLDRVER=${CLDRVER:-43.0}
VERSION=${VERSION:-2.15.0}
CLDRVER=${CLDRVER:-44.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="python3-babel"
VERSION="2.14.0"
VERSION="2.15.0"
HOMEPAGE="http://babel.pocoo.org/"
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="https://github.com/python-babel/babel/archive/v2.15.0/babel-2.15.0.tar.gz \
http://unicode.org/Public/cldr/44/cldr-common-44.0.zip"
MD5SUM="cd0818360a808a42860e95bf3e581530 \
75eca6e41976b235512192ecf657908f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pytz"