pytz: Upgraded to 2020.1

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2020-10-26 11:32:57 +07:00
parent d201c9c8ae
commit 3c33a57e5a
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -25,8 +25,8 @@
# Modified for CSB Project
PRGNAM=pytz
VERSION=${VERSION:-2019.3}
BUILD=${BUILD:-2}
VERSION=${VERSION:-2020.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_csb}
if [ -z "$ARCH" ]; then
@ -37,7 +37,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c https://files.pythonhosted.org/packages/82/c3/534ddba230bd4fbbd3b7a3d35f3341d014cca213f369a9940925e7e5f691/pytz-2019.3.tar.gz
wget -c https://files.pythonhosted.org/packages/f4/f6/94fee50f4d54f58637d4b9987a1b862aeb6cd969e73623e02c5c00755577/pytz-2020.1.tar.gz
CWD=$(pwd)
TMP=${TMP:-/tmp/csb}