Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-widgetsnbextension for 
openSUSE:Factory checked in at 2026-03-14 22:22:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-widgetsnbextension (Old)
 and      /work/SRC/openSUSE:Factory/.python-widgetsnbextension.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-widgetsnbextension"

Sat Mar 14 22:22:30 2026 rev:18 rq:1338804 version:4.0.15

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-widgetsnbextension/python-widgetsnbextension.changes
      2025-08-03 13:38:37.722482150 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-widgetsnbextension.new.8177/python-widgetsnbextension.changes
    2026-03-14 22:23:41.272343544 +0100
@@ -1,0 +2,6 @@
+Sat Dec 13 14:09:25 UTC 2025 - Dirk Müller <[email protected]>
+
+- update to 4.0.15:
+  * python 3.12/3.13 support
+
+-------------------------------------------------------------------

Old:
----
  widgetsnbextension-4.0.14.tar.gz

New:
----
  widgetsnbextension-4.0.15.tar.gz

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

Other differences:
------------------
++++++ python-widgetsnbextension.spec ++++++
--- /var/tmp/diff_new_pack.7PVJgb/_old  2026-03-14 22:23:41.824366412 +0100
+++ /var/tmp/diff_new_pack.7PVJgb/_new  2026-03-14 22:23:41.824366412 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-widgetsnbextension
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 %define jupver 8.0.15
 Name:           python-widgetsnbextension
-Version:        4.0.14
+Version:        4.0.15
 Release:        0
 Summary:        Jupyter interactive widgets for Jupyter Notebook
 License:        BSD-3-Clause AND MIT

++++++ widgetsnbextension-4.0.14.tar.gz -> widgetsnbextension-4.0.15.tar.gz 
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/widgetsnbextension-4.0.14/PKG-INFO 
new/widgetsnbextension-4.0.15/PKG-INFO
--- old/widgetsnbextension-4.0.14/PKG-INFO      2025-04-10 15:01:12.290580500 
+0200
+++ new/widgetsnbextension-4.0.15/PKG-INFO      2025-11-01 22:15:27.940611000 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: widgetsnbextension
-Version: 4.0.14
+Version: 4.0.15
 Summary: Jupyter interactive widgets for Jupyter Notebook
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
@@ -16,11 +16,11 @@
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.7
-Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Framework :: Jupyter
 Requires-Python: >=3.7
@@ -30,7 +30,7 @@
 
 # Jupyter Widgets for Jupyter Notebook
 
-![Version](https://img.shields.io/pypi/v/ipywidgets.svg?logo=pypi)](https://pypi.python.org/pypi/ipywidgets)
+[![Version](https://img.shields.io/pypi/v/ipywidgets.svg?logo=pypi)](https://pypi.python.org/pypi/ipywidgets)
 
 This package makes Jupyter widgets available in the classic Jupyter Notebook. 
This package provides the necessary JavaScript controls in the Jupyter Notebook 
that communicate with the widget objects in the kernel.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/widgetsnbextension-4.0.14/README.md 
new/widgetsnbextension-4.0.15/README.md
--- old/widgetsnbextension-4.0.14/README.md     2024-10-22 11:00:34.000000000 
+0200
+++ new/widgetsnbextension-4.0.15/README.md     2025-11-01 22:06:07.000000000 
+0100
@@ -1,6 +1,6 @@
 # Jupyter Widgets for Jupyter Notebook
 
-![Version](https://img.shields.io/pypi/v/ipywidgets.svg?logo=pypi)](https://pypi.python.org/pypi/ipywidgets)
+[![Version](https://img.shields.io/pypi/v/ipywidgets.svg?logo=pypi)](https://pypi.python.org/pypi/ipywidgets)
 
 This package makes Jupyter widgets available in the classic Jupyter Notebook. 
This package provides the necessary JavaScript controls in the Jupyter Notebook 
that communicate with the widget objects in the kernel.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/widgetsnbextension-4.0.14/package.json 
new/widgetsnbextension-4.0.15/package.json
--- old/widgetsnbextension-4.0.14/package.json  2025-04-10 14:55:37.000000000 
+0200
+++ new/widgetsnbextension-4.0.15/package.json  2025-11-01 22:06:07.000000000 
+0100
@@ -1,6 +1,6 @@
 {
   "name": "@jupyter-widgets/notebook-manager",
-  "version": "8.0.14",
+  "version": "8.0.15",
   "private": true,
   "description": "Jupyter Widgets nbextension",
   "homepage": "https://github.com/jupyter-widgets/ipywidgets#readme";,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/widgetsnbextension-4.0.14/setup.cfg 
new/widgetsnbextension-4.0.15/setup.cfg
--- old/widgetsnbextension-4.0.14/setup.cfg     2025-04-10 15:01:12.290835100 
+0200
+++ new/widgetsnbextension-4.0.15/setup.cfg     2025-11-01 22:15:27.940952300 
+0100
@@ -18,11 +18,11 @@
        License :: OSI Approved :: BSD License
        Programming Language :: Python
        Programming Language :: Python :: 3
-       Programming Language :: Python :: 3.7
-       Programming Language :: Python :: 3.8
        Programming Language :: Python :: 3.9
        Programming Language :: Python :: 3.10
        Programming Language :: Python :: 3.11
+       Programming Language :: Python :: 3.12
+       Programming Language :: Python :: 3.13
        Programming Language :: Python :: 3 :: Only
        Framework :: Jupyter
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/widgetsnbextension-4.0.14/widgetsnbextension/_version.py 
new/widgetsnbextension-4.0.15/widgetsnbextension/_version.py
--- old/widgetsnbextension-4.0.14/widgetsnbextension/_version.py        
2025-04-10 15:01:04.000000000 +0200
+++ new/widgetsnbextension-4.0.15/widgetsnbextension/_version.py        
2025-11-01 22:15:09.000000000 +0100
@@ -1,4 +1,4 @@
 # Copyright (c) Jupyter Development Team.
 # Distributed under the terms of the Modified BSD License.
 
-__version__ = '4.0.14'
+__version__ = '4.0.15'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/widgetsnbextension-4.0.14/widgetsnbextension.egg-info/PKG-INFO 
new/widgetsnbextension-4.0.15/widgetsnbextension.egg-info/PKG-INFO
--- old/widgetsnbextension-4.0.14/widgetsnbextension.egg-info/PKG-INFO  
2025-04-10 15:01:12.000000000 +0200
+++ new/widgetsnbextension-4.0.15/widgetsnbextension.egg-info/PKG-INFO  
2025-11-01 22:15:27.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: widgetsnbextension
-Version: 4.0.14
+Version: 4.0.15
 Summary: Jupyter interactive widgets for Jupyter Notebook
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
@@ -16,11 +16,11 @@
 Classifier: License :: OSI Approved :: BSD License
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.7
-Classifier: Programming Language :: Python :: 3.8
 Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: 3.13
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Framework :: Jupyter
 Requires-Python: >=3.7
@@ -30,7 +30,7 @@
 
 # Jupyter Widgets for Jupyter Notebook
 
-![Version](https://img.shields.io/pypi/v/ipywidgets.svg?logo=pypi)](https://pypi.python.org/pypi/ipywidgets)
+[![Version](https://img.shields.io/pypi/v/ipywidgets.svg?logo=pypi)](https://pypi.python.org/pypi/ipywidgets)
 
 This package makes Jupyter widgets available in the classic Jupyter Notebook. 
This package provides the necessary JavaScript controls in the Jupyter Notebook 
that communicate with the widget objects in the kernel.
 

Reply via email to