Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-hvplot for openSUSE:Factory checked in at 2021-02-15 23:18:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-hvplot (Old) and /work/SRC/openSUSE:Factory/.python-hvplot.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-hvplot" Mon Feb 15 23:18:40 2021 rev:7 rq:872002 version:0.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-hvplot/python-hvplot.changes 2020-06-24 15:50:10.660729849 +0200 +++ /work/SRC/openSUSE:Factory/.python-hvplot.new.28504/python-hvplot.changes 2021-02-15 23:20:56.403811597 +0100 @@ -1,0 +2,27 @@ +Sat Feb 13 10:37:40 UTC 2021 - Ben Greiner <[email protected]> + +- Update to version 0.7.0 + Major new features: + * Powerful new .interactive() API for building easy apps (#505, + #523) + * New transforms argument to transform data in .hvplot() calls + (#526) + Other new features and enhancements: + * Support passing geographic projections as strings (#372) + * Improved data selection, e.g. for filtering on metadata (#522) + * Provide color_key to datashade as well as cmap, for convenience + (#525) + * Update param warnings to new API (#528) + Bug fixes: + * Fix for specifying hover_cols (#504) + * Remove outdated reference to __main__ console script (#494) + * Misc doc fixes, including to Streaming.ipynb (#481, #511) + * Handle node_shape for networkx (#527) +- Skip python36 build: python36-numpy is being removed from TW + (NEP 29) +- Enable test suite + * Use xarray-data.tar.gz + * Skip tests not working on 32-bit gh#holoviz/hvplot#560 +- No more entrypoint + +------------------------------------------------------------------- Old: ---- hvplot-0.6.0.tar.gz New: ---- hvplot-0.7.0.tar.gz xarray-data.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-hvplot.spec ++++++ --- /var/tmp/diff_new_pack.aAcj9n/_old 2021-02-15 23:20:57.931813879 +0100 +++ /var/tmp/diff_new_pack.aAcj9n/_new 2021-02-15 23:20:57.935813884 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-hvplot # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,20 +18,28 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 +# NEP 29: python36-numpy is no longer available on Tumbleweed +%define skip_python36 1 Name: python-hvplot -Version: 0.6.0 +Version: 0.7.0 Release: 0 Summary: High-level plotting API for the PyData ecosystem built on HoloViews License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/pyviz/hvplot Source0: https://files.pythonhosted.org/packages/source/h/hvplot/hvplot-%{version}.tar.gz +# Test data +Source1: https://github.com/pydata/xarray-data/archive/master.tar.gz#/xarray-data.tar.gz Source100: python-hvplot-rpmlintrc +BuildRequires: %{python_module param >= 1.6.1} +BuildRequires: %{python_module pyct >= 0.4.4} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-bokeh >= 1.0.0 +Requires: python-colorcet >= 2 Requires: python-holoviews >= 1.11.0 +Requires: python-numpy >= 1.15 Requires: python-pandas Requires(post): update-alternatives Requires(postun): update-alternatives @@ -39,30 +47,32 @@ Recommends: python-dask Recommends: python-datashader >= 0.6.5 Recommends: python-geopandas -Recommends: python-geoviews Recommends: python-intake Recommends: python-intake-parquet +Recommends: python-intake-xarray Recommends: python-nbsite >= 0.5.1 Recommends: python-networkx Recommends: python-notebook >= 5.4 -Recommends: python-param >= 1.6.1 Recommends: python-phantomjs +Recommends: python-rasterio +Recommends: python-s3fs Recommends: python-scipy Recommends: python-selenium +Recommends: python-spatialpandas +Recommends: python-scikit-mage +Recommends: python-python-snappy Recommends: python-streamz >= 0.3.0 Recommends: python-xarray BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module Pillow} BuildRequires: %{python_module bokeh >= 1.0.0} -BuildRequires: %{python_module coveralls} +BuildRequires: %{python_module colorcet >= 2} BuildRequires: %{python_module dask} BuildRequires: %{python_module datashader >= 0.6.5} -BuildRequires: %{python_module flake8} BuildRequires: %{python_module holoviews >= 1.11.0} -BuildRequires: %{python_module nbsmoke >= 0.2.0} BuildRequires: %{python_module networkx} -BuildRequires: %{python_module notebook >= 5.4} +BuildRequires: %{python_module numpy >= 1.15} BuildRequires: %{python_module pandas} BuildRequires: %{python_module param >= 1.6.1} BuildRequires: %{python_module parameterized} @@ -83,29 +93,31 @@ %prep %setup -q -n hvplot-%{version} +tar -x -f %{SOURCE1} -C ~/ --transform='s/xarray-data-master/.xarray_tutorial_data/' %build %python_build %install %python_install -%python_clone -a %{buildroot}%{_bindir}/hvplot %python_expand %fdupes %{buildroot}%{$python_sitelib} -# tests require a network connection -# %%check -# %%python_expand nosetests-%%{$python_bin_suffix} -v hvplot - -%post -%python_install_alternative hvplot - -%postun -%python_uninstall_alternative hvplot +%check +# These tests cannot cast to to 32-bit datatypes gh#holoviz/hvplot#560 +if [ $(getconf LONG_BIT) -eq 32 ]; then + donttest+=" or test_aspect_and_frame_height_with_datashade" + donttest+=" or test_aspect_with_datashade" + donttest+=" or test_when_datashade_is_true" + donttest+=" or test_when_datashade_is_true" + donttest+=" or test_xlim_affects_x_range" + donttest+=" or test_plot_resolution_with_rasterize" +fi +%pytest hvplot/tests/test* -ra ${donttest:+ -k "not (${donttest:4})"} %files %{python_files} %doc README.md %license LICENSE -%python_alternative %{_bindir}/hvplot -%{python_sitelib}/* +%{python_sitelib}/hvplot +%{python_sitelib}/hvplot-%{version}*-info %changelog ++++++ hvplot-0.6.0.tar.gz -> hvplot-0.7.0.tar.gz ++++++ ++++ 9156 lines of diff (skipped)
