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:           Sat Mar 23 07:22:53 UTC 2024

Modified Files:
        pkgsrc/parallel/py-threadpoolctl: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/parallel/py-threadpoolctl/Makefile
cvs rdiff -u -r1.3 -r1.4 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.4 pkgsrc/parallel/py-threadpoolctl/Makefile:1.5
--- pkgsrc/parallel/py-threadpoolctl/Makefile:1.4       Wed Feb 14 21:31:01 2024
+++ pkgsrc/parallel/py-threadpoolctl/Makefile   Sat Mar 23 07:22:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2024/02/14 21:31:01 adam Exp $
+# $NetBSD: Makefile,v 1.5 2024/03/23 07:22:52 adam Exp $
 
-DISTNAME=      threadpoolctl-3.3.0
+DISTNAME=      threadpoolctl-3.4.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.3 pkgsrc/parallel/py-threadpoolctl/distinfo:1.4
--- pkgsrc/parallel/py-threadpoolctl/distinfo:1.3       Wed Feb 14 21:31:01 2024
+++ pkgsrc/parallel/py-threadpoolctl/distinfo   Sat Mar 23 07:22:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/02/14 21:31:01 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/03/23 07:22:52 adam Exp $
 
-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
+BLAKE2s (threadpoolctl-3.4.0.tar.gz) = 9b71e4f624e5e6095461e7ae911f96ed06d28cf9ac16fd9c6716fbb525cc2a23
+SHA512 (threadpoolctl-3.4.0.tar.gz) = 4d71a010107705150e2040fc862ee9b5a5c9ad062e6da9707e09657a46724854d57f5b50977ccaa8c6156a5f5535b3a1126ae118af58dd168d33511d6e0c6af3
+Size (threadpoolctl-3.4.0.tar.gz) = 41622 bytes



Home | Main Index | Thread Index | Old Index