Accepting request 1199616 from devel:languages:python:numeric

OBS-URL: https://build.opensuse.org/request/show/1199616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dask-expr?expand=0&rev=4
This commit is contained in:
Ana Guerrero 2024-09-09 12:44:32 +00:00 committed by Git OBS Bridge
commit 0cc9ecbc35
4 changed files with 21 additions and 7 deletions

View File

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

View File

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

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sun Sep 8 14:24:41 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 1.1.13
* Use task-based rechunking as default (#1131) Hendrik Makait
* Improve performance of DelayedsExpr through caching (#1132)
Hendrik Makait
- Release 1.1.12
* Fix concat axis 1 bug in divisions (#1128) Patrick Hoefler
* Bump pyarrow>=14.0.1 minimum versions (#1127) James
Bourbeau
* Fix scalar detection of columns coming from sql (#1125)
Patrick Hoefler
-------------------------------------------------------------------
Fri Aug 30 10:55:19 UTC 2024 - Ben Greiner <code@bnavigator.de>

View File

@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-dask-expr%{psuffix}
Version: 1.1.11
Version: 1.1.13
Release: 0
Summary: High Level Expressions for Dask
License: BSD-3-Clause
@ -39,9 +39,9 @@ BuildRequires: %{python_module versioneer-toml}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-dask = 2024.8.1
Requires: python-dask = 2024.8.2
Requires: python-pandas >= 2
Requires: python-pyarrow >= 7.0.0
Requires: python-pyarrow >= 14.0.1
Provides: python-dask_expr = %{version}-%{release}
BuildArch: noarch
%if %{with test}
@ -49,7 +49,7 @@ BuildRequires: %{python_module dask-dataframe}
BuildRequires: %{python_module dask-expr = %{version}}
BuildRequires: %{python_module distributed}
BuildRequires: %{python_module pandas >= 2}
BuildRequires: %{python_module pyarrow >= 7.0.0}
BuildRequires: %{python_module pyarrow >= 14.0.1}
BuildRequires: %{python_module pytest}
%endif
%python_subpackages