commit python-intake for openSUSE:Factory

2020-05-26 Thread root
Hello community,

here is the log from the commit of package python-intake for openSUSE:Factory 
checked in at 2020-05-26 17:24:05

Comparing /work/SRC/openSUSE:Factory/python-intake (Old)
 and  /work/SRC/openSUSE:Factory/.python-intake.new.2738 (New)


Package is "python-intake"

Tue May 26 17:24:05 2020 rev:5 rq:808785 version:0.5.4

Changes:

--- /work/SRC/openSUSE:Factory/python-intake/python-intake.changes  
2020-02-03 11:13:35.945853447 +0100
+++ /work/SRC/openSUSE:Factory/.python-intake.new.2738/python-intake.changes
2020-05-26 17:24:08.576596874 +0200
@@ -1,0 +2,5 @@
+Mon May 25 10:59:27 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-intake.spec ++
--- /var/tmp/diff_new_pack.GRbQTH/_old  2020-05-26 17:24:09.688599264 +0200
+++ /var/tmp/diff_new_pack.GRbQTH/_new  2020-05-26 17:24:09.692599273 +0200
@@ -50,6 +50,8 @@
 Requires:   python-ruamel.yaml >= 0.15.0
 Requires:   python-six
 Requires:   python-tornado >= 4.5.1
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Jinja2}
@@ -91,16 +93,26 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/intake
+%python_clone -a %{buildroot}%{_bindir}/intake-server
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %python_expand $python -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/intake/cli/tests/
 %python_expand $python -O -m compileall -d %{$python_sitelib} 
%{buildroot}%{$python_sitelib}/intake/cli/tests/
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/intake/cli/tests/
 
+%post
+%python_install_alternative intake
+%python_install_alternative intake-server
+
+%postun
+%python_uninstall_alternative intake
+%python_uninstall_alternative intake-server
+
 %files %{python_files}
 %doc README.md
 %license LICENSE
-%python3_only %{_bindir}/intake-server
-%python3_only %{_bindir}/intake
+%python_alternative %{_bindir}/intake-server
+%python_alternative %{_bindir}/intake
 %{python_sitelib}/*
 
 %changelog




commit python-intake for openSUSE:Factory

2020-02-03 Thread root
Hello community,

here is the log from the commit of package python-intake for openSUSE:Factory 
checked in at 2020-02-03 11:13:30

Comparing /work/SRC/openSUSE:Factory/python-intake (Old)
 and  /work/SRC/openSUSE:Factory/.python-intake.new.26092 (New)


Package is "python-intake"

Mon Feb  3 11:13:30 2020 rev:4 rq:768879 version:0.5.4

Changes:

--- /work/SRC/openSUSE:Factory/python-intake/python-intake.changes  
2019-11-20 10:28:49.714581310 +0100
+++ /work/SRC/openSUSE:Factory/.python-intake.new.26092/python-intake.changes   
2020-02-03 11:13:35.945853447 +0100
@@ -1,0 +2,23 @@
+Thu Jan 30 19:12:57 UTC 2020 - Todd R 
+
+- Update to 0.5.4
+  * Allow for hvplot returning dynamic layouts
+  * Make sure that ttl is numeric
+  * add intake-nested-yaml-catalog plugin 
+  * check_meta_flag -> verify_meta
+  * forgot to add pickle & json
+  * fix dask version constraint
+  * Don't replace "inteke" in remote server name
+  * Update intake/gui/source/defined_plots.py
+  * Use a generator for pagination.
+  * add address to log
+  * add server cli kwarg for address
+  * dask.bytes to fsspec
+  * don't check meta when merging dataframes
+  * pin fsspec >= 0.3.6
+  * return storage options if given
+  * update open_file link
+  * use the given encoder if not in the list
+  * verify kwarg and dask version check
+
+---

Old:

  intake-0.5.3.tar.gz

New:

  intake-0.5.4.tar.gz



Other differences:
--
++ python-intake.spec ++
--- /var/tmp/diff_new_pack.YyQWZC/_old  2020-02-03 11:13:37.393854178 +0100
+++ /var/tmp/diff_new_pack.YyQWZC/_new  2020-02-03 11:13:37.417854191 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-intake
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-intake
-Version:0.5.3
+Version:0.5.4
 Release:0
 Summary:Data loading and cataloging system
 License:BSD-2-Clause
@@ -35,6 +35,8 @@
 Requires:   python-dask-array
 Requires:   python-dask-bag >= 1.0
 Requires:   python-dask-dataframe
+Requires:   python-entrypoints
+Requires:   python-fsspec >= 0.3.6
 Requires:   python-holoviews
 Requires:   python-hvplot
 Requires:   python-ipywidgets >= 7.2
@@ -57,6 +59,8 @@
 BuildRequires:  %{python_module dask-bag >= 1.0}
 BuildRequires:  %{python_module dask-dataframe}
 BuildRequires:  %{python_module dask}
+BuildRequires:  %{python_module entrypoints}
+BuildRequires:  %{python_module fsspec >= 0.3.6}
 BuildRequires:  %{python_module holoviews}
 BuildRequires:  %{python_module hvplot}
 BuildRequires:  %{python_module ipywidgets >= 7.2}
@@ -78,6 +82,9 @@
 
 %prep
 %setup -q -n intake-%{version}
+sed -i -e '/^#!\//, 1d' intake/catalog/tests/test_persist.py
+sed -i -e '/^#!\//, 1d' intake/container/tests/__init__.py
+sed -i -e '/^#!\//, 1d' intake/container/tests/test_generics.py
 
 %build
 %python_build

++ intake-0.5.3.tar.gz -> intake-0.5.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/intake-0.5.3/PKG-INFO new/intake-0.5.4/PKG-INFO
--- old/intake-0.5.3/PKG-INFO   2019-08-07 20:46:08.0 +0200
+++ new/intake-0.5.4/PKG-INFO   2019-12-18 14:32:50.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: intake
-Version: 0.5.3
+Version: 0.5.4
 Summary: Data load and catalog system
 Home-page: https://github.com/intake/intake
 Maintainer: Martin Durant
@@ -71,7 +71,7 @@
 Classifier: Programming Language :: Python :: 3.7
 Requires-Python: >=3.6
 Description-Content-Type: text/markdown
+Provides-Extra: complete
 Provides-Extra: server
-Provides-Extra: dataframe
 Provides-Extra: plot
-Provides-Extra: complete
+Provides-Extra: dataframe
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/intake-0.5.3/docs/source/auth-plugins.rst 
new/intake-0.5.4/docs/source/auth-plugins.rst
--- old/intake-0.5.3/docs/source/auth-plugins.rst   2018-08-03 
15:30:37.0 +0200
+++ new/intake-0.5.4/docs/source/auth-plugins.rst   2019-11-06 
23:49:03.0 +0100
@@ -21,7 +21,7 @@
 plugin would be configured this way::
 
 auth:
-  class: intake.auth.secret.Secret
+  cls: intake.auth.secret.SecretAuth
   kwargs:
 secret: A_SECRET_HASH
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit python-intake for openSUSE:Factory

2019-11-20 Thread root
Hello community,

here is the log from the commit of package python-intake for openSUSE:Factory 
checked in at 2019-11-20 10:28:34

Comparing /work/SRC/openSUSE:Factory/python-intake (Old)
 and  /work/SRC/openSUSE:Factory/.python-intake.new.26869 (New)


Package is "python-intake"

Wed Nov 20 10:28:34 2019 rev:3 rq:749761 version:0.5.3

Changes:

--- /work/SRC/openSUSE:Factory/python-intake/python-intake.changes  
2019-06-04 12:12:41.911814738 +0200
+++ /work/SRC/openSUSE:Factory/.python-intake.new.26869/python-intake.changes   
2019-11-20 10:28:49.714581310 +0100
@@ -1,0 +2,107 @@
+Tue Nov 19 20:55:21 UTC 2019 - Todd R 
+
+- Update to 0.5.3
+  * use frombuffer (fromstring is depr)
+  * fix npy source
+  * make example using storge_options usable
+  * update docs around storage_options
+  * Don't necessarily pass storage_options
+  * fix with test
+  * Add setup entrypoints for drivers and tidy CLI
+  * Don't warn twice 
+  * Add drivers CLI test
+  * update test
+  * Add a load of tests
+  * Fix msgpack imports so msgpack_numpy is not required.
+  * ian-r-rose committed on Jul 26
+  * Use master dask on pip build too
+  * Don't import msgpack_numpy unless needed
+  * prefer conda-forge for installs
+  * Add constructor for tuples during safe load
+  * Fixes on URLs
+  * one remaining dask.bytes
+  * Test basic passing on of filesystems
+  * Pass filesystem stuff through 
+  * Merge branch 'master' into fs
+  * Remove unused import.
+  * Refine temp_config_path fixutre.
+  * Improve test coverage of discovery.
+  * Fix name error exposed by testing.
+  * Fix log call missing msg arg.
+  * Fix typo.
+  * Issue PendingDeprecationWarning for do_package_scan.
+  * Document that do_package_scan will be changed and then removed.
+  * Remove __future__ imports.
+  * wget syntax
+  * much simpler travis script
+  * simple build
+  * deps
+  * simplify travis installs
+  * fix up
+  * Merge branch 'master' into fs
+  * replace dask.bytes imports
+  * Fix typo --- intended length check.
+  * Add autodiscover_all and list non-enabled plugins.
+  * Add module docstring.
+  * Look for and log entrypoint name collision.
+  * Fix typo (local var name changed).
+  * Document interaction between package scan and entrypoint.
+  * Use 'raise from'.
+  * Issue FutureWarning for any package_scan_results.
+  * Fix typos.
+  * Include module in debug log messages.
+  * Fix typo
+  * Fix shadowing.
+  * Add debug logs. Separate discovery and loading.
+  * Remove another unused import.
+  * Roll back unneeded changes.
+  * Update 'Making Drivers' docs.
+  * Finish conf integration; update CLI.
+  * Incorporate 'drivers' section in config.
+  * Make test_which more robust.
+  * Incorporate 'intake.drivers' entrypoint.
+  * Make enable/disable accessible from Python API.
+  * Remove Python 2 compat.
+  * Skip unreadable entries after logging error.
+  * Remove usage of six. Use yaml_load util func.
+  * Fix biffed rebase.
+  * Refine help string.
+  * Add drivers.d system and drivers subcommand.
+  * Minor typo fix in the "Making Drivers" docs
+  * move the {en|de}code_datetime to the compat.{pack|unpack}_kwargs
+  * Provide ndim attribute for npy accessor
+  * added test to check if datetime user_parameters work
+  * add use case for upload
+  * handle lack of tz info
+  * add tests for coerce_datetime and handle non-iterable input
+  * fix numpy warning, and future issue with elementwise comparison
+  * rm errant print()
+  * added {en|de}code_datetime to various msgpack.{packb|unpackb}
+  * Change API
+  * WIP: is this the right add source API?
+  * copy is_dataframe_like
+  * add to API docs 
+  * Add uppload function and machinery
+  * explicit reference to nested cats in conda packages
+  * Update talks
+  * Working FS
+  * Update use_cases.rst
+  * fixes
+  * Merge branch 'master' into params_editor
+  * revert line
+  * mid
+  * start
+  * fix tests
+  * Hide plot when changing source selection
+  * inatke-examples link
+  * rst not md
+  * Update links to intake-examples and include GUI blog
+  * Refactor to make one less copy.
+  * Avoid accidental mutation.
+  * Storage options applied to wrong FS in compressed cache
+  * Add GUI classes
+  * Merge branch 'master' into more_api
+  * Add classes
+  * Let GUI docs be visible; don't ever error on repr
+
+---

Old:

  intake-0.5.1.tar.gz

New:

  intake-0.5.3.tar.gz



Other differences:
--
++ python-intake.spec ++
--- /var/tmp/diff_new_pack.I3IAeJ/_old  2019-11-20 10:28:51.210581608 +0100
+++ /var/tmp/diff_new_pack.I3IAeJ/_new  2019-11-20 10:28:51.210581608 +0100
@@ -19,14 +19,12 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}

commit python-intake for openSUSE:Factory

2019-06-04 Thread root
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 
+
+- 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)