Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ipympl for openSUSE:Factory 
checked in at 2021-12-24 23:38:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipympl (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipympl.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipympl"

Fri Dec 24 23:38:48 2021 rev:8 rq:942376 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipympl/python-ipympl.changes      
2021-03-02 12:46:39.144417537 +0100
+++ /work/SRC/openSUSE:Factory/.python-ipympl.new.2520/python-ipympl.changes    
2021-12-24 23:38:49.896776615 +0100
@@ -1,0 +2,34 @@
+Fri Dec 24 21:39:45 UTC 2021 - Ben Greiner <c...@bnavigator.de>
+
+- Update to v0.8.4 w/ jupyter-matplotlib v0.10.4
+  * Try fixing the automatic release CI job by @martinRenou in #408
+  * Improve toolbar positioning by @martinRenou in #407
+- Release 0.8.3
+  * Update CI badge for github actions by @ianhi in #384
+  * Add configurable throttling for pan_zoom by @martinRenou in
+    #393
+  * Webpack: Remove docs build by @martinRenou in #394
+  * Slow down pre-commit autoupdates by @ianhi in #398
+  * Fix nbconvert pdf export by @martinRenou in #404
+  * Refactor image embedding logic and fix nbconvert HTML export by
+    @martinRenou in #406
+  * Refactor toolbar by @martinRenou in #396
+- Release 0.8.2
+  * Fix issue with Pyolite workaround #382
+- Release 0.8.1
+  * Save plot image in the Widget model #376
+  * Mock Tornado for JupyterLite #381
+  * Fix DPI for static image #380
+  * Improve rubberband #371
+  * Pre-commit setup #362
+  * Bug fixes:
+  * Fix import when not in IPython context #364
+- Release 0.8.0
+  * ipympl now saves the static plot image in the Notebook #343
+  * jupyter-matplotlib has switched to TypeScript #314
+- Release 0.7.0
+  * Added support improved keyhandling in matplotlib 3.4 #310
+    (@tacaswell)
+  * Update the integration with ipython #305 (@ianhi)
+
+-------------------------------------------------------------------

Old:
----
  ipympl-0.6.3-py2.py3-none-any.whl

New:
----
  ipympl-0.8.4-py2.py3-none-any.whl

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-ipympl.spec ++++++
--- /var/tmp/diff_new_pack.fmCR8O/_old  2021-12-24 23:38:50.656777105 +0100
+++ /var/tmp/diff_new_pack.fmCR8O/_new  2021-12-24 23:38:50.660777108 +0100
@@ -19,18 +19,18 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define         skip_python2 1
 %define         skip_python36 1
-%define labver  0.8.3
-%define mainver 0.6.3
+%define pyver   0.8.4
+%define jsver   0.10.4
 %bcond_with     test
 Name:           python-ipympl
-Version:        %{mainver}
+Version:        %{pyver}
 Release:        0
 Summary:        Matplotlib Jupyter Extension
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/matplotlib/ipympl
-Source0:        
https://files.pythonhosted.org/packages/py2.py3/i/ipympl/ipympl-%{mainver}-py2.py3-none-any.whl
-Source1:        
https://raw.githubusercontent.com/matplotlib/ipympl/master/examples/ipympl.ipynb
+Source0:        
https://files.pythonhosted.org/packages/py2.py3/i/ipympl/ipympl-%{pyver}-py2.py3-none-any.whl
+Source1:        
https://raw.githubusercontent.com/matplotlib/ipympl/%{pyver}/examples/ipympl.ipynb
 BuildRequires:  %{python_module Pillow}
 BuildRequires:  %{python_module ipykernel >= 4.7}
 BuildRequires:  %{python_module ipywidgets >= 7.6.0}
@@ -46,9 +46,8 @@
 Requires:       python-ipywidgets >= 7.6.0
 Requires:       python-matplotlib >= 2.0.0
 Requires:       python-matplotlib-web
-Provides:       python-jupyter_ipympl = %{mainver}
-Obsoletes:      python-jupyter_ipympl < %{mainver}
-Provides:       jupyter-ipympl = %{mainver}
+Provides:       python-jupyter_ipympl = %{pyver}
+Obsoletes:      python-jupyter_ipympl < %{pyver}
 Suggests:       python-jupyterlab
 Suggests:       python-notebook
 BuildArch:      noarch
@@ -59,34 +58,39 @@
 
 This package provides the python interface.
 
-%package     -n jupyter-ipympl
+%package     -n jupyter-matplotlib
+Version:        %{jsver}
 Summary:        Matplotlib Jupyter Extension
 Group:          Development/Languages/Python
 Requires:       jupyter-notebook
-Requires:       python3-ipympl = %{mainver}
+Requires:       python3-ipympl = %{pyver}
+Provides:       jupyter-ipympl = %{jsver}
+Obsoletes:      jupyter-ipympl < %{jsver}
 
-%description -n jupyter-ipympl
+%description -n jupyter-matplotlib
 Jupyter extension to display matplotlib plots in a widget.
 
 This package provides the jupyter notebook extension.
 
-%package     -n jupyter-ipympl-jupyterlab
-Version:        %{labver}
+%package     -n jupyter-matplotlib-jupyterlab
+Version:        %{jsver}
 Release:        0
 Summary:        Matplotlib JupyterLab Extension
 Group:          Development/Languages/Python
 Requires:       jupyter-jupyterlab
-Requires:       python3-ipympl = %{mainver}
-Provides:       python3-jupyter_ipympl_jupyterlab = %{labver}
-Obsoletes:      python3-jupyter_ipympl_jupyterlab < %{labver}
+Requires:       python3-ipympl = %{pyver}
+Provides:       python3-jupyter_ipympl_jupyterlab = %{jsver}
+Obsoletes:      python3-jupyter_ipympl_jupyterlab < %{jsver}
+Provides:       jupyter-ipympl-jupyterlab = %{jsver}
+Obsoletes:      jupyter-ipympl-jupyterlab < %{jsver}
 
-%description -n jupyter-ipympl-jupyterlab
+%description -n jupyter-matplotlib-jupyterlab
 Jupyter extension to display matplotlib plots in a widget.
 
 This package provides the JupyterLab extension.
 
 %prep
-%setup -q -c ipympl-%{mainver} -D -T
+%setup -q -c ipympl-%{pyver} -D -T
 %python_expand mkdir -p build; cp %{SOURCE0} build/
 cp %{SOURCE1} .
 
@@ -98,7 +102,7 @@
 %jupyter_move_config
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 %fdupes %{buildroot}%{_jupyter_prefix}
-cp %{buildroot}%{python3_sitelib}/ipympl-%{mainver}.dist-info/LICENSE .
+cp %{buildroot}%{python3_sitelib}/ipympl-%{pyver}.dist-info/LICENSE .
 
 %check
 %pytest --nbval ipympl.ipynb
@@ -106,14 +110,14 @@
 %files %{python_files}
 %license LICENSE
 %{python_sitelib}/ipympl/
-%{python_sitelib}/ipympl-%{mainver}.dist-info
+%{python_sitelib}/ipympl-%{pyver}.dist-info
 
-%files -n jupyter-ipympl
+%files -n jupyter-matplotlib
 %license LICENSE
 %{_jupyter_nbextension_dir}/jupyter-matplotlib
-%config %{_jupyter_nb_notebook_confdir}/jupyter-matplotlib.json
+%{?!_jupyter_distconfig:%config} 
%{_jupyter_nb_notebook_confdir}/jupyter-matplotlib.json
 
-%files -n jupyter-ipympl-jupyterlab
+%files -n jupyter-matplotlib-jupyterlab
 %license LICENSE
 %dir %{_jupyter_prefix}/labextensions
 %{_jupyter_prefix}/labextensions/jupyter-matplotlib

++++++ ipympl.ipynb ++++++
++++ 645 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/python-ipympl/ipympl.ipynb
++++ and /work/SRC/openSUSE:Factory/.python-ipympl.new.2520/ipympl.ipynb

Reply via email to