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 2022-11-21 15:29:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dask (Old) and /work/SRC/openSUSE:Factory/.python-dask.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dask" Mon Nov 21 15:29:43 2022 rev:57 rq:1036964 version:2022.11.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dask/python-dask.changes 2022-10-25 11:20:38.310220573 +0200 +++ /work/SRC/openSUSE:Factory/.python-dask.new.1597/python-dask.changes 2022-11-21 15:29:51.724729470 +0100 @@ -1,0 +2,54 @@ +Sun Nov 20 10:01:18 UTC 2022 - Ben Greiner <[email protected]> + +- Update to version 2022.11.1 + ## Enhancements + * Restrict bokeh=3 support (GH#9673) Gabe Joseph (ignored in rpm, + fixed by bokek 3.0.2, see gh#dask/dask#9659) + * Updates for fastparquet evolution (GH#9650) Martin Durant + ## Maintenance + * Revert importlib.metadata workaround (GH#9658) James Bourbeau +- Release 2022.11.0 + ## Enhancements + * Generalize from_dict implementation to allow usage from other + backends (GH#9628) GALI PREM SAGAR + ## Bug Fixes + * Avoid pandas constructors in dask.dataframe.core (GH#9570) + Richard (Rick) Zamora + * Fix sort_values with Timestamp data (GH#9642) James Bourbeau + * Generalize array checking and remove pd.Index call in + _get_partitions (GH#9634) Benjamin Zaitlen + * Fix read_csv behavior for header=0 and names (GH#9614) Richard + (Rick) Zamora + ## Maintenance + * Allow bokeh=3 (GH#9659) James Bourbeau + * Add pre-commit to catch breakpoint() (GH#9638) James Bourbeau + * Bump xarray-contrib/issue-from-pytest-log from 1.1 to 1.2 + (GH#9635) + * Remove blosc references (GH#9625) Naty Clementi + * Harden test_repartition_npartitions (GH#9585) Richard (Rick) + Zamora +- Release 2022.10.2 + * This was a hotfix and has no changes in this repository. The + necessary fix was in dask/distributed, but we decided to bump + this version number for consistency. +- Release 2022.10.1 + ## Enhancements + * Enable named aggregation syntax (GH#9563) ChrisJar + * Add extension dtype support to set_index (GH#9566) James + Bourbeau + * Redesigning the array HTML repr for clarity (GH#9519) Shingo + OKAWA + ## Bug Fixes + * Fix merge with emtpy left DataFrame (GH#9578) Ian Rose + ## Maintenance + * Require Click 7.0+ in Dask (GH#9595) John A Kirkham + * Temporarily restrict bokeh<3 (GH#9607) James Bourbeau + * Resolve importlib-related failures in upstream CI (GH#9604) + Charles Blackmon-Luca + * Remove setuptools host dep, add CLI entrypoint (GH#9600) + Charles Blackmon-Luca + * More Backend dispatch class type annotations (GH#9573) Ian Rose +- Create a -test subpackage in order to avoid rpmlint errors +- Drop extra conftest: included in sdist. + +------------------------------------------------------------------- Old: ---- conftest.py dask-2022.10.0.tar.gz New: ---- dask-2022.11.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dask.spec ++++++ --- /var/tmp/diff_new_pack.mLC8to/_old 2022-11-21 15:29:52.412732963 +0100 +++ /var/tmp/diff_new_pack.mLC8to/_new 2022-11-21 15:29:52.416732984 +0100 @@ -39,23 +39,22 @@ %if "%{flavor}" == "" %bcond_with test %endif -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 + Name: python-dask%{psuffix} # ===> Note: python-dask MUST be updated in sync with python-distributed! <=== -Version: 2022.10.0 +Version: 2022.11.1 Release: 0 Summary: Minimal task scheduling abstraction License: BSD-3-Clause URL: https://dask.org Source0: https://files.pythonhosted.org/packages/source/d/dask/dask-%{version}.tar.gz -Source1: https://github.com/dask/dask/raw/%{version}/conftest.py BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module packaging >= 20.0} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-PyYAML >= 5.3.1 +Requires: python-click >= 7 Requires: python-cloudpickle >= 1.1.1 Requires: python-fsspec >= 0.6.0 Requires: python-packaging >= 20.0 @@ -87,7 +86,7 @@ %if %{with test} # test that we specified all requirements correctly in the core # and subpackages by only requiring dask-complete and optional extras -BuildRequires: %{python_module dask-complete = %{version}} +BuildRequires: %{python_module dask-test = %{version}} BuildRequires: %{python_module pytest-rerunfailures} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} @@ -257,6 +256,8 @@ Requires: %{name} = %{version} Requires: python-Jinja2 Requires: python-bokeh >= 2.4.2 +Conflicts: python-bokeh = 3.0.0 +Conflicts: python-bokeh = 3.0.1 %description diagnostics A flexible library for parallel computing in Python. @@ -312,10 +313,20 @@ This package contains the graphviz dot rendering interface. +%package test +Summary: The test submodules of the python-dask package +Requires: %{name}-complete = %{version} + +%description test +Dask is a flexible library for parallel computing in Python. +This subpackage provides the .test submodules in the sitelib required for +unit testing dask. + %prep %autosetup -p1 -n dask-%{version} -cp %{SOURCE1} ./ sed -i '/addopts/d' setup.cfg +# https://github.com/dask/dask/pull/9659 +sed -i '/bokeh/ s/, <3/,!=3.0.0,!=3.0.1/' setup.py chmod a-x dask/dataframe/io/orc/utils.py %build @@ -387,6 +398,9 @@ %exclude %{python_sitelib}/dask/diagnostics %exclude %{python_sitelib}/dask/delayed.py* %exclude %{python_sitelib}/dask/dot.py* +%exclude %{python_sitelib}/dask/tests +%exclude %{python_sitelib}/dask/bytes/tests +%exclude %{python_sitelib}/dask/widgets/tests %pycache_only %exclude %{python_sitelib}/dask/__pycache__/delayed*.pyc %pycache_only %exclude %{python_sitelib}/dask/__pycache__/dot.* @@ -396,14 +410,19 @@ %files %{python_files array} %license LICENSE.txt %{python_sitelib}/dask/array/ +%exclude %{python_sitelib}/dask/array/tests %files %{python_files bag} %license LICENSE.txt %{python_sitelib}/dask/bag/ +%exclude %{python_sitelib}/dask/bag/tests %files %{python_files dataframe} %license LICENSE.txt %{python_sitelib}/dask/dataframe/ +%exclude %{python_sitelib}/dask/dataframe/tests +%exclude %{python_sitelib}/dask/dataframe/io/tests +%exclude %{python_sitelib}/dask/dataframe/tseries/tests %files %{python_files distributed} %license LICENSE.txt @@ -416,11 +435,24 @@ %files %{python_files diagnostics} %license LICENSE.txt %{python_sitelib}/dask/diagnostics/ +%exclude %{python_sitelib}/dask/diagnostics/tests %files %{python_files delayed} %license LICENSE.txt %{python_sitelib}/dask/delayed.py* %pycache_only %{python_sitelib}/dask/__pycache__/delayed*.pyc + +%files %{python_files test} +%license LICENSE.txt +%{python_sitelib}/dask/tests +%{python_sitelib}/dask/bytes/tests +%{python_sitelib}/dask/widgets/tests +%{python_sitelib}/dask/array/tests +%{python_sitelib}/dask/bag/tests +%{python_sitelib}/dask/dataframe/tests +%{python_sitelib}/dask/dataframe/io/tests +%{python_sitelib}/dask/dataframe/tseries/tests +%{python_sitelib}/dask/diagnostics/tests %endif %changelog ++++++ dask-2022.10.0.tar.gz -> dask-2022.11.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/python-dask/dask-2022.10.0.tar.gz /work/SRC/openSUSE:Factory/.python-dask.new.1597/dask-2022.11.1.tar.gz differ: char 5, line 1
