python/python-joblib: Updated for version 0.14.0.

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

View file

@ -24,7 +24,7 @@
SRCNAM=joblib
PRGNAM=python-$SRCNAM
VERSION=${VERSION:-0.13.2}
VERSION=${VERSION:-0.14.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="python-joblib"
VERSION="0.13.2"
VERSION="0.14.0"
HOMEPAGE="https://joblib.readthedocs.io/"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/joblib/joblib-0.13.2.tar.gz"
MD5SUM="e448e22afc52e075b991ecd1ba2126e2"
DOWNLOAD="https://files.pythonhosted.org/packages/source/j/joblib/joblib-0.14.0.tar.gz"
MD5SUM="0a1b0ef025964ee369924459bb494041"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3"