From 3a8065c8022e86d4f2f5381cf8f99834c05cb140540a0ca0f4fe1b694df7ec38 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 2 Apr 2024 18:55:47 +0000 Subject: [PATCH] - update to 3.4.0: * Added support for Python interpreters statically linked against libc or linked against alternative implementations of libc like musl * Added support for Pyodide * Extended FlexiBLAS support to be able to switch backend at runtime. * Added support for FlexiBLAS * 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-threadpoolctl?expand=0&rev=16 --- python-threadpoolctl.changes | 16 ++++++++++++++++ python-threadpoolctl.spec | 4 ++-- threadpoolctl-3.2.0.tar.gz | 3 --- threadpoolctl-3.4.0.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 5 deletions(-) delete mode 100644 threadpoolctl-3.2.0.tar.gz create mode 100644 threadpoolctl-3.4.0.tar.gz diff --git a/python-threadpoolctl.changes b/python-threadpoolctl.changes index aadc633..7e6aa6f 100644 --- a/python-threadpoolctl.changes +++ b/python-threadpoolctl.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Tue Apr 2 18:54:36 UTC 2024 - Dirk Müller + +- update to 3.4.0: + * Added support for Python interpreters statically linked + against libc or linked against alternative implementations + of libc like musl + * Added support for Pyodide + * Extended FlexiBLAS support to be able to switch backend at + runtime. + * Added support for FlexiBLAS + * 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. + ------------------------------------------------------------------- Fri Dec 8 16:25:46 UTC 2023 - Dirk Müller diff --git a/python-threadpoolctl.spec b/python-threadpoolctl.spec index c676646..c99a4d2 100644 --- a/python-threadpoolctl.spec +++ b/python-threadpoolctl.spec @@ -1,7 +1,7 @@ # # spec file for package python-threadpoolctl # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-threadpoolctl -Version: 3.2.0 +Version: 3.4.0 Release: 0 Summary: Thread-pool Controls License: BSD-3-Clause diff --git a/threadpoolctl-3.2.0.tar.gz b/threadpoolctl-3.2.0.tar.gz deleted file mode 100644 index cd49a6c..0000000 --- a/threadpoolctl-3.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c96a0ba3bdddeaca37dc4cc7344aafad41cdb8c313f74fdfe387a867bba93355 -size 36266 diff --git a/threadpoolctl-3.4.0.tar.gz b/threadpoolctl-3.4.0.tar.gz new file mode 100644 index 0000000..d4c1958 --- /dev/null +++ b/threadpoolctl-3.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f11b491a03661d6dd7ef692dd422ab34185d982466c49c8f98c8f716b5c93196 +size 41622