pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-joblib
Module Name: pkgsrc
Committed By: adam
Date: Sat Jan 16 21:16:35 UTC 2021
Modified Files:
pkgsrc/devel/py-joblib: Makefile distinfo
Log Message:
py-joblib: updated to 1.0.0
1.0.0
Make joblib.hash and joblib.Memory caching system compatible with numpy >= 1.20.0. Also make it explicit in the documentation that users should now expect to have their joblib.Memory cache
invalidated when either joblib or a third party library involved in the cached values definition is upgraded. In particular, users updating joblib to a release that includes this fix will see their
previous cache invalidated if they contained reference to numpy objects.
Remove deprecated check_pickle argument in delayed.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-joblib/Makefile \
pkgsrc/devel/py-joblib/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-joblib/Makefile
diff -u pkgsrc/devel/py-joblib/Makefile:1.10 pkgsrc/devel/py-joblib/Makefile:1.11
--- pkgsrc/devel/py-joblib/Makefile:1.10 Sat Oct 3 06:03:18 2020
+++ pkgsrc/devel/py-joblib/Makefile Sat Jan 16 21:16:35 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2020/10/03 06:03:18 adam Exp $
+# $NetBSD: Makefile,v 1.11 2021/01/16 21:16:35 adam Exp $
-DISTNAME= joblib-0.17.0
+DISTNAME= joblib-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=j/joblib/}
Index: pkgsrc/devel/py-joblib/distinfo
diff -u pkgsrc/devel/py-joblib/distinfo:1.10 pkgsrc/devel/py-joblib/distinfo:1.11
--- pkgsrc/devel/py-joblib/distinfo:1.10 Sat Oct 3 06:03:18 2020
+++ pkgsrc/devel/py-joblib/distinfo Sat Jan 16 21:16:35 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2020/10/03 06:03:18 adam Exp $
+$NetBSD: distinfo,v 1.11 2021/01/16 21:16:35 adam Exp $
-SHA1 (joblib-0.17.0.tar.gz) = 7de0ec4642148f88d37dcc525f39481f4f2e9242
-RMD160 (joblib-0.17.0.tar.gz) = ac4157fd165a3345a0ee5acb10903998eb3e1ff0
-SHA512 (joblib-0.17.0.tar.gz) = 041a22109aa4d9b9571337cdf50962ace1117d76143d7639284cdc3f80ded2aed1e2974a818d99afe8c64864ec27da0393dd2fa76d82aaa28353a2fff01e8730
-Size (joblib-0.17.0.tar.gz) = 1700376 bytes
+SHA1 (joblib-1.0.0.tar.gz) = 54980bd9531a82efc215336155b5a6c26960a7dc
+RMD160 (joblib-1.0.0.tar.gz) = 6075537b56337238b43c876139570a6a9683f4dd
+SHA512 (joblib-1.0.0.tar.gz) = 67c6140ba9cd2d580f24c66c17b830d69c2d37ed91eb0f051f9dafe0a0750eaffd2467dc574c84cad943bf5303ba77bb11355f8f2de00f1a6226c76c28eb8d32
+Size (joblib-1.0.0.tar.gz) = 315953 bytes
Home |
Main Index |
Thread Index |
Old Index