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-02-28 12:49:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-dask (Old)
 and      /work/SRC/openSUSE:Factory/.python-dask.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-dask"

Tue Feb 28 12:49:36 2023 rev:61 rq:1068132 version:2023.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes  2023-02-06 
15:54:55.001431288 +0100
+++ /work/SRC/openSUSE:Factory/.python-dask.new.31432/python-dask.changes       
2023-02-28 12:49:44.612873135 +0100
@@ -1,0 +2,31 @@
+Sun Feb 26 00:08:43 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Prepare test multiflavors for python311, but skip python311
+  * Numba is not ready for python 3.11 yet gh#numba/numba#8304
+
+-------------------------------------------------------------------
+Fri Feb 17 09:06:25 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 2023.2.0
+  ## Enhancements
+  * Update numeric_only default in quantile for pandas 2.0
+    (GH#9854) Irina Truong
+  * Make repartition a no-op when divisions match (GH#9924) James
+    Bourbeau
+  * Update datetime_is_numeric behavior in describe for pandas 2.0
+    (GH#9868) Irina Truong
+  * Update value_counts to return correct name in pandas 2.0
+    (GH#9919) Irina Truong
+  * Support new axis=None behavior in pandas 2.0 for certain
+    reductions (GH#9867) James Bourbeau
+  * Filter out all-nan RuntimeWarning at the chunk level for nanmin
+    and nanmax (GH#9916) Julia Signell
+  * Fix numeric meta_nonempty index creation for pandas 2.0
+    (GH#9908) James Bourbeau
+  * Fix DataFrame.info() tests for pandas 2.0 (GH#9909) James
+    Bourbeau
+  ## Bug Fixes
+  * Fix GroupBy.value_counts handling for multiple groupby columns
+    (GH#9905) Charles Blackmon-Luca
+
+-------------------------------------------------------------------

Old:
----
  dask-2023.1.1.tar.gz

New:
----
  dask-2023.2.0.tar.gz

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

Other differences:
------------------
++++++ python-dask.spec ++++++
--- /var/tmp/diff_new_pack.if49X9/_old  2023-02-28 12:49:45.368877286 +0100
+++ /var/tmp/diff_new_pack.if49X9/_new  2023-02-28 12:49:45.380877351 +0100
@@ -22,27 +22,39 @@
 %define psuffix -test-py38
 %define skip_python39 1
 %define skip_python310 1
+%define skip_python311 1
 %bcond_without test
 %endif
 %if "%{flavor}" == "test-py39"
 %define psuffix -test-py39
 %define skip_python38 1
 %define skip_python310 1
+%define skip_python311 1
 %bcond_without test
 %endif
 %if "%{flavor}" == "test-py310"
 %define psuffix -test-py310
 %define skip_python38 1
 %define skip_python39 1
+%define skip_python311 1
+%bcond_without test
+%endif
+%if "%{flavor}" == "test-py311"
+%define psuffix -test-py311
+%define skip_python38 1
+%define skip_python39 1
+%define skip_python310 1
 %bcond_without test
 %endif
 %if "%{flavor}" == ""
 %bcond_with test
 %endif
+# Numba is not ready for python 3.11 yet gh#numba/numba#8304
+%define skip_python311 1
 
 Name:           python-dask%{psuffix}
 # ===> Note: python-dask MUST be updated in sync with python-distributed! <===
-Version:        2023.1.1
+Version:        2023.2.0
 Release:        0
 Summary:        Minimal task scheduling abstraction
 License:        BSD-3-Clause
@@ -361,8 +373,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)
-donttest+=" or (test_parquet and (test_chunksize or test_extra_file))"
+# 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)))"
 if [[ $(getconf LONG_BIT) -eq 32 ]]; then
   # https://github.com/dask/dask/issues/8620
   donttest+=" or test_query_with_meta"
@@ -375,9 +387,6 @@
 donttest+=" or test_select_from_select"
 # tries to get an IP address
 donttest+=" or test_map_partitions_df_input"
-# more nullcast pandas warnings since numpy 1.24 (see also gh#dask/dask#9793)
-donttest+=" or (test_array_core and test_setitem_extended_API_2d_mask)"
-donttest+=" or (test_arithmetics_reduction and test_datetime_std)"
 %pytest --pyargs dask -n auto -r fE -m "not network" -k "not ($donttest)" 
--reruns 3 --reruns-delay 3
 %endif
 

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.if49X9/_old  2023-02-28 12:49:45.412877527 +0100
+++ /var/tmp/diff_new_pack.if49X9/_new  2023-02-28 12:49:45.412877527 +0100
@@ -2,5 +2,6 @@
   <package>test-py38</package>
   <package>test-py39</package>
   <package>test-py310</package>
+  <!-- package>test-py311</package -->
 </multibuild>
 

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

Reply via email to