Hello community, here is the log from the commit of package python-datashader for openSUSE:Factory checked in at 2018-07-31 15:58:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-datashader (Old) and /work/SRC/openSUSE:Factory/.python-datashader.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-datashader" Tue Jul 31 15:58:23 2018 rev:3 rq:625838 version:0.6.7 Changes: -------- --- /work/SRC/openSUSE:Factory/python-datashader/python-datashader.changes 2018-06-13 15:38:36.130300752 +0200 +++ /work/SRC/openSUSE:Factory/.python-datashader.new/python-datashader.changes 2018-07-31 15:58:26.751449411 +0200 @@ -1,0 +2,18 @@ +Fri Jul 20 15:09:30 UTC 2018 - [email protected] + +- Rebuilt with the new numba + +------------------------------------------------------------------- +Thu Jul 19 13:26:46 UTC 2018 - [email protected] + +- Update to 0.6.7: + - Supports dask >= 0.18. + - InteractiveImage is now deprecated; please use the Datashader + support in HoloViews instead. + - Updated installation and example instructions to use new + datashader command. + - Ensured transparent (not black) image is returned when there is no + data to plot (thanks to Nick Xie) + - Simplified getting-started example (thanks to David Jones) + +------------------------------------------------------------------- Old: ---- 0.6.5.tar.gz New: ---- v0.6.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-datashader.spec ++++++ --- /var/tmp/diff_new_pack.VljHVb/_old 2018-07-31 15:58:28.299452035 +0200 +++ /var/tmp/diff_new_pack.VljHVb/_new 2018-07-31 15:58:28.303452042 +0200 @@ -23,18 +23,33 @@ %bcond_with test %endif Name: python-datashader -Version: 0.6.5 +Version: 0.6.7 Release: 0 Summary: Data visualization toolchain based on aggregating into a grid License: BSD-3-Clause Group: Development/Languages/Python -Url: http://github.com/bokeh/datashader -Source: https://github.com/bokeh/datashader/archive/%{version}.tar.gz +URL: http://github.com/bokeh/datashader +Source: https://github.com/bokeh/datashader/archive/v%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip +Requires: python-DataShape >= 0.5.1 +Requires: python-Pillow +Requires: python-PyYAML +Requires: python-bokeh +Requires: python-colorcet +Requires: python-dask +Requires: python-dask-dataframe +Requires: python-fastparquet +Requires: python-numba >= 0.24.0 +Requires: python-numpy >= 1.7 +Requires: python-pandas >= 0.15.0 +Requires: python-param >= 1.6.0 +Requires: python-toolz +Requires: python-xarray >= 0.9.6 +BuildArch: noarch %if %{with test} BuildRequires: %{python_module DataShape >= 0.5.1} BuildRequires: %{python_module Pillow} @@ -47,33 +62,18 @@ BuildRequires: %{python_module numba >= 0.24.0} BuildRequires: %{python_module numpy >= 1.7} BuildRequires: %{python_module pandas >= 0.15.0} -BuildRequires: %{python_module param >= 1.5.0} +BuildRequires: %{python_module param >= 1.6.0} +BuildRequires: %{python_module pytest-benchmark} BuildRequires: %{python_module pytest} BuildRequires: %{python_module toolz} BuildRequires: %{python_module xarray >= 0.9.6} BuildRequires: python-funcsigs BuildRequires: python-singledispatch %endif -Requires: python-DataShape >= 0.5.1 -Requires: python-Pillow -Requires: python-PyYAML -Requires: python-bokeh -Requires: python-colorcet -Requires: python-dask -Requires: python-dask-dataframe -Requires: python-fastparquet -Requires: python-numba >= 0.24.0 -Requires: python-numpy >= 1.7 -Requires: python-pandas >= 0.15.0 -Requires: python-param >= 1.5.0 -Requires: python-toolz -Requires: python-xarray >= 0.9.6 %ifpython2 -Requires: python-funcsigs BuildRequires: python-singledispatch +Requires: python-funcsigs %endif -BuildArch: noarch - %python_subpackages %description @@ -107,21 +107,24 @@ %install %python_install -%python_expand rm -r %{buildroot}%{$python_sitelib}/examples/ -%python_expand %fdupes %{buildroot}%{$python_sitelib} +%{python_expand %fdupes %{buildroot}%{$python_sitelib} +rm -v %{buildroot}%{$python_sitelib}/datashader/.version +} %if %{with test} %check export PYTHONPATH=examples -%python_expand py.test-%{$python_bin_suffix} datashader/tests --doctest-modules --doctest-ignore-import-errors +# excluded tests are https://github.com/bokeh/datashader/issues/620 +%{python_expand py.test-%{$python_bin_suffix} datashader/tests \ + --doctest-modules --doctest-ignore-import-errors +} + %endif %files %{python_files} -%defattr(-,root,root,-) %doc README.md %license LICENSE.txt -%doc examples/ -%{python_sitelib}/datashader/ -%{python_sitelib}/datashader-%{version}-py*.egg-info +%python3_only %{_bindir}/datashader +%{python_sitelib}/datashader* %changelog
