Hello community, here is the log from the commit of package python-intake for openSUSE:Factory checked in at 2019-06-04 12:12:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-intake (Old) and /work/SRC/openSUSE:Factory/.python-intake.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-intake" Tue Jun 4 12:12:20 2019 rev:2 rq:707271 version:0.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-intake/python-intake.changes 2019-02-26 22:18:34.510146657 +0100 +++ /work/SRC/openSUSE:Factory/.python-intake.new.5148/python-intake.changes 2019-06-04 12:12:41.911814738 +0200 @@ -1,0 +2,26 @@ +Mon Jun 3 17:04:50 UTC 2019 - Todd R <[email protected]> + +- Update to 0.5.1 + * Making sure that catalog and entry guis work + * Making sure that logo is always part of panel + * A little paranoia in case describe() exposes mutable state. + * Do not nest inside 'source' key twice. + * Work on copy that will be serialized. + * Apply to info-get route + * Don't attempt to serialise functions in server response + * Defer inputs until needed + * add intake-stac to plugins list + * Allow local cat entry to specify explicit driver class + * In GUI code, use describe() rather than attrbiutes + * make msgpack_numpy optional + * Don't pop plots from metadata + * Don't remove plots from description + * Add intake-dcat to the plugin directory. + * Serializing and deserializing state + * Add name to describe(), standardize describe() and describe_open() + * Fixing up done_callback switch + * Allow the expannding and collapsing of nested catalogs + * Disable buttons when they aren't ready +- Fix jupyter dependencies. + +------------------------------------------------------------------- Old: ---- LICENSE intake-0.4.1.tar.gz New: ---- intake-0.5.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-intake.spec ++++++ --- /var/tmp/diff_new_pack.jxWxZH/_old 2019-06-04 12:12:43.515814213 +0200 +++ /var/tmp/diff_new_pack.jxWxZH/_new 2019-06-04 12:12:43.515814213 +0200 @@ -19,14 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-intake -Version: 0.4.1 +Version: 0.5.1 Release: 0 Summary: Data loading and cataloging system License: BSD-2-Clause Group: Development/Languages/Python URL: https://github.com/ContinuumIO/intake Source0: https://files.pythonhosted.org/packages/source/i/intake/intake-%{version}.tar.gz -Source10: https://raw.githubusercontent.com/ContinuumIO/intake/%{version}/LICENSE BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes @@ -36,10 +35,11 @@ Requires: python-appdirs Requires: python-dask Requires: python-dask-array -Requires: python-dask-bag +Requires: python-dask-bag >= 1.0 Requires: python-dask-dataframe Requires: python-holoviews -Requires: python-jupyter_ipywidgets >= 7.2 +Requires: python-hvplot +Requires: python-ipywidgets >= 7.2 Requires: python-msgpack-numpy Requires: python-msgpack Requires: python-numpy @@ -57,10 +57,11 @@ BuildRequires: %{python_module appdirs} BuildRequires: %{python_module dask} BuildRequires: %{python_module dask-array} -BuildRequires: %{python_module dask-bag} +BuildRequires: %{python_module dask-bag >= 1.0} BuildRequires: %{python_module dask-dataframe} BuildRequires: %{python_module holoviews} -BuildRequires: %{python_module jupyter_ipywidgets >= 7.2} +BuildRequires: %{python_module hvplot} +BuildRequires: %{python_module ipywidgets >= 7.2} BuildRequires: %{python_module msgpack-numpy} BuildRequires: %{python_module msgpack} BuildRequires: %{python_module numpy} @@ -79,7 +80,6 @@ %prep %setup -q -n intake-%{version} -cp %{SOURCE10} . %build %python_build ++++++ intake-0.4.1.tar.gz -> intake-0.5.1.tar.gz ++++++ ++++ 11507 lines of diff (skipped)
