Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-intake for openSUSE:Factory checked in at 2022-11-25 13:11:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-intake (Old) and /work/SRC/openSUSE:Factory/.python-intake.new.1597 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-intake" Fri Nov 25 13:11:33 2022 rev:10 rq:1037876 version:0.6.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-intake/python-intake.changes 2022-04-26 20:17:31.216742659 +0200 +++ /work/SRC/openSUSE:Factory/.python-intake.new.1597/python-intake.changes 2022-11-25 13:11:41.719859520 +0100 @@ -1,0 +2,15 @@ +Wed Nov 23 19:22:24 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to 0.6.6 + * Fixed bug in json and jsonl driver. + * Ensure description is retained in the catalog. + * Fix cache issue when running inside a notebook. + * Add templating parameters. + * Plotting api keeps hold of hvplot calls to allow other plots to + be made. + * docs updates + * fix urljoin for server via proxy +- Remove manual entrypoint setup for test suite. It istaken care of + by the %pytest macro. + +------------------------------------------------------------------- Old: ---- intake-0.6.5-gh.tar.gz New: ---- intake-0.6.6-gh.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-intake.spec ++++++ --- /var/tmp/diff_new_pack.fiVOO4/_old 2022-11-25 13:11:42.267862581 +0100 +++ /var/tmp/diff_new_pack.fiVOO4/_new 2022-11-25 13:11:42.271862603 +0100 @@ -16,15 +16,14 @@ # -%{?!python_module:%define python_module() python3-%{**}} -%define skip_python2 1 Name: python-intake -Version: 0.6.5 +Version: 0.6.6 Release: 0 Summary: Data loading and cataloging system License: BSD-2-Clause URL: https://github.com/intake/intake Source: https://github.com/intake/intake/archive/refs/tags/%{version}.tar.gz#/intake-%{version}-gh.tar.gz +BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -35,6 +34,7 @@ Requires: python-dask-bag Requires: python-entrypoints Requires: python-fsspec >= 2021.7.0 +Requires: python-msgpack Recommends: python-bokeh Recommends: python-dask-dataframe Recommends: python-hvplot @@ -53,13 +53,16 @@ BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module appdirs} -BuildRequires: %{python_module bokeh} +# upper pin for bokeh required for resolver conflicts with dask, hvplot, and panel. +# upstream even declares bokeh<2, but we don't have it +BuildRequires: %{python_module bokeh < 2.5} BuildRequires: %{python_module dask-bag} BuildRequires: %{python_module dask-dataframe} BuildRequires: %{python_module dask} BuildRequires: %{python_module entrypoints} BuildRequires: %{python_module fsspec >= 2021.7.0} BuildRequires: %{python_module hvplot >= 0.5.2} +BuildRequires: %{python_module msgpack} # strictly a test req, but not a runtime requirement, not available in openSUSE #BuildRequires: %%{python_module intake-parquet} BuildRequires: %{python_module msgpack-numpy} @@ -92,12 +95,6 @@ %python_expand chmod a-x %{buildroot}%{$python_sitelib}/intake-%{version}*-info/* %check -%{python_expand # provide entrypoint for flavor -mkdir -p build/testbin -ln -s %{buildroot}%{_bindir}/intake-%{$python_bin_suffix} build/testbin/intake -ln -s %{buildroot}%{_bindir}/intake-server-%{$python_bin_suffix} build/testbin/intake-server -} -export PATH=$PWD/build/testbin:$PATH # Looks for `which python`, which we don't have in TW donttest+=" or test_which" # test_discover_cli overrides the PYTHONPATH and thus doesn't find the package in buildroot @@ -133,5 +130,15 @@ %python_alternative %{_bindir}/intake %{python_sitelib}/intake %{python_sitelib}/intake-%{version}*-info +%exclude %{python_sitelib}/intake/tests +%exclude %{python_sitelib}/intake/*/tests +%exclude %{python_sitelib}/intake/cli/*/tests +%exclude %{python_sitelib}/intake/interface/*/tests +%exclude %{python_sitelib}/intake/util_tests.py +%pycache_only %exclude %{python_sitelib}/intake/__pycache__/util_tests.*.pyc +%exclude %{python_sitelib}/intake/conftest.py +%pycache_only %exclude %{python_sitelib}/intake/__pycache__/conftest.*.pyc +%exclude %{python_sitelib}/intake/interface/conftest.py +%pycache_only %exclude %{python_sitelib}/intake/interface/__pycache__/conftest.*.pyc %changelog ++++++ intake-0.6.5-gh.tar.gz -> intake-0.6.6-gh.tar.gz ++++++ ++++ 1923 lines of diff (skipped)