Accepting request 1164225 from devel:languages:python

- 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/request/show/1164225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-threadpoolctl?expand=0&rev=9
This commit is contained in:
Ana Guerrero 2024-04-03 15:18:23 +00:00 committed by Git OBS Bridge
commit 4427c1e346
4 changed files with 21 additions and 5 deletions

View File

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

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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c96a0ba3bdddeaca37dc4cc7344aafad41cdb8c313f74fdfe387a867bba93355
size 36266

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f11b491a03661d6dd7ef692dd422ab34185d982466c49c8f98c8f716b5c93196
size 41622