- update to 2024.1.1:
* see corresponding dask update: https://docs.dask.org/en/stable/changelog.html#v2024-1-1 * compatibility updates for latest pandas and scipy - update to 2024.1.0: OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-distributed?expand=0&rev=159
This commit is contained in:
parent
71bc2ce316
commit
b149f02116
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d7d184a2b5a88c2e17abbb45a7ca1f25a197f1052a8b59c5fef10c29360a2ec
|
|
||||||
size 2539534
|
|
3
distributed-2024.1.1-gh.tar.gz
Normal file
3
distributed-2024.1.1-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b0f7cc2d7240e17f8d24b7f0d6e6ec45936f1c6c3c353f42c07582e5b66e3b77
|
||||||
|
size 2539830
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 30 09:38:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2024.1.1:
|
||||||
|
* see corresponding dask update:
|
||||||
|
https://docs.dask.org/en/stable/changelog.html#v2024-1-1
|
||||||
|
* compatibility updates for latest pandas and scipy
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 22 09:56:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Mon Jan 22 09:56:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
@ -6,7 +14,7 @@ Mon Jan 22 09:56:24 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 20 12:43:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Sat Jan 20 12:43:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
- update to 2023.1.4:
|
- update to 2024.1.0:
|
||||||
* see corresponding dask update:
|
* see corresponding dask update:
|
||||||
https://docs.dask.org/en/stable/changelog.html#v2024-1-0
|
https://docs.dask.org/en/stable/changelog.html#v2024-1-0
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package python-distributed
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
@ -47,7 +47,7 @@
|
|||||||
|
|
||||||
Name: python-distributed%{psuffix}
|
Name: python-distributed%{psuffix}
|
||||||
# ===> Note: python-dask MUST be updated in sync with python-distributed! <===
|
# ===> Note: python-dask MUST be updated in sync with python-distributed! <===
|
||||||
Version: 2024.1.0
|
Version: 2024.1.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for distributed computing with Python
|
Summary: Library for distributed computing with Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -84,7 +84,7 @@ Requires: python-tornado >= 6.0.4
|
|||||||
Requires: python-urllib3 >= 1.24.3
|
Requires: python-urllib3 >= 1.24.3
|
||||||
Requires: python-zict >= 2.2.0
|
Requires: python-zict >= 2.2.0
|
||||||
Requires(post): update-alternatives
|
Requires(post): update-alternatives
|
||||||
Requires(postun):update-alternatives
|
Requires(postun): update-alternatives
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with test}
|
%if %{with test}
|
||||||
BuildRequires: %{python_module bokeh >= 3.1}
|
BuildRequires: %{python_module bokeh >= 3.1}
|
||||||
|
Loading…
Reference in New Issue
Block a user