- 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:
parent
cc5f9a95d7
commit
3a8065c802
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 18:54:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c96a0ba3bdddeaca37dc4cc7344aafad41cdb8c313f74fdfe387a867bba93355
|
||||
size 36266
|
3
threadpoolctl-3.4.0.tar.gz
Normal file
3
threadpoolctl-3.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f11b491a03661d6dd7ef692dd422ab34185d982466c49c8f98c8f716b5c93196
|
||||
size 41622
|
Loading…
x
Reference in New Issue
Block a user