Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-dask-expr for
openSUSE:Factory checked in at 2024-07-08 19:08:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dask-expr (Old)
and /work/SRC/openSUSE:Factory/.python-dask-expr.new.2080 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dask-expr"
Mon Jul 8 19:08:34 2024 rev:2 rq:1186063 version:1.1.6
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dask-expr/python-dask-expr.changes
2024-05-01 14:57:58.585226389 +0200
+++
/work/SRC/openSUSE:Factory/.python-dask-expr.new.2080/python-dask-expr.changes
2024-07-08 19:08:51.752061666 +0200
@@ -1,0 +2,30 @@
+Mon Jul 8 04:34:30 UTC 2024 - Steve Kowalik <[email protected]>
+
+- Update to 1.1.6:
+ * Patch release for Dask 2024.6.2
+ * Fix resample divisions propagation
+ * Fix categorize if columns are dropped
+ * Fix projection to empty from_pandas
+ * Fix meta for string accessors
+ * Use is_categorical_dtype dispatch for sort_values
+ * Fix read_csv with positional usecols
+ * Fix isin for head computation
+ * Fix isin with strings
+ * Use ensure_deterministic kwarg instead of config
+ * Add cache argument to lower_once
+ * Fix non-integer divisions in FusedIO
+ * Fix dropna before merge
+ * Fix sort_values for unordered categories
+ * Fix to_parquet in append mode
+ * reduce pickle size of parquet fragments
+ * Generalize get_dummies
+ * Add support for DataFrame.melt
+ * Fix default name conversion in ToFrame
+ * Optimize when from-delayed is called
+ * Fix delayed in fusing with multipled dependencies
+ * Fix None min/max statistics and missing statistics generally
+ * Fix xarray integration with scalar columns
+ * Fix shape returning integer
+ * Fix bug in Series reductions
+
+-------------------------------------------------------------------
Old:
----
dask_expr-1.0.13-gh.tar.gz
New:
----
dask_expr-1.1.6-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-dask-expr.spec ++++++
--- /var/tmp/diff_new_pack.jwsAOV/_old 2024-07-08 19:08:52.376084488 +0200
+++ /var/tmp/diff_new_pack.jwsAOV/_new 2024-07-08 19:08:52.380084634 +0200
@@ -15,6 +15,7 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
%define psuffix %{nil}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
@@ -24,28 +25,28 @@
%define psuffix %{nil}
%bcond_with test
%endif
-
Name: python-dask-expr%{psuffix}
-Version: 1.0.13
+Version: 1.1.6
Release: 0
Summary: High Level Expressions for Dask
License: BSD-3-Clause
URL: https://github.com/dask/dask-expr
Source0:
https://github.com/dask/dask-expr/archive/refs/tags/v%{version}.tar.gz#/dask_expr-%{version}-gh.tar.gz
+BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools >= 62.6}
BuildRequires: %{python_module versioneer-toml}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
-Requires: python-dask = 2024.4.2
+Requires: python-dask = 2024.6.2
Requires: python-pandas >= 2
Requires: python-pyarrow >= 7.0.0
Provides: python-dask_expr = %{version}-%{release}
BuildArch: noarch
%if %{with test}
-BuildRequires: %{python_module dask-expr = %{version}}
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}
++++++ dask_expr-1.0.13-gh.tar.gz -> dask_expr-1.1.6-gh.tar.gz ++++++
++++ 2658 lines of diff (skipped)