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-02-09 21:17:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dask (Old) and /work/SRC/openSUSE:Factory/.python-dask.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dask" Tue Feb 9 21:17:09 2021 rev:40 rq:870416 version:2021.2.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes 2021-02-02 14:45:01.277005014 +0100 +++ /work/SRC/openSUSE:Factory/.python-dask.new.28504/python-dask.changes 2021-02-09 21:17:11.066836581 +0100 @@ -1,0 +2,36 @@ +Mon Feb 8 14:24:58 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to version 2020.2.0 + * Add percentile support for NEP-35 (GH#7162) Peter Andreas + Entschev + * Added support for Float64 in column assignment (GH#7173) Nils + Braun + * Coarsen rechunking error (GH#7127) Davis Bennett + * Fix upstream CI tests (GH#6896) Julia Signell + * Revise HighLevelGraph Mapping API (GH#7160) Guido Imperiale + * Update low-level graph spec to use any hashable for keys + (GH#7163) James Bourbeau + * Generically rebuild a collection with different keys (GH#7142) + Guido Imperiale + * Make easier to link issues in PRs (GH#7130) Ray Bell + * Add dask.array.append (GH#7146) D-Stacks + * Allow dask.array.ravel to accept array_like argument (GH#7138) + D-Stacks + * Fixes link in array design doc (GH#7152) Thomas J. Fan + * Fix example of using blockwise for an outer product (GH#7119) + Bruce Merry + * Deprecate HighlevelGraph.dicts in favor of .layers (GH#7145) + Amit Kumar + * Align FastParquetEngine with pyarrow engines (GH#7091) Richard + (Rick) Zamora + * Merge annotations (GH#7102) Ian Rose + * Simplify contents of parts list in read_parquet (GH#7066) + Richard (Rick) Zamora + * check_meta(): use __class__ when checking DataFrame types + (GH#7099) Mads R. B. Kristensen + * Cache several properties (GH#7104) Illviljan + * Fix parquet getitem optimization (GH#7106) Richard (Rick) + Zamora + * Add cytoolz back to CI environment (GH#7103) James Bourbeau + +------------------------------------------------------------------- Old: ---- dask-2021.1.1.tar.gz New: ---- dask-2021.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dask.spec ++++++ --- /var/tmp/diff_new_pack.zHtI5N/_old 2021-02-09 21:17:11.758837368 +0100 +++ /var/tmp/diff_new_pack.zHtI5N/_new 2021-02-09 21:17:11.762837373 +0100 @@ -27,7 +27,7 @@ %endif %define skip_python2 1 Name: python-dask%{psuffix} -Version: 2021.1.1 +Version: 2021.2.0 Release: 0 Summary: Minimal task scheduling abstraction License: BSD-3-Clause @@ -263,7 +263,10 @@ # /SECTION # different seed or mimesis version donttest+=" or (test_datasets and test_deterministic)" -%pytest dask/tests -k "not ($donttest)" -n auto +# distributed/pytest-asyncio cancer is spreading +# https://github.com/dask/distributed/pull/4212 and https://github.com/pytest-dev/pytest-asyncio/issues/168 +donttest+="or test_annotations_blockwise_unpack" +%pytest -ra dask/tests -k "not ($donttest)" -n auto %endif %if !%{with test} ++++++ dask-2021.1.1.tar.gz -> dask-2021.2.0.tar.gz ++++++ ++++ 5254 lines of diff (skipped)