forked from pool/python-threadpoolctl
- 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:
@@ -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
|
||||
|
Reference in New Issue
Block a user