* update python-joblib to 1.3.1-1

This commit is contained in:
Alexander Baldeck 2023-08-03 08:26:33 +02:00
parent 3c5e15c448
commit 43c99e7387

View File

@ -4,8 +4,8 @@
# Contributor: Francois Boulogne <fboulogne at april dot org>
pkgname=python-joblib
pkgver=1.2.0
pkgrel=2
pkgver=1.3.1
pkgrel=1
pkgdesc="Set of tools to provide lightweight pipelining in Python"
arch=(any)
url="https://joblib.readthedocs.io/"
@ -15,7 +15,7 @@ optdepends=('python-numpy: for array manipulation'
'python-lz4: for compressed serialization')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/joblib/joblib/archive/${pkgver}.tar.gz")
sha256sums=('574eca5aaeb0a06c4fe0a8e8e67b24715218fb0f9d0fdc9d4f30519100885e53')
sha256sums=('d0569f3b210583a17a66a06554d756dce4c23cde7fcbfcfcee93ccbf993217a7')
build() {
cd joblib-${pkgver}