pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/parallel/py-threadpoolctl
Module Name: pkgsrc
Committed By: adam
Date: Mon Jul 17 19:41:04 UTC 2023
Modified Files:
pkgsrc/parallel/py-threadpoolctl: Makefile distinfo
Log Message:
py-threadpoolctl: updated to 3.2.0
3.2.0 (2023-07-13)
==================
- Dropped support for Python 3.6 and 3.7.
- Added support for custom library controllers. Custom controllers must inherit from
the `threadpoolctl.LibController` class and be registered to threadpoolctl using the
`threadpoolctl.register` function.
https://github.com/joblib/threadpoolctl/pull/138
- A warning is raised on macOS when threadpoolctl finds both Intel OpenMP and LLVM
OpenMP runtimes loaded simultaneously by the same Python program. See details and
workarounds at https://github.com/joblib/threadpoolctl/blob/master/multiple_openmp.md.
https://github.com/joblib/threadpoolctl/pull/142
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/parallel/py-threadpoolctl/Makefile \
pkgsrc/parallel/py-threadpoolctl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/parallel/py-threadpoolctl/Makefile
diff -u pkgsrc/parallel/py-threadpoolctl/Makefile:1.1 pkgsrc/parallel/py-threadpoolctl/Makefile:1.2
--- pkgsrc/parallel/py-threadpoolctl/Makefile:1.1 Tue May 9 08:04:35 2023
+++ pkgsrc/parallel/py-threadpoolctl/Makefile Mon Jul 17 19:41:04 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/05/09 08:04:35 adam Exp $
+# $NetBSD: Makefile,v 1.2 2023/07/17 19:41:04 adam Exp $
-DISTNAME= threadpoolctl-3.1.0
+DISTNAME= threadpoolctl-3.2.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= parallel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/threadpoolctl/}
Index: pkgsrc/parallel/py-threadpoolctl/distinfo
diff -u pkgsrc/parallel/py-threadpoolctl/distinfo:1.1 pkgsrc/parallel/py-threadpoolctl/distinfo:1.2
--- pkgsrc/parallel/py-threadpoolctl/distinfo:1.1 Tue May 9 08:04:35 2023
+++ pkgsrc/parallel/py-threadpoolctl/distinfo Mon Jul 17 19:41:04 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/05/09 08:04:35 adam Exp $
+$NetBSD: distinfo,v 1.2 2023/07/17 19:41:04 adam Exp $
-BLAKE2s (threadpoolctl-3.1.0.tar.gz) = 117bf70a2383e5dbfca19258cf9b9ba4035f21bac214b77660c6537ba1524867
-SHA512 (threadpoolctl-3.1.0.tar.gz) = 95ca31084d5f856f382469e7a6ee927d769aa5792971d0e54510d38cae303e08e03af3ad8b2d1c6a11bc6a597182cb499145d1eb1b1bb0f8ede508df6171165e
-Size (threadpoolctl-3.1.0.tar.gz) = 33651 bytes
+BLAKE2s (threadpoolctl-3.2.0.tar.gz) = edac7c5ebdf3dd5f8ee3a14dcce671109f4d44a0b283551967c388efc9af9516
+SHA512 (threadpoolctl-3.2.0.tar.gz) = 8b79dee2dd01676e53db190311179173b26ea7f58ee9fcbef3b851ff5b25ca7ac8e74890692ad9343153c775a00f5d386c216c137dde01b6256f8d94ec5c2c46
+Size (threadpoolctl-3.2.0.tar.gz) = 36266 bytes
Home |
Main Index |
Thread Index |
Old Index