14
0

- 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
This commit is contained in:
2024-04-02 18:55:47 +00:00
committed by Git OBS Bridge
parent cc5f9a95d7
commit 3a8065c802
4 changed files with 21 additions and 5 deletions

View File

@@ -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