Sync from SUSE:SLFO:Main python-threadpoolctl revision 9938ca751cfb5415496d560c10cd56d1
This commit is contained in:
parent
e501b1f66e
commit
f9514381d7
@ -1,3 +1,37 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 2 22:00:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 3.5.0:
|
||||||
|
* Added support for the Scientific Python version of OpenBLAS
|
||||||
|
which exposes symbols with different names than the ones
|
||||||
|
of the original OpenBLAS library.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- update to 3.2.0:
|
||||||
|
* Dropped support for Python 3.6 and 3.7.
|
||||||
|
* Added support for custom library controllers. Custom
|
||||||
|
controllers must inherit from the `threadpoolctl.LibController`
|
||||||
|
class and be registered to threadpoolctl using the
|
||||||
|
`threadpoolctl.register` function.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jun 10 17:41:18 UTC 2023 - ecsos <ecsos@opensuse.org>
|
Sat Jun 10 17:41:18 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-threadpoolctl
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -15,16 +15,17 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-threadpoolctl
|
Name: python-threadpoolctl
|
||||||
Version: 3.1.0
|
Version: 3.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Thread-pool Controls
|
Summary: Thread-pool Controls
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/joblib/threadpoolctl
|
URL: https://github.com/joblib/threadpoolctl
|
||||||
Source: https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel >= 3.8}
|
||||||
BuildRequires: %{python_module flit-core}
|
BuildRequires: %{python_module flit-core}
|
||||||
BuildRequires: %{python_module numpy}
|
BuildRequires: %{python_module numpy}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
BIN
threadpoolctl-3.1.0.tar.gz
(Stored with Git LFS)
BIN
threadpoolctl-3.1.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
threadpoolctl-3.5.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
threadpoolctl-3.5.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user