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 2021-08-12 09:01:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dask (Old) and /work/SRC/openSUSE:Factory/.python-dask.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dask" Thu Aug 12 09:01:25 2021 rev:47 rq:911077 version:2021.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes 2021-07-22 22:43:49.835163040 +0200 +++ /work/SRC/openSUSE:Factory/.python-dask.new.1899/python-dask.changes 2021-08-12 09:02:17.182091782 +0200 @@ -1,0 +2,50 @@ +Sun Aug 8 14:42:17 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to 2021.7.2 + * This is the last release with support for NumPy 1.17 and pandas + 0.25. Beginning with the next release, NumPy 1.18 and pandas + 1.0 will be the minimum supported versions. + * Add dask.array SVG to the HTML Repr + * Avoid use of Delayed in to_parquet + * Temporarily pin pyarrow<5 in CI + * Add deprecation warning for top-level ucx and rmm config values + * Remove skips from doctests (4 of 6) + * Remove skips from doctests (5 of 6) + * Adds missing prepend/append functionality to da.diff + * Change graphviz font family to sans + * Fix read-csv name - when path is different, use different name + for task + * Update configuration reference for ucx and rmm changes + * Add meta support to __setitem__ + * NEP-35 support for slice_with_int_dask_array + * Unpin fastparquet in CI + * Remove skips from doctests (3 of 6) +- Release 2021.7.1 + * Make array assert_eq check dtype + * Remove skips from doctests (6 of 6) + * Remove experimental feature warning from actors docs + * Remove skips from doctests (2 of 6) + * Separate out Array and Bag API + * Implement lazy Array.__iter__ + * Clean up places where we inadvertently iterate over arrays + * Add numeric_only kwarg to DataFrame reductions + * Add pytest marker for GPU tests + * Add support for histogram2d in dask.array + * Remove skips from doctests (1 of 6) + * Add node size scaling to the Graphviz output for the high + level graphs + * Update old Bokeh links + * Temporarily pin fastparquet in CI + * Add dask.array import to progress bar docs + * Use separate files for each DataFrame API function and method + * Fix pyarrow-dataset ordering bug + * Generalize unique aggregate + * Raise NotImplementedError when using pd.Grouper + * Add aggregate_files argument to enable multi-file partitions in + read_parquet + * Un-xfail test_daily_stock + * Update access configuration docs + * Use packaging for version comparisons + * Handle infinite loops in merge_asof + +------------------------------------------------------------------- Old: ---- dask-2021.7.0.tar.gz New: ---- dask-2021.7.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dask.spec ++++++ --- /var/tmp/diff_new_pack.0XR5HH/_old 2021-08-12 09:02:17.850090738 +0200 +++ /var/tmp/diff_new_pack.0XR5HH/_new 2021-08-12 09:02:17.850090738 +0200 @@ -29,19 +29,21 @@ %define skip_python36 1 Name: python-dask%{psuffix} # Note: please always update together with python-distributed! -Version: 2021.7.0 +Version: 2021.7.2 Release: 0 Summary: Minimal task scheduling abstraction License: BSD-3-Clause URL: https://dask.org Source: https://files.pythonhosted.org/packages/source/d/dask/dask-%{version}.tar.gz BuildRequires: %{python_module base >= 3.7} +BuildRequires: %{python_module packaging} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyYAML Requires: python-cloudpickle >= 1.1.1 Requires: python-fsspec >= 0.6.0 +Requires: python-packaging Requires: python-partd >= 0.3.10 Requires: python-toolz >= 0.8.2 Recommends: %{name}-array = %{version} @@ -331,6 +333,8 @@ donttest+="or (test_distributed and test_serializable_groupby_agg)" donttest+="or (test_distributed and test_await)" donttest+="or (test_threaded and test_interrupt)" +# requires otherwise optional pyarrow (not available on TW) +donttest+="or (test_parquet and test_chunksize and fastparquet)" %pytest --pyargs dask -rfEs -m "not network" -k "not ($donttest)" -n auto %endif ++++++ dask-2021.7.0.tar.gz -> dask-2021.7.2.tar.gz ++++++ ++++ 6686 lines of diff (skipped)