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-09 17:45:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dask (Old)
 and      /work/SRC/openSUSE:Factory/.python-dask.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dask"

Thu Mar  9 17:45:19 2023 rev:62 rq:1070217 version:2023.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes  2023-02-28 
12:49:44.612873135 +0100
+++ /work/SRC/openSUSE:Factory/.python-dask.new.31432/python-dask.changes       
2023-03-09 17:45:34.626855892 +0100
@@ -1,0 +2,58 @@
+Wed Mar  8 15:20:50 UTC 2023 - Benjamin Greiner <c...@bnavigator.de>
+
+- Update dependencies
+- Skip one more test failing because of missing pyarrow
+
+-------------------------------------------------------------------
+Wed Mar  8 09:37:10 UTC 2023 - Dirk Müller <dmuel...@suse.com>
+
+- update to 2023.3.0:
+  * Bag must not pick p2p as shuffle default (:pr:`10005`)
+  * Minor follow-up to P2P by default (:pr:`10008`) `James
+    Bourbeau`_
+  * Add minimum version to optional ``jinja2`` dependency
+    (:pr:`9999`) `Charles Blackmon-Luca`_
+  * Enable P2P shuffling by default
+  * P2P rechunking
+  * Efficient `dataframe.convert_string` support for
+    `read_parquet`
+  * Allow p2p shuffle kwarg for DataFrame merges
+  * Change ``split_row_groups`` default to "infer"
+  * Add option for converting string data to use ``pyarrow``
+    strings
+  * Add support for multi-column ``sort_values``
+  * ``Generator`` based random-number generation in``dask.array``
+  * Support ``numeric_only`` for simple groupby aggregations for
+    ``pandas`` 2.0 compatibility
+  * Fix profilers plot not being aligned to context manager enter
+    time
+  * Relax dask.dataframe assert_eq type checks
+  * Restore ``describe`` compatibility for ``pandas`` 2.0
+  * Improving deploying Dask docs
+  * More docs for ``DataFrame.partitions``
+  * Update docs with more information on default Delayed
+    scheduler
+  * Deployment Considerations documentation
+  * Temporarily rerun flaky tests
+  * Update parsing of FULL_RAPIDS_VER/FULL_UCX_PY_VER
+  * Increase minimum supported versions to ``pandas=1.3`` and
+    ``numpy=1.21``
+  * Fix ``std`` to work with ``numeric_only`` for ``pandas`` 2.0
+  * Temporarily ``xfail``
+    ``test_roundtrip_partitioned_pyarrow_dataset`` (:pr:`9977`)
+  * Fix copy on write failure in `test_idxmaxmin` (:pr:`9944`)
+  * Bump ``pre-commit`` versions (:pr:`9955`) `crusaderky`_
+  * Fix ``test_groupby_unaligned_index`` for ``pandas`` 2.0
+  * Un-``xfail`` ``test_set_index_overlap_2`` for ``pandas`` 2.0
+  * Fix ``test_merge_by_index_patterns`` for ``pandas`` 2.0
+  * Bump jacobtomlinson/gha-find-replace from 2 to 3 (:pr:`9953`)
+  * Fix ``test_rolling_agg_aggregate`` for ``pandas`` 2.0
+    compatibility
+  * Bump ``black`` to ``23.1.0``
+  * Run GPU tests on python 3.8 & 3.10 (:pr:`9940`)
+  * Fix ``test_to_timestamp`` for ``pandas`` 2.0 (:pr:`9932`)
+  * Fix an error with ``groupby`` ``value_counts`` for ``pandas``
+    2.0 compatibility 
+  * Config converter: replace all dashes with underscores
+
+-------------------------------------------------------------------

Old:
----
  dask-2023.2.0.tar.gz

New:
----
  dask-2023.3.0.tar.gz

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

Other differences:
------------------
++++++ python-dask.spec ++++++
--- /var/tmp/diff_new_pack.l6hwDm/_old  2023-03-09 17:45:36.958868306 +0100
+++ /var/tmp/diff_new_pack.l6hwDm/_new  2023-03-09 17:45:36.966868348 +0100
@@ -54,7 +54,7 @@
 
 Name:           python-dask%{psuffix}
 # ===> Note: python-dask MUST be updated in sync with python-distributed! <===
-Version:        2023.2.0
+Version:        2023.3.0
 Release:        0
 Summary:        Minimal task scheduling abstraction
 License:        BSD-3-Clause
@@ -73,7 +73,7 @@
 Requires:       python-cloudpickle >= 1.1.1
 Requires:       python-fsspec >= 0.6.0
 Requires:       python-packaging >= 20.0
-Requires:       python-partd >= 0.3.10
+Requires:       python-partd >= 1.2.0
 Requires:       python-toolz >= 0.8.2
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
@@ -174,7 +174,7 @@
 Summary:        Numpy-like array data structure for dask
 Requires:       %{name} = %{version}
 Requires:       %{name}-delayed = %{version}
-Requires:       python-numpy >= 1.18
+Requires:       python-numpy >= 1.21
 Recommends:     python-scipy
 
 %description array
@@ -222,8 +222,7 @@
 Requires:       %{name} = %{version}
 Requires:       %{name}-array = %{version}
 Requires:       %{name}-bag = %{version}
-Requires:       python-numpy >= 1.18
-# Patch0 requires pandas 1.3+ -- https://github.com/dask/dask/issues/8169
+Requires:       python-numpy >= 1.21
 Requires:       python-pandas >= 1.3
 
 %description dataframe
@@ -268,7 +267,7 @@
 %package diagnostics
 Summary:        Diagnostics for dask
 Requires:       %{name} = %{version}
-Requires:       python-Jinja2
+Requires:       python-Jinja2 >= 2.10.3
 # Not ready yet: https://github.com/dask/dask/pull/9659, we provide a legacy 
bokeh2 in Tumbleweed
 Requires:       (python-bokeh >= 2.4.2 with python-bokeh < 3)
 
@@ -375,6 +374,7 @@
 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)))"
+donttest+=" or test_read_parquet_convert_string_fastparquet_warns"
 if [[ $(getconf LONG_BIT) -eq 32 ]]; then
   # https://github.com/dask/dask/issues/8620
   donttest+=" or test_query_with_meta"

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

Reply via email to