Hello community, here is the log from the commit of package python-ipympl for openSUSE:Factory checked in at 2019-08-13 13:20:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-ipympl (Old) and /work/SRC/openSUSE:Factory/.python-ipympl.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ipympl" Tue Aug 13 13:20:25 2019 rev:2 rq:722243 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/python-ipympl/python-ipympl.changes 2019-05-22 11:08:30.994618830 +0200 +++ /work/SRC/openSUSE:Factory/.python-ipympl.new.9556/python-ipympl.changes 2019-08-13 13:21:10.305419847 +0200 @@ -1,0 +2,26 @@ +Sun Aug 11 03:35:59 UTC 2019 - Todd R <[email protected]> + +- Update to 0.3.3 + * Fixup jlab layout + * Fix rubberband on Firefox +- Update to 0.3.2 + * Make use of CSS variables +- Update to 0.3.0 + * Use `display: block` for canvas elements and fix layout issues. + * Resize support + * Update to jupyterlab 1.0 + * Add support for changing button style + * Center toolbar buttons + * Fix Python inheritance + * Make the figure a widget + * Pan/Zoom toggle buttons + * Move message in footer + * js_version -> js_version + * Interactive Toolbar widget + * Remove jupyter.setDirty call + * Send image data as binary buffer + * Remove websocket proxy + * Fix visual glitch when hiding the toolbar + * Improve label CSS + +------------------------------------------------------------------- Old: ---- ipympl-0.2.1-py2.py3-none-any.whl New: ---- ipympl-0.3.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-ipympl.spec ++++++ --- /var/tmp/diff_new_pack.mcK30I/_old 2019-08-13 13:21:11.705419479 +0200 +++ /var/tmp/diff_new_pack.mcK30I/_new 2019-08-13 13:21:11.745419469 +0200 @@ -17,8 +17,8 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define labver 0.3.0 -%define mainver 0.2.1 +%define labver 0.4.2 +%define mainver 0.3.3 %bcond_with test Name: python-ipympl Version: %{mainver} @@ -27,11 +27,10 @@ License: BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/matplotlib/jupyter-matplotlib -Source: https://files.pythonhosted.org/packages/py2.py3/i/ipympl/ipympl-%{mainver}-py2.py3-none-any.whl +Source: https://files.pythonhosted.org/packages/source/i/ipympl/ipympl-%{mainver}.tar.gz BuildRequires: %{python_module ipython} BuildRequires: %{python_module ipywidgets >= 7.0.0} BuildRequires: %{python_module matplotlib >= 2.0.0} -BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module six} BuildRequires: fdupes @@ -39,20 +38,20 @@ BuildRequires: python-backports.functools_lru_cache BuildRequires: python-notebook BuildRequires: python-rpm-macros -BuildRequires: jupyter-jupyterlab +BuildRequires: jupyter-jupyterlab-filesystem Requires: python-ipython Requires: python-ipywidgets >= 7.0.0 Requires: python-matplotlib >= 2.0.0 Requires: python-six -Provides: python-jupyter_ipympl = %{version} -Obsoletes: python-jupyter_ipympl <= %{version} +Provides: python-jupyter_ipympl = %{mainver} +Obsoletes: python-jupyter_ipympl < %{mainver} BuildArch: noarch %ifpython2 Requires: python-backports.functools_lru_cache Requires: python3-ipympl = %{mainver} %endif %ifpython3 -Provides: jupyter-ipympl = %{version} +Provides: jupyter-ipympl = %{mainver} %endif %python_subpackages @@ -76,8 +75,8 @@ Summary: Matplotlib JupyterLab Extension Requires: python3-ipympl = %{mainver} Requires: jupyter-jupyterlab -Provides: python3-jupyter_ipympl_jupyterlab = %{version} -Obsoletes: python3-jupyter_ipympl_jupyterlab <= %{version} +Provides: python3-jupyter_ipympl_jupyterlab = %{labver} +Obsoletes: python3-jupyter_ipympl_jupyterlab < %{labver} %description -n jupyter-ipympl-jupyterlab Jupyter extension to display matplotlib plots in a widget. @@ -88,32 +87,31 @@ jupyter labextension install @jupyter-widgets/jupyterlab-manager %prep -%setup -q -c -T +%setup -q -n ipympl-%{mainver} %build -# not needed +%python_build %install -%python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0} - -cp %{buildroot}%{python_sitelib}/ipympl-%{mainver}.dist-info/LICENSE.txt . +%python_install %{jupyter_move_config} %python_expand %fdupes %{buildroot}%{$python_sitelib} -%{fdupes %{buildroot}%{_jupyter_prefix} %{buildroot}%{python3_sitelib}} +%fdupes %{buildroot}%{_jupyter_prefix} %files %{python_files} -%license %{python_sitelib}/ipympl-%{mainver}.dist-info/LICENSE.txt +%license LICENSE %{python_sitelib}/ipympl/ -%{python_sitelib}/ipympl-%{mainver}.dist-info/ +%{python_sitelib}/ipympl-%{mainver}-py*.egg-info %files -n jupyter-ipympl -%license LICENSE.txt +%license LICENSE +%doc README.md %{_jupyter_nbextension_dir}/jupyter-matplotlib %config %{_jupyter_nb_notebook_confdir}/jupyter-matplotlib.json %files -n jupyter-ipympl-jupyterlab -%license LICENSE.txt +%license LICENSE %{_jupyter_labextensions_dir}/jupyter-matplotlib-%{labver}.tgz %changelog
