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-09-03 13:38:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dask-expr (Old)
 and      /work/SRC/openSUSE:Factory/.python-dask-expr.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dask-expr"

Tue Sep  3 13:38:00 2024 rev:3 rq:1197827 version:1.1.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dask-expr/python-dask-expr.changes        
2024-07-08 19:08:51.752061666 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-dask-expr.new.2698/python-dask-expr.changes  
    2024-09-03 13:38:25.276959536 +0200
@@ -1,0 +2,38 @@
+Fri Aug 30 10:55:19 UTC 2024 - Ben Greiner <c...@bnavigator.de>
+
+- Skip some tests on 32-bit
+
+-------------------------------------------------------------------
+Thu Aug 29 14:38:23 UTC 2024 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 1.1.11
+  * Make split_out for categorical default smarter #1124 Patrick
+    Hoefler
+  * Avoid calling `array`` attribute on ``cudf.Series`` #1122
+    `Richard (Rick) Zamora
+  * Introduce ToBackend` expression #1115 `Richard (Rick) Zamora
+  * Fix result index of merge #1121 Patrick Hoefler
+  * Fix projection for Index class in read_parquet #1120 Patrick
+    Hoefler
+  * Register read_parquet` and `read_csv` as "dispatchable" #1114
+    `Richard (Rick) Zamora
+  * Fix merging when index name in meta missmatches actual name
+    #1119 Patrick Hoefler
+  * Fix tuples as on argument in merge #1117 Patrick Hoefler
+  * Drop support for Python 3.9 #1109 Patrick Hoefler
+- Release 1.1.10
+  * Fixup remaining upstream failures #1111 Patrick Hoefler
+  * Fix some things for pandas 3 #1110 Patrick Hoefler
+- Release 1.1.9
+  * Patch release for Dask 2024.7.0
+- Release 1.1.8
+  * Fix shuffle blowing up the task graph #1108 Patrick Hoefler
+  * Link fix in readme #1107 Ben
+  * Fix from_pandas with chunksize and empty df #1106 Patrick
+    Hoefler
+  * Fix deepcopying FromPandas class #1105 Patrick Hoefler
+  * Skip test if optional xarray cannot be imported #1104 Sandro
+- Release 1.1.7
+  * Patch release for Dask 2024.7.0
+
+-------------------------------------------------------------------

Old:
----
  dask_expr-1.1.6-gh.tar.gz

New:
----
  dask_expr-1.1.11-gh.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-dask-expr.spec ++++++
--- /var/tmp/diff_new_pack.tkG1fz/_old  2024-09-03 13:38:25.812981883 +0200
+++ /var/tmp/diff_new_pack.tkG1fz/_new  2024-09-03 13:38:25.812981883 +0200
@@ -26,20 +26,20 @@
 %bcond_with test
 %endif
 Name:           python-dask-expr%{psuffix}
-Version:        1.1.6
+Version:        1.1.11
 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 base >= 3.10}
 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.6.2
+Requires:       python-dask = 2024.8.1
 Requires:       python-pandas >= 2
 Requires:       python-pyarrow >= 7.0.0
 Provides:       python-dask_expr = %{version}-%{release}
@@ -76,6 +76,14 @@
 %check
 # https://github.com/dask/dask-expr/issues/789 (?)
 donttest="test_groupby_index_array"
+# wrong types expected
+if [ $(getconf LONG_BIT) -eq 32 ]; then
+  donttest="$donttest or test_memory_usage"
+  donttest="$donttest or test_repartition_partition_size"
+  donttest="$donttest or test_scalar_repr"
+  donttest="$donttest or test_timeseries_gaph_size"
+  donttest="$donttest or test_join_gives_proper_divisions"
+fi
 %pytest -k "not ($donttest)"
 %endif
 

++++++ dask_expr-1.1.6-gh.tar.gz -> dask_expr-1.1.11-gh.tar.gz ++++++
++++ 5936 lines of diff (skipped)

Reply via email to