Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-ipywidgets for 
openSUSE:Factory checked in at 2024-04-02 16:40:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ipywidgets (Old)
 and      /work/SRC/openSUSE:Factory/.python-ipywidgets.new.1905 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ipywidgets"

Tue Apr  2 16:40:30 2024 rev:17 rq:1163567 version:8.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ipywidgets/python-ipywidgets.changes      
2024-03-06 23:05:00.818362028 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-ipywidgets.new.1905/python-ipywidgets.changes
    2024-04-02 16:40:51.685801574 +0200
@@ -1,0 +2,11 @@
+Fri Mar 29 17:49:23 UTC 2024 - Ben Greiner <[email protected]>
+
+- Update to 8.1.2
+  * Bump systeminformation from 5.18.3 to 5.21.8 in /ui-tests by
+    @dependabot in #3837
+  * Try to use manager's latexTypesetter if window.MathJax is not
+    defined by @bollwyvl in #3847
+  * fix: restoring widgets from saved state is broken since v8 in
+    Lab by @mariobuikhuizen in #3866
+
+-------------------------------------------------------------------

Old:
----
  ipywidgets-8.1.1.tar.gz

New:
----
  ipywidgets-8.1.2.tar.gz

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

Other differences:
------------------
++++++ python-ipywidgets.spec ++++++
--- /var/tmp/diff_new_pack.53xvkF/_old  2024-04-02 16:40:52.257822653 +0200
+++ /var/tmp/diff_new_pack.53xvkF/_new  2024-04-02 16:40:52.261822802 +0200
@@ -18,7 +18,7 @@
 
 %define skip_python39 1
 Name:           python-ipywidgets
-Version:        8.1.1
+Version:        8.1.2
 Release:        0
 Summary:        IPython HTML widgets for Jupyter
 License:        BSD-3-Clause
@@ -35,8 +35,8 @@
 Requires:       python-comm >= 0.1.3
 Requires:       python-ipython >= 6.1.0
 Requires:       python-traitlets >= 4.3.1
-Requires:       (python-jupyterlab_widgets >= 3.0.7 with 
python-jupyterlab_widgets < 4)
-Requires:       (python-widgetsnbextension >= 4.0.7 with 
python-widgetsnbextension < 5)
+Requires:       (python-jupyterlab_widgets >= 3.0.10 with 
python-jupyterlab_widgets < 4)
+Requires:       (python-widgetsnbextension >= 4.0.10 with 
python-widgetsnbextension < 5)
 Provides:       python-jupyter_ipywidgets = %{version}
 Obsoletes:      python-jupyter_ipywidgets < %{version}
 BuildArch:      noarch
@@ -45,11 +45,11 @@
 BuildRequires:  %{python_module ipykernel}
 BuildRequires:  %{python_module ipython >= 6.1.0}
 BuildRequires:  %{python_module jsonschema}
-BuildRequires:  %{python_module jupyterlab_widgets >= 3.0.7 with 
%python-jupyterlab_widgets < 4}
+BuildRequires:  %{python_module jupyterlab_widgets >= 3.0.10 with 
%python-jupyterlab_widgets < 4}
 BuildRequires:  %{python_module pytest >= 3.6.0}
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module traitlets >= 4.3.1}
-BuildRequires:  %{python_module widgetsnbextension >= 4.0.7 with 
%python-widgetsnbextension < 5}
+BuildRequires:  %{python_module widgetsnbextension >= 4.0.10 with 
%python-widgetsnbextension < 5}
 # /SECTION
 %if "%{python_flavor}" == "python3" || "%{?python_provides}"  == "python3"
 Provides:       jupyter-ipywidgets = %{version}

++++++ ipywidgets-8.1.1.tar.gz -> ipywidgets-8.1.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-8.1.1/PKG-INFO 
new/ipywidgets-8.1.2/PKG-INFO
--- old/ipywidgets-8.1.1/PKG-INFO       2023-09-13 10:05:08.956218500 +0200
+++ new/ipywidgets-8.1.2/PKG-INFO       2024-02-08 16:31:05.314198700 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: ipywidgets
-Version: 8.1.1
+Version: 8.1.2
 Summary: Jupyter interactive widgets
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
@@ -29,8 +29,8 @@
 Requires-Dist: comm>=0.1.3
 Requires-Dist: ipython>=6.1.0
 Requires-Dist: traitlets>=4.3.1
-Requires-Dist: widgetsnbextension~=4.0.9
-Requires-Dist: jupyterlab_widgets~=3.0.9
+Requires-Dist: widgetsnbextension~=4.0.10
+Requires-Dist: jupyterlab_widgets~=3.0.10
 Provides-Extra: test
 Requires-Dist: jsonschema; extra == "test"
 Requires-Dist: ipykernel; extra == "test"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-8.1.1/ipywidgets/_version.py 
new/ipywidgets-8.1.2/ipywidgets/_version.py
--- old/ipywidgets-8.1.1/ipywidgets/_version.py 2023-09-13 10:04:48.000000000 
+0200
+++ new/ipywidgets-8.1.2/ipywidgets/_version.py 2024-02-08 16:30:16.000000000 
+0100
@@ -1,7 +1,7 @@
 # Copyright (c) Jupyter Development Team.
 # Distributed under the terms of the Modified BSD License.
 
-__version__ = '8.1.1'
+__version__ = '8.1.2'
 
 __protocol_version__ = '2.1.0'
 __control_protocol_version__ = '1.0.0'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-8.1.1/ipywidgets.egg-info/PKG-INFO 
new/ipywidgets-8.1.2/ipywidgets.egg-info/PKG-INFO
--- old/ipywidgets-8.1.1/ipywidgets.egg-info/PKG-INFO   2023-09-13 
10:05:08.000000000 +0200
+++ new/ipywidgets-8.1.2/ipywidgets.egg-info/PKG-INFO   2024-02-08 
16:31:05.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: ipywidgets
-Version: 8.1.1
+Version: 8.1.2
 Summary: Jupyter interactive widgets
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
@@ -29,8 +29,8 @@
 Requires-Dist: comm>=0.1.3
 Requires-Dist: ipython>=6.1.0
 Requires-Dist: traitlets>=4.3.1
-Requires-Dist: widgetsnbextension~=4.0.9
-Requires-Dist: jupyterlab_widgets~=3.0.9
+Requires-Dist: widgetsnbextension~=4.0.10
+Requires-Dist: jupyterlab_widgets~=3.0.10
 Provides-Extra: test
 Requires-Dist: jsonschema; extra == "test"
 Requires-Dist: ipykernel; extra == "test"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-8.1.1/ipywidgets.egg-info/requires.txt 
new/ipywidgets-8.1.2/ipywidgets.egg-info/requires.txt
--- old/ipywidgets-8.1.1/ipywidgets.egg-info/requires.txt       2023-09-13 
10:05:08.000000000 +0200
+++ new/ipywidgets-8.1.2/ipywidgets.egg-info/requires.txt       2024-02-08 
16:31:05.000000000 +0100
@@ -1,8 +1,8 @@
 comm>=0.1.3
 ipython>=6.1.0
 traitlets>=4.3.1
-widgetsnbextension~=4.0.9
-jupyterlab_widgets~=3.0.9
+widgetsnbextension~=4.0.10
+jupyterlab_widgets~=3.0.10
 
 [test]
 jsonschema
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ipywidgets-8.1.1/setup.cfg 
new/ipywidgets-8.1.2/setup.cfg
--- old/ipywidgets-8.1.1/setup.cfg      2023-09-13 10:05:08.957218600 +0200
+++ new/ipywidgets-8.1.2/setup.cfg      2024-02-08 16:31:05.314678400 +0100
@@ -34,8 +34,8 @@
        comm>=0.1.3
        ipython>=6.1.0
        traitlets>=4.3.1
-       widgetsnbextension~=4.0.9
-       jupyterlab_widgets~=3.0.9
+       widgetsnbextension~=4.0.10
+       jupyterlab_widgets~=3.0.10
 
 [options.extras_require]
 test = 

Reply via email to