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: Wed Feb 14 21:31:01 UTC 2024
Modified Files:
pkgsrc/parallel/py-threadpoolctl: Makefile distinfo
Log Message:
py-threadpoolctl: updated to 3.3.0
3.3.0 (2024-02-14)
==================
- Extended FlexiBLAS support to be able to switch backend at runtime.
https://github.com/joblib/threadpoolctl/pull/163
- Added support for FlexiBLAS
https://github.com/joblib/threadpoolctl/pull/156
- Fixed a bug where an unsupported library would be detected because it shares a common
prefix with one of the supported libraries. Now the symbols are also checked to
identify the supported libraries.
https://github.com/joblib/threadpoolctl/pull/151
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/parallel/py-threadpoolctl/Makefile
cvs rdiff -u -r1.2 -r1.3 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.3 pkgsrc/parallel/py-threadpoolctl/Makefile:1.4
--- pkgsrc/parallel/py-threadpoolctl/Makefile:1.3 Sat Oct 28 19:57:13 2023
+++ pkgsrc/parallel/py-threadpoolctl/Makefile Wed Feb 14 21:31:01 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2023/10/28 19:57:13 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2024/02/14 21:31:01 adam Exp $
-DISTNAME= threadpoolctl-3.2.0
+DISTNAME= threadpoolctl-3.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
-PKGREVISION= 1
CATEGORIES= parallel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/threadpoolctl/}
@@ -11,16 +10,12 @@ HOMEPAGE= https://github.com/joblib/thre
COMMENT= Helpers to limit the number of threads used
LICENSE= modified-bsd
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=2:../../devel/py-flit_core
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 27
-do-test:
- cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/parallel/py-threadpoolctl/distinfo
diff -u pkgsrc/parallel/py-threadpoolctl/distinfo:1.2 pkgsrc/parallel/py-threadpoolctl/distinfo:1.3
--- pkgsrc/parallel/py-threadpoolctl/distinfo:1.2 Mon Jul 17 19:41:04 2023
+++ pkgsrc/parallel/py-threadpoolctl/distinfo Wed Feb 14 21:31:01 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2023/07/17 19:41:04 adam Exp $
+$NetBSD: distinfo,v 1.3 2024/02/14 21:31:01 adam Exp $
-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
+BLAKE2s (threadpoolctl-3.3.0.tar.gz) = acaefeac4fbd7d1d79237262b7580a9d1fc9532930af0b9705c099a774ce0b42
+SHA512 (threadpoolctl-3.3.0.tar.gz) = e1f5602f60b973230f6af9b88384c906637f9c47c8f3c70781ca8e8913b62caa4febb511fd4be5331a2432a8b6f582757a3a92aa67083f301bced7ac025e3578
+Size (threadpoolctl-3.3.0.tar.gz) = 41035 bytes
Home |
Main Index |
Thread Index |
Old Index