[arch-commits] Commit in python-joblib/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Jan 17 18:23:28 UTC 2021


    Date: Sunday, January 17, 2021 @ 18:23:27
  Author: arojas
Revision: 821554

Update to 1.0.0

Modified:
  python-joblib/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-17 18:23:04 UTC (rev 821553)
+++ PKGBUILD	2021-01-17 18:23:27 UTC (rev 821554)
@@ -2,8 +2,8 @@
 # Contributor: Francois Boulogne <fboulogne at april dot org>
 
 pkgname=python-joblib
-pkgver=0.16.0
-pkgrel=3
+pkgver=1.0.0
+pkgrel=1
 pkgdesc="Set of tools to provide lightweight pipelining in Python"
 arch=('any')
 url="https://joblib.readthedocs.io/"
@@ -13,7 +13,7 @@
             'python-lz4: for compressed serialization')
 makedepends=('python-setuptools')
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/joblib/joblib/archive/${pkgver}.tar.gz")
-sha256sums=('172f59cc7381149063c808ef8a644ad18bcb9290f1729d49f1368fc976f57662')
+sha256sums=('a7cd4dfc41ceab2354beada00793c360c114d25082b7b41f36e749eb3462c73a')
 
 build() {
   cd "$srcdir"/joblib-${pkgver}



More information about the arch-commits mailing list