python/python3-dateutil: Updated for version 2.8.1.

This commit is contained in:
Benjamin Trigona-Harany 2019-11-16 17:26:09 -08:00 committed by Willy Sudiarto Raharjo
parent eb576ab6f6
commit c49be5bbd2
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 4 additions and 4 deletions

View file

@ -26,7 +26,7 @@
PKGNAM=dateutil
SRCNAM=python-$PKGNAM
PRGNAM=python3-$PKGNAM
VERSION=${VERSION:-2.8.0}
VERSION=${VERSION:-2.8.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python3-dateutil"
VERSION="2.8.0"
VERSION="2.8.1"
HOMEPAGE="https://dateutil.readthedocs.io/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/python-dateutil/python-dateutil-2.8.0.tar.gz"
MD5SUM="354db28843d949f1bc3e49e8458e22df"
DOWNLOAD="https://files.pythonhosted.org/packages/source/p/python-dateutil/python-dateutil-2.8.1.tar.gz"
MD5SUM="f2a1d4b680b297b367a974664ca3a4f6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-six"