Hello community, here is the log from the commit of package python-datashader for openSUSE:Factory checked in at 2018-10-31 13:14:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-datashader (Old) and /work/SRC/openSUSE:Factory/.python-datashader.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-datashader" Wed Oct 31 13:14:30 2018 rev:5 rq:645327 version:0.6.8 Changes: -------- --- /work/SRC/openSUSE:Factory/python-datashader/python-datashader.changes 2018-08-15 10:37:05.232148660 +0200 +++ /work/SRC/openSUSE:Factory/.python-datashader.new/python-datashader.changes 2018-10-31 13:15:53.231371199 +0100 @@ -1,0 +2,13 @@ +Fri Oct 26 19:49:29 UTC 2018 - Todd R <[email protected]> + +- Update to version 0.6.8 + + New features: + * Added Strange Attractors example (#632) + * Major speedup: optimized dask datashape detection (#634) + + Bugfixes and compatibility: + * Silenced inappropriate warnings (#631) + * Fixed various other bugs, including #644 + * Added handling for zero data and zero range (#612, #648) +- Switch to pypi sources + +------------------------------------------------------------------- Old: ---- v0.6.7.tar.gz New: ---- datashader-0.6.8.tar.gz python-datashader-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-datashader.spec ++++++ --- /var/tmp/diff_new_pack.yctw5m/_old 2018-10-31 13:15:55.235369290 +0100 +++ /var/tmp/diff_new_pack.yctw5m/_new 2018-10-31 13:15:55.239369287 +0100 @@ -23,34 +23,20 @@ %bcond_with test %endif Name: python-datashader -Version: 0.6.7 +Version: 0.6.8 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/v%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/d/datashader/datashader-%{version}.tar.gz +Source100: python-datashader-rpmlintrc BuildRequires: %{python_module devel} BuildRequires: %{python_module param >= 1.6.0} +BuildRequires: %{python_module pyct} 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} @@ -70,6 +56,22 @@ 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.6.0 +Requires: python-pyct +Requires: python-toolz +Requires: python-xarray >= 0.9.6 +BuildArch: noarch %ifpython2 BuildRequires: python-singledispatch Requires: python-funcsigs @@ -108,7 +110,7 @@ %install %python_install %{python_expand %fdupes %{buildroot}%{$python_sitelib} -rm -v %{buildroot}%{$python_sitelib}/datashader/.version +chmod a-x %{buildroot}%{$python_sitelib}/datashader/examples/filetimes.py } %if %{with test} ++++++ python-datashader-rpmlintrc ++++++ addFilter("hidden-file-or-dir .*/site-packages/datashader/.version")
