Sat Mar 23 07:22:53 2024 UTC (65d)
py-threadpoolctl: updated to 3.4.0

3.4.0 (2024-03-20)
==================

- Added support for Python interpreters statically linked against libc or linked against
  alternative implementations of libc like musl (on Alpine Linux for instance).
  https://github.com/joblib/threadpoolctl/pull/171

- Added support for Pyodide
  https://github.com/joblib/threadpoolctl/pull/169


(adam)
diff -r1.4 -r1.5 pkgsrc/parallel/py-threadpoolctl/Makefile
diff -r1.3 -r1.4 pkgsrc/parallel/py-threadpoolctl/distinfo

cvs diff -r1.4 -r1.5 pkgsrc/parallel/py-threadpoolctl/Makefile (expand / switch to unified diff)

--- pkgsrc/parallel/py-threadpoolctl/Makefile 2024/02/14 21:31:01 1.4
+++ pkgsrc/parallel/py-threadpoolctl/Makefile 2024/03/23 07:22:52 1.5
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.4 2024/02/14 21:31:01 adam Exp $ 1# $NetBSD: Makefile,v 1.5 2024/03/23 07:22:52 adam Exp $
2 2
3DISTNAME= threadpoolctl-3.3.0 3DISTNAME= threadpoolctl-3.4.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
5CATEGORIES= parallel python 5CATEGORIES= parallel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=t/threadpoolctl/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=t/threadpoolctl/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/joblib/threadpoolctl 9HOMEPAGE= https://github.com/joblib/threadpoolctl
10COMMENT= Helpers to limit the number of threads used 10COMMENT= Helpers to limit the number of threads used
11LICENSE= modified-bsd 11LICENSE= modified-bsd
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=2:../../devel/py-flit_core 13TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=2:../../devel/py-flit_core
14TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov 14TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
15 15
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none

cvs diff -r1.3 -r1.4 pkgsrc/parallel/py-threadpoolctl/distinfo (expand / switch to unified diff)

--- pkgsrc/parallel/py-threadpoolctl/distinfo 2024/02/14 21:31:01 1.3
+++ pkgsrc/parallel/py-threadpoolctl/distinfo 2024/03/23 07:22:52 1.4
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.3 2024/02/14 21:31:01 adam Exp $ 1$NetBSD: distinfo,v 1.4 2024/03/23 07:22:52 adam Exp $
2 2
3BLAKE2s (threadpoolctl-3.3.0.tar.gz) = acaefeac4fbd7d1d79237262b7580a9d1fc9532930af0b9705c099a774ce0b42 3BLAKE2s (threadpoolctl-3.4.0.tar.gz) = 9b71e4f624e5e6095461e7ae911f96ed06d28cf9ac16fd9c6716fbb525cc2a23
4SHA512 (threadpoolctl-3.3.0.tar.gz) = e1f5602f60b973230f6af9b88384c906637f9c47c8f3c70781ca8e8913b62caa4febb511fd4be5331a2432a8b6f582757a3a92aa67083f301bced7ac025e3578 4SHA512 (threadpoolctl-3.4.0.tar.gz) = 4d71a010107705150e2040fc862ee9b5a5c9ad062e6da9707e09657a46724854d57f5b50977ccaa8c6156a5f5535b3a1126ae118af58dd168d33511d6e0c6af3
5Size (threadpoolctl-3.3.0.tar.gz) = 41035 bytes 5Size (threadpoolctl-3.4.0.tar.gz) = 41622 bytes