Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-notebook for openSUSE:Factory 
checked in at 2022-12-27 11:54:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and      /work/SRC/openSUSE:Factory/.python-notebook.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-notebook"

Tue Dec 27 11:54:58 2022 rev:21 rq:1045436 version:6.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2022-10-28 19:30:36.938957889 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1563/python-notebook.changes    
    2022-12-27 11:55:08.147339228 +0100
@@ -1,0 +2,11 @@
+Mon Dec 26 22:57:38 UTC 2022 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 6.5.2
+  * Ensure custom preload is correctly handled #6580 (@echarles)
+  * Fix: jQuery-UI 404 Error by updating dependency path in static
+    template #6578 (@RRosio)
+  * Depend on nbclassic 0.4.7 #6593 (@echarles)
+- Drop upstreamed patch notebook-pr6578+pr6580-404errors.patch
+- Drop dependency on jupyter-nbformat, empty subpackage got removed
+
+-------------------------------------------------------------------

Old:
----
  notebook-6.5.1.tar.gz
  notebook-pr6578+pr6580-404errors.patch

New:
----
  notebook-6.5.2.tar.gz

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

Other differences:
------------------
++++++ python-notebook.spec ++++++
--- /var/tmp/diff_new_pack.IQRxbS/_old  2022-12-27 11:55:08.583341653 +0100
+++ /var/tmp/diff_new_pack.IQRxbS/_new  2022-12-27 11:55:08.591341697 +0100
@@ -25,8 +25,7 @@
 %bcond_with test
 BuildArch:      noarch
 %endif
-%{?!python_module:%define python_module() python3-%{**}}
-%define         skip_python2 1
+
 %define         plainpython python
 #
 %if 0%{?suse_version} > 1500
@@ -35,7 +34,7 @@
 %bcond_with libalternatives
 %endif
 Name:           python-notebook%{psuffix}
-Version:        6.5.1
+Version:        6.5.2
 Release:        0
 Summary:        Jupyter Notebook interface
 License:        BSD-3-Clause
@@ -43,8 +42,7 @@
 URL:            https://github.com/jupyter/notebook
 Source0:        
https://files.pythonhosted.org/packages/source/n/notebook/notebook-%{version}.tar.gz
 Source100:      python-notebook-rpmlintrc
-# PATCH-FIX-UPSTREAM notebook-pr6578+pr6580-404errors.patch 
gh#jupyter/notebook#6578 gh#jupyter/notebook#6580
-Patch1:         notebook-pr6578+pr6580-404errors.patch
+BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module jupyter-packaging >= 0.9}
 BuildRequires:  %{python_module nbclassic >= 0.4.0}
 BuildRequires:  %{python_module setuptools}
@@ -57,7 +55,7 @@
 Requires:       python-ipython_genutils
 Requires:       python-jupyter-client >= 5.3.4
 Requires:       python-jupyter-core >= 4.6.1
-Requires:       python-nbclassic
+Requires:       python-nbclassic >= 0.4.7
 Requires:       python-nbconvert >= 5
 Requires:       python-nbformat
 Requires:       python-prometheus_client
@@ -124,7 +122,6 @@
 Requires:       jupyter-jupyter-client >= 5.3.4
 Requires:       jupyter-jupyter-core >= 4.6.1
 Requires:       jupyter-nbconvert
-Requires:       jupyter-nbformat
 Requires:       jupyter-notebook-filesystem
 Requires:       python3-notebook = %{version}
 Conflicts:      python3-jupyter_notebook < 5.7.8
@@ -167,9 +164,6 @@
 
 %prep
 %autosetup -p1 -n notebook-%{version}
-# unpin nbclassic (see https://github.com/jupyter/notebook/pull/6593)
-sed -i 's/nbclassic==/nbclassic>=/' setup.py
-
 # We don't want to run selenium tests
 rm -rf notebook/tests/selenium
 

++++++ notebook-6.5.1.tar.gz -> notebook-6.5.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notebook-6.5.1/CHANGELOG.md 
new/notebook-6.5.2/CHANGELOG.md
--- old/notebook-6.5.1/CHANGELOG.md     2022-10-13 15:58:46.555693600 +0200
+++ new/notebook-6.5.2/CHANGELOG.md     2022-10-30 07:43:50.919678000 +0100
@@ -14,6 +14,27 @@
 
 <!-- <START NEW CHANGELOG ENTRY> -->
 
+## 6.5.2
+
+([Full 
Changelog](https://github.com/jupyter/notebook/compare/v6.5.1...8a00144fa9afc26ff9a29c9abf12db4014f52293))
+
+### Bugs fixed
+
+- Ensure custom preload is correctly handled 
[#6580](https://github.com/jupyter/notebook/pull/6580) 
([@echarles](https://github.com/echarles))
+- Fix: jQuery-UI 404 Error by updating dependency path in static template 
[#6578](https://github.com/jupyter/notebook/pull/6578) 
([@RRosio](https://github.com/RRosio))
+
+### Maintenance and upkeep improvements
+
+- Depend on nbclassic 0.4.7 
[#6593](https://github.com/jupyter/notebook/pull/6593) 
([@echarles](https://github.com/echarles))
+
+### Contributors to this release
+
+([GitHub contributors page for this 
release](https://github.com/jupyter/notebook/graphs/contributors?from=2022-10-13&to=2022-10-30&type=c))
+
+[@bnavigator](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Abnavigator+updated%3A2022-10-13..2022-10-30&type=Issues)
 | 
[@echarles](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aecharles+updated%3A2022-10-13..2022-10-30&type=Issues)
 | 
[@fcollonval](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afcollonval+updated%3A2022-10-13..2022-10-30&type=Issues)
 | 
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2022-10-13..2022-10-30&type=Issues)
 | 
[@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2022-10-13..2022-10-30&type=Issues)
 | 
[@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2022-10-13..2022-10-30&type=Issues)
+
+<!-- <END NEW CHANGELOG ENTRY> -->
+
 ## 6.5.1
 
 ([Full 
Changelog](https://github.com/jupyter/notebook/compare/v6.5.0...67546dad676025b70b8b5f061c42ed31029f5dac))
@@ -28,8 +49,6 @@
 
 
[@echarles](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aecharles+updated%3A2022-10-13..2022-10-13&type=Issues)
 
-<!-- <END NEW CHANGELOG ENTRY> -->
-
 ## 6.5.0
 
 ([Full 
Changelog](https://github.com/jupyter/notebook/compare/v6.5.0rc0...3c7afbdff6ec33e61531b3cbe3bc20b8440d3181))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notebook-6.5.1/PKG-INFO new/notebook-6.5.2/PKG-INFO
--- old/notebook-6.5.1/PKG-INFO 2022-10-13 15:59:36.820293700 +0200
+++ new/notebook-6.5.2/PKG-INFO 2022-10-30 07:44:52.099702000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: notebook
-Version: 6.5.1
+Version: 6.5.2
 Summary: A web-based notebook environment for interactive computing
 Home-page: http://jupyter.org
 Author: Jupyter Development Team
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notebook-6.5.1/docs/environment.yml 
new/notebook-6.5.2/docs/environment.yml
--- old/notebook-6.5.1/docs/environment.yml     2022-10-13 15:58:46.567693700 
+0200
+++ new/notebook-6.5.2/docs/environment.yml     2022-10-30 07:43:50.931678800 
+0100
@@ -13,7 +13,7 @@
 - sphinx
 - terminado
 - myst-parser
-- nbclassic==0.4.5
+- nbclassic>=0.4.7
 - pip:
   - nbsphinx
   - Send2Trash
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notebook-6.5.1/notebook/_version.py 
new/notebook-6.5.2/notebook/_version.py
--- old/notebook-6.5.1/notebook/_version.py     2022-10-13 15:59:12.908018000 
+0200
+++ new/notebook-6.5.2/notebook/_version.py     2022-10-30 07:44:20.949666500 
+0100
@@ -5,7 +5,7 @@
 import re
 
 # Version string must appear intact for tbump versioning
-__version__ = '6.5.1'
+__version__ = '6.5.2'
 
 # Build up version_info tuple for backwards compatibility
 pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notebook-6.5.1/notebook/templates/page.html 
new/notebook-6.5.2/notebook/templates/page.html
--- old/notebook-6.5.1/notebook/templates/page.html     2022-10-13 
15:58:46.607694100 +0200
+++ new/notebook-6.5.2/notebook/templates/page.html     2022-10-30 
07:43:50.979682000 +0100
@@ -7,7 +7,7 @@
     <title>{% block title %}Jupyter Notebook{% endblock %}</title>
     {% block favicon %}<link id="favicon" rel="shortcut icon" 
type="image/x-icon" href="{{static_url("base/images/favicon.ico") }}">{% 
endblock %}
     <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <link rel="stylesheet" 
href="{{static_url("components/jquery-ui/themes/smoothness/jquery-ui.min.css") 
}}" type="text/css" />
+    <link rel="stylesheet" 
href="{{static_url("components/jquery-ui/dist/themes/smoothness/jquery-ui.min.css")
 }}" type="text/css" />
     <link rel="stylesheet" 
href="{{static_url("components/jquery-typeahead/dist/jquery.typeahead.min.css") 
}}" type="text/css" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     
@@ -39,7 +39,7 @@
             text: 'components/requirejs-text/text',
             bootstrap: 'components/bootstrap/dist/js/bootstrap.min',
             bootstraptour: 
'components/bootstrap-tour/build/js/bootstrap-tour.min',
-            'jquery-ui': 'components/jquery-ui/jquery-ui.min',
+            'jquery-ui': 'components/jquery-ui/dist/jquery-ui.min',
             moment: 'components/moment/min/moment-with-locales',
             codemirror: 'components/codemirror',
             termjs: 'components/xterm.js/xterm',
@@ -97,6 +97,18 @@
               return {};
           }
       })
+
+      // error-catching custom-preload.js shim.
+      define("custom-preload", function (require, exports, module) {
+          try {
+              var custom = require('custom/custom-preload');
+              console.debug('loaded custom-preload.js');
+              return custom;
+          } catch (e) {
+              console.error("error loading custom-preload.js", e);
+              return {};
+          }
+      })
 
     document.nbjs_translations = {{ nbjs_translations|safe }};
     document.documentElement.lang = navigator.language.toLowerCase();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notebook-6.5.1/pyproject.toml 
new/notebook-6.5.2/pyproject.toml
--- old/notebook-6.5.1/pyproject.toml   2022-10-13 15:59:12.908018000 +0200
+++ new/notebook-6.5.2/pyproject.toml   2022-10-30 07:44:20.949666500 +0100
@@ -16,7 +16,7 @@
 ignore-glob = ["docs/source/examples/Notebook/Working With Markdown 
Cells.ipynb", "docs-translations/**/README.md", "docs/source/contributing.rst", 
"docs/source/examples/Notebook/JavaScript Notebook Extensions.ipynb", 
"CHANGELOG.md", "notebook/static/components/**/*.*"]
 
 [tool.tbump.version]
-current = "6.5.1"
+current = "6.5.2"
 regex = '''
   (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
   ((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notebook-6.5.1/setup.py new/notebook-6.5.2/setup.py
--- old/notebook-6.5.1/setup.py 2022-10-13 15:58:46.611694300 +0200
+++ new/notebook-6.5.2/setup.py 2022-10-30 07:43:50.983682400 +0100
@@ -122,7 +122,7 @@
         'Send2Trash>=1.8.0',
         'terminado>=0.8.3',
         'prometheus_client',
-        'nbclassic==0.4.5',
+        'nbclassic>=0.4.7',
     ],
     extras_require = {
         'test': ['pytest', 'coverage', 'requests', 'testpath',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notebook-6.5.1/tools/build-main.js 
new/notebook-6.5.2/tools/build-main.js
--- old/notebook-6.5.1/tools/build-main.js      2022-10-13 15:58:46.611694300 
+0200
+++ new/notebook-6.5.2/tools/build-main.js      2022-10-30 07:43:50.983682400 
+0100
@@ -60,6 +60,7 @@
 
   exclude: [
     "custom/custom",
+    "custom/custom-preload",
   ]
 };
 

Reply via email to