python3-joblib: update to 0.14.1

This commit is contained in:
Neel 2019-12-16 16:27:46 +00:00 committed by Helmut Pozimski
parent b8d48ba893
commit 89b93601bc

View file

@ -1,6 +1,6 @@
# Template file for 'python3-joblib' # Template file for 'python3-joblib'
pkgname=python3-joblib pkgname=python3-joblib
version=0.14.0 version=0.14.1
revision=1 revision=1
wrksrc="joblib-${version}" wrksrc="joblib-${version}"
build_style=python3-module build_style=python3-module
@ -12,7 +12,7 @@ maintainer="Neel Chotai <neel@chot.ai>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://joblib.readthedocs.io/" homepage="https://joblib.readthedocs.io/"
distfiles="https://github.com/joblib/joblib/archive/${version}.tar.gz" distfiles="https://github.com/joblib/joblib/archive/${version}.tar.gz"
checksum=9e66f3e31669f772fcbad95043fd05e4530e78288d60363b785d4c288a5dc707 checksum=9cf07185bd8c778b2515f76b19a04af4979d417356e330fd90edebf8cfd29793
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt