Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-dask for openSUSE:Factory 
checked in at 2023-03-15 18:54:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dask (Old)
 and      /work/SRC/openSUSE:Factory/.python-dask.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dask"

Wed Mar 15 18:54:18 2023 rev:63 rq:1071515 version:2023.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes  2023-03-09 
17:45:34.626855892 +0100
+++ /work/SRC/openSUSE:Factory/.python-dask.new.31432/python-dask.changes       
2023-03-15 18:54:26.372361646 +0100
@@ -1,0 +2,43 @@
+Sat Mar 11 22:53:32 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Update to v2023.3.1
+  ## Enhancements
+  * Support pyarrow strings in MultiIndex (GH#10040) Irina Truong
+  * Improved support for pyarrow strings (GH#10000) Irina Truong
+  * Fix flaky RuntimeWarning during array reductions (GH#10030)
+    James Bourbeau
+  * Extend complete extras (GH#10023) James Bourbeau
+  * Raise an error with dataframe.convert_string=True and pandas<2.0
+    (GH#10033) Irina Truong
+  * Rename shuffle/rechunk config option/kwarg to method (GH#10013)
+    James Bourbeau
+  * Add initial support for converting pandas extension dtypes to
+    arrays (GH#10018) James Bourbeau
+  * Remove randomgen support (GH#9987) Eray Aslan
+  ## Bug Fixes
+  * Skip rechunk when rechunking to the same chunks with unknown
+    sizes (GH#10027) Hendrik Makait
+  * Custom utility to convert parquet filters to pyarrow expression
+    (GH#9885) Richard (Rick) Zamora
+  * Consider numpy scalars and 0d arrays as scalars when padding
+    (GH#9653) Justus Magin
+  * Fix parquet overwrite behavior after an adaptive read_parquet
+    operation (GH#10002) Richard (Rick) Zamora
+  ## Maintenance
+  * Remove stale hive-partitioning code from pyarrow parquet engine
+    (GH#10039) Richard (Rick) Zamora
+  * Increase minimum supported pyarrow to 7.0 (GH#10024) James
+    Bourbeau
+  * Revert “Prepare drop packunpack (GH#9994) (GH#10037) Florian
+    Jetter
+  * Have codecov wait for more builds before reporting (GH#10031)
+    James Bourbeau
+  * Prepare drop packunpack (GH#9994) Florian Jetter
+  * Add CI job with pyarrow strings turned on (GH#10017) James
+    Bourbeau
+  * Fix test_groupby_dropna_with_agg for pandas 2.0 (GH#10001) Irina
+    Truong
+  * Fix test_pickle_roundtrip for pandas 2.0 (GH#10011) James
+    Bourbeau
+
+-------------------------------------------------------------------

Old:
----
  dask-2023.3.0.tar.gz

New:
----
  dask-2023.3.1.tar.gz

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

Other differences:
------------------
++++++ python-dask.spec ++++++
--- /var/tmp/diff_new_pack.S3oevR/_old  2023-03-15 18:54:27.440367327 +0100
+++ /var/tmp/diff_new_pack.S3oevR/_new  2023-03-15 18:54:27.440367327 +0100
@@ -54,7 +54,7 @@
 
 Name:           python-dask%{psuffix}
 # ===> Note: python-dask MUST be updated in sync with python-distributed! <===
-Version:        2023.3.0
+Version:        2023.3.1
 Release:        0
 Summary:        Minimal task scheduling abstraction
 License:        BSD-3-Clause
@@ -124,7 +124,7 @@
 BuildRequires:  %{python_module scipy}
 BuildRequires:  %{python_module sparse}
 BuildRequires:  %{python_module tables}
-BuildRequires:  %{python_module xarray}
+BuildRequires:  %{python_module xarray if %python-base >= 3.9}
 BuildRequires:  %{python_module zarr}
 # /SECTION
 %endif
@@ -153,6 +153,9 @@
 Requires:       %{name}-diagnostics = %{version}
 Requires:       %{name}-distributed = %{version}
 Requires:       %{name}-dot = %{version}
+# Added to the [complete] extra in 2023.3.1, not available for TW yet
+#Requires:       python-pyarrow >= 7
+Requires:       python-lz4 >= 4.3.2
 Provides:       %{name}-all = %{version}-%{release}
 Obsoletes:      %{name}-all < %{version}-%{release}
 
@@ -372,8 +375,8 @@
 donttest="(test_datasets and test_deterministic)"
 # upstreams test if their ci is up to date, irrelevant for obs
 donttest+=" or test_development_guidelines_matches_ci"
-# requires otherwise optional pyarrow (not available on TW) --  
https://github.com/dask/dask/issues/9975
-donttest+=" or (test_parquet and (test_chunksize or test_extra_file or 
(test_select_filtered_column and fastparquet)))"
+# requires otherwise optional pyarrow (not available on TW) --  
https://github.com/dask/dask/issues/10042
+donttest+=" or (test_select_filtered_column and fastparquet)"
 donttest+=" or test_read_parquet_convert_string_fastparquet_warns"
 if [[ $(getconf LONG_BIT) -eq 32 ]]; then
   # https://github.com/dask/dask/issues/8620

++++++ dask-2023.3.0.tar.gz -> dask-2023.3.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-dask/dask-2023.3.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-dask.new.31432/dask-2023.3.1.tar.gz differ: 
char 5, line 1

Reply via email to