commit python-notebook for openSUSE:Factory

2024-04-02 Thread Source-Sync
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 2024-04-02 16:40:42

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.1905 (New)


Package is "python-notebook"

Tue Apr  2 16:40:42 2024 rev:33 rq:1163582 version:7.1.2

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2024-03-07 22:01:23.904520137 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1905/python-notebook.changes
2024-04-02 16:41:22.910946987 +0200
@@ -1,0 +2,6 @@
+Fri Mar 29 18:58:51 UTC 2024 - Ben Greiner 
+
+- Update to 7.1.2
+  * Maintenance and upkeep improvements
+
+---

Old:

  notebook-7.1.1.tar.gz

New:

  notebook-7.1.2.tar.gz



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.2zmW26/_old  2024-04-02 16:41:23.722975972 +0200
+++ /var/tmp/diff_new_pack.2zmW26/_new  2024-04-02 16:41:23.722975972 +0200
@@ -33,8 +33,9 @@
 %else
 %bcond_with libalternatives
 %endif
+
 Name:   python-notebook%{psuffix}
-Version:7.1.1
+Version:7.1.2
 Release:0
 Summary:Jupyter Notebook interface
 License:BSD-3-Clause
@@ -109,6 +110,7 @@
 %autosetup -p1 -n notebook-%{version}
 # We don't want to run selenium tests
 rm -rf notebook/tests/selenium
+sed -i 's/"--color=yes", //' pyproject.toml
 
 %build
 %if !%{with test}

++ notebook-7.1.1.tar.gz -> notebook-7.1.2.tar.gz ++
 2364 lines of diff (skipped)


commit python-notebook for openSUSE:Factory

2024-03-08 Thread Source-Sync
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 2024-03-07 22:01:22

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.1770 (New)


Package is "python-notebook"

Thu Mar  7 22:01:22 2024 rev:32 rq:1156027 version:7.1.1

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2024-01-21 23:08:49.770540449 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1770/python-notebook.changes
2024-03-07 22:01:23.904520137 +0100
@@ -1,0 +2,32 @@
+Thu Mar  7 15:25:14 UTC 2024 - Ben Greiner 
+
+- Update to 7.1.1
+  * Jupyter Notebook 7.1 is based on JupyterLab 4.1, and includes a
+number of new features, bug fixes, and enhancements for
+extension developers. This release is compatible with
+extensions supporting JupyterLab 4.0. Extension authors are
+recommended to consult the Extension Migration Guide which
+lists deprecations and changes to the public API.
+  ## Bugs fixed
+  * Grayout "Edit Notebook Metadata" for other file formats. #7265
+(@itsmevichu)
+- Release 7.1.0
+  ## Enhancements made
+  * Create a new notebook with a specific kernel from the new
+dropdown #7255 (@jtpio)
+  * Add the plugin manager #7198 (@jtpio)
+  * Fix toggle functionality for widgets. #7178 (@haok1402)
+  * Bump to JupyterLab 4.1.0a4 bis #7172 (@brichet)
+  * Update to JupyterLab 4.1.0a3 #7161 (@jtpio)
+  * Added Lumino Plugin Description (#7008) #7127 (@Dilip-Jain)
+  * Added Edit Notebook Metadata Option (#6402) #7099 (@Dilip-Jain)
+  * Update to JupyterLab 4.1 #7096 (@jtpio)
+  * Add the JupyterLab resources plugin #6968 (@jtpio)
+  ## Bugs fixed
+  * Fix spurious kernel selection dialog on notebook creation #7258
+(@jtpio)
+  * Workaround for the file browser tracker focus issue #7224
+(@jtpio)
+- Skip python39: jupyterlab no longer available (due to ipython)
+
+---

Old:

  notebook-7.0.7.tar.gz

New:

  notebook-7.1.1.tar.gz



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.xiOe0t/_old  2024-03-07 22:01:24.820553824 +0100
+++ /var/tmp/diff_new_pack.xiOe0t/_new  2024-03-07 22:01:24.820553824 +0100
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package python-notebook
 #
 # Copyright (c) 2024 SUSE LLC
 #
@@ -26,13 +26,15 @@
 BuildArch:  noarch
 %endif
 
+%define skip_python39 1
+
 %if 0%{?suse_version} > 1500
 %bcond_without libalternatives
 %else
 %bcond_with libalternatives
 %endif
 Name:   python-notebook%{psuffix}
-Version:7.0.7
+Version:7.1.1
 Release:0
 Summary:Jupyter Notebook interface
 License:BSD-3-Clause
@@ -43,13 +45,13 @@
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module hatch-jupyter-builder >= 0.2}
 BuildRequires:  %{python_module hatchling >= 1.11}
-BuildRequires:  %{python_module jupyterlab}
+BuildRequires:  %{python_module jupyterlab >= 4.1.1 with %python-jupyterlab < 
4.2}
 BuildRequires:  %{python_module pip}
 BuildRequires:  python-rpm-macros >= 20210929
 Requires:   jupyter-notebook = %{version}
 Requires:   python-tornado >= 6.2
 Requires:   (python-jupyter-server >= 2.4 with python-jupyter-server < 3)
-Requires:   (python-jupyterlab >= 4.0.2 with python-jupyterlab < 5)
+Requires:   (python-jupyterlab >= 4.1.1 with python-jupyterlab < 4.2)
 Requires:   (python-jupyterlab-server >= 2.22.1 with 
python-jupyterlab-server < 3)
 Requires:   (python-notebook-shim >= 0.2 with python-notebook-shim < 0.3)
 Provides:   python-jupyter_notebook = %{version}-%{release}
@@ -64,7 +66,7 @@
 Requires:   alts
 %else
 Requires(post): update-alternatives
-Requires(postun):update-alternatives
+Requires(postun): update-alternatives
 %endif
 %endif
 %if %{with test}

++ notebook-7.0.7.tar.gz -> notebook-7.1.1.tar.gz ++
 5114 lines of diff (skipped)


commit python-notebook for openSUSE:Factory

2024-01-21 Thread Source-Sync
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 2024-01-21 23:08:31

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.16006 (New)


Package is "python-notebook"

Sun Jan 21 23:08:31 2024 rev:31 rq:1140088 version:7.0.7

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2023-12-28 23:05:15.322757705 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.16006/python-notebook.changes   
2024-01-21 23:08:49.770540449 +0100
@@ -1,0 +2,7 @@
+Sat Jan 20 11:32:13 UTC 2024 - Ben Greiner 
+
+- Update to 7.0.7
+  * Update to JupyterLab 4.0.11 #7215 (@krassowski)
+(packaged js files update, CVE-2024-22420 and CVE-2024-22421)
+
+---

Old:

  notebook-7.0.6.tar.gz

New:

  notebook-7.0.7.tar.gz



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.5POXgI/_old  2024-01-21 23:08:51.538604898 +0100
+++ /var/tmp/diff_new_pack.5POXgI/_new  2024-01-21 23:08:51.538604898 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,7 @@
 %bcond_with libalternatives
 %endif
 Name:   python-notebook%{psuffix}
-Version:7.0.6
+Version:7.0.7
 Release:0
 Summary:Jupyter Notebook interface
 License:BSD-3-Clause

++ notebook-7.0.6.tar.gz -> notebook-7.0.7.tar.gz ++
 2336 lines of diff (skipped)


commit python-notebook for openSUSE:Factory

2023-10-15 Thread Source-Sync
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 2023-10-15 19:27:24

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.20540 (New)


Package is "python-notebook"

Sun Oct 15 19:27:24 2023 rev:29 rq:1117772 version:7.0.5

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2023-09-25 20:59:15.599657521 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.20540/python-notebook.changes   
2023-10-15 19:29:31.837199180 +0200
@@ -1,0 +2,7 @@
+Sat Oct 14 08:31:25 UTC 2023 - Ben Greiner 
+
+- Update to 7.0.5
+  * Update to JupyterLab 4.0.7 #7103 (@jtpio)
+  * Maintenance and upkeep improvements: Bump some JS stuff
+
+---

Old:

  notebook-7.0.4.tar.gz

New:

  notebook-7.0.5.tar.gz



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.XsMU9N/_old  2023-10-15 19:29:32.373218489 +0200
+++ /var/tmp/diff_new_pack.XsMU9N/_new  2023-10-15 19:29:32.373218489 +0200
@@ -34,7 +34,7 @@
 %bcond_with libalternatives
 %endif
 Name:   python-notebook%{psuffix}
-Version:7.0.4
+Version:7.0.5
 Release:0
 Summary:Jupyter Notebook interface
 License:BSD-3-Clause

++ notebook-7.0.4.tar.gz -> notebook-7.0.5.tar.gz ++
 2192 lines of diff (skipped)


commit python-notebook for openSUSE:Factory

2023-09-25 Thread Source-Sync
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 2023-09-25 20:03:20

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.1770 (New)


Package is "python-notebook"

Mon Sep 25 20:03:20 2023 rev:28 rq:1113305 version:7.0.4

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2023-08-28 17:14:56.556063396 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1770/python-notebook.changes
2023-09-25 20:59:15.599657521 +0200
@@ -1,0 +2,12 @@
+Sun Sep 24 18:10:40 UTC 2023 - Ben Greiner 
+
+- Update to 7.0.4
+  * Update to JupyterLab 4.0.6 #7049 (@jtpio)
+  * Fix app_version #7061 (@jtpio)
+  * fix trusted status indication #7036 (@adigaboy)
+- Release 7.0.3
+  * Require importlib_resources for testing on Python < 3.10 #7016 
(@bnavigator)
+  * Fix Python 3.12 compatibility #6965 (@frenzymadness)
+- Drop notebook-issue7014-fixtests.patch
+
+---

Old:

  notebook-7.0.2.tar.gz
  notebook-issue7014-fixtests.patch

New:

  notebook-7.0.4.tar.gz



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.GGWpDI/_old  2023-09-25 20:59:16.739698705 +0200
+++ /var/tmp/diff_new_pack.GGWpDI/_new  2023-09-25 20:59:16.739698705 +0200
@@ -34,7 +34,7 @@
 %bcond_with libalternatives
 %endif
 Name:   python-notebook%{psuffix}
-Version:7.0.2
+Version:7.0.4
 Release:0
 Summary:Jupyter Notebook interface
 License:BSD-3-Clause
@@ -42,8 +42,6 @@
 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-issue7014-fixtests.patch gh#jupyter/notebook#7014
-Patch0: notebook-issue7014-fixtests.patch
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module hatch-jupyter-builder >= 0.2}
 BuildRequires:  %{python_module hatchling >= 1.11}
@@ -56,9 +54,6 @@
 Requires:   (python-jupyterlab >= 4.0.2 with python-jupyterlab < 5)
 Requires:   (python-jupyterlab-server >= 2.22.1 with 
python-jupyterlab-server < 3)
 Requires:   (python-notebook-shim >= 0.2 with python-notebook-shim < 0.3)
-%if 0%{?python_version_nodots} < 39
-Requires:   python-importlib-resources >= 5
-%endif
 Provides:   python-jupyter_notebook = %{version}-%{release}
 Obsoletes:  python-jupyter_notebook < %{version}-%{release}
 %if !%{with test}
@@ -75,9 +70,8 @@
 %endif
 %endif
 %if %{with test}
+BuildRequires:  %{python_module importlib_resources >= 5 if %python-base < 
3.10}
 BuildRequires:  %{python_module ipykernel}
-# See Patch0
-BuildRequires:  %{python_module importlib_resources >= 5}
 BuildRequires:  %{python_module jupyter-server-test >= 2.4.0 with 
%python-jupyter-server-test < 3}
 BuildRequires:  %{python_module jupyterlab-server-test >= 2.22.1 with 
%python-jupyterlab-server-test < 3}
 BuildRequires:  %{python_module nbval}

++ notebook-7.0.2.tar.gz -> notebook-7.0.4.tar.gz ++
 2919 lines of diff (skipped)


commit python-notebook for openSUSE:Factory

2023-08-28 Thread Source-Sync
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 2023-08-28 17:14:52

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.1766 (New)


Package is "python-notebook"

Mon Aug 28 17:14:52 2023 rev:27 rq:1106075 version:7.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2023-08-08 15:54:37.528877293 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1766/python-notebook.changes
2023-08-28 17:14:56.556063396 +0200
@@ -1,0 +2,32 @@
+Sat Aug 19 08:39:15 UTC 2023 - Ben Greiner 
+
+- Update to 7.0.2
+  * Update to JupyterLab 4.0.4 packages #6998 (@jtpio)
+  * Improve about dialog #6996 (@yjrab)
+  * Added documentation link in Help menu #6993 (@Mikil03)
+- Release 7.0.1
+  * Update accessibly compliance section in the docs #6982
+(@andrii-i)
+  * Update the browser tab favicon on kernel busy #6980 (@jtpio)
+- Release 7.0.0
+  ## New features
+  * https://jupyter-notebook.readthedocs.io/en/latest/notebook_7_features.h
+  * Debugger
+  * Real Time collaboration
+  * Table of Contents
+  * Theming and Dark Mode
+  * Internationalization
+  * Accessibility Improvements
+  * Support for many JupyterLab extensions
+  * A document-centric user experience
+  * Compact View on Mobile Devices
+  ## Migrating to Notebook 7
+  * https://jupyter-notebook.readthedocs.io/en/latest/migrate_to_notebook7.html
+  * If you need to maintain compatibility with the Classic Notebook
+for extensions or other customizations that are critical to
+your workflows, you can switch to nbclassic, which will provide
+compatibility with the old notebook interface and support
+during an intermediate transition period to Notebook 7
+- Add notebook-issue7014-fixtests.patch gh#jupyter/notebook#7014
+
+---

Old:

  notebook-6.5.4.tar.gz

New:

  notebook-7.0.2.tar.gz
  notebook-issue7014-fixtests.patch



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.9LHRof/_old  2023-08-28 17:14:57.816108644 +0200
+++ /var/tmp/diff_new_pack.9LHRof/_new  2023-08-28 17:14:57.820108787 +0200
@@ -34,7 +34,7 @@
 %bcond_with libalternatives
 %endif
 Name:   python-notebook%{psuffix}
-Version:6.5.4
+Version:7.0.2
 Release:0
 Summary:Jupyter Notebook interface
 License:BSD-3-Clause
@@ -42,35 +42,25 @@
 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-issue7014-fixtests.patch gh#jupyter/notebook#7014
+Patch0: notebook-issue7014-fixtests.patch
 BuildRequires:  %{python_module base >= 3.7}
-BuildRequires:  %{python_module jupyter-packaging >= 0.9}
-BuildRequires:  %{python_module nbclassic >= 0.4.0}
+BuildRequires:  %{python_module hatch-jupyter-builder >= 0.2}
+BuildRequires:  %{python_module hatchling >= 1.11}
+BuildRequires:  %{python_module jupyterlab}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module wheel}
 BuildRequires:  python-rpm-macros >= 20210929
 Requires:   jupyter-notebook = %{version}
-Requires:   python-Jinja2
-Requires:   python-Send2Trash
-Requires:   python-argon2-cffi
-Requires:   python-ipykernel
-Requires:   python-ipython_genutils
-# https://github.com/jupyter/notebook/issues/6748
-Requires:   (python-jupyter-client >= 5.3.4 with python-jupyter-client < 8)
-Requires:   python-jupyter-core >= 4.6.1
-Requires:   python-nbclassic >= 0.4.7
-Requires:   python-nbconvert >= 5
-Requires:   python-nbformat
-Requires:   python-nest-asyncio >= 1.5
-Requires:   python-prometheus_client
-Requires:   python-pyzmq >= 17
-Requires:   python-terminado >= 0.8.3
-Requires:   python-tornado >= 6.1
-Requires:   python-traitlets >= 4.2.1
-Recommends: python-ipywidgets
-Suggests:   %{name}-latex
-Provides:   python-jupyter_notebook = %{version}
-Obsoletes:  python-jupyter_notebook < %{version}
+Requires:   python-tornado >= 6.2
+Requires:   (python-jupyter-server >= 2.4 with python-jupyter-server < 3)
+Requires:   (python-jupyterlab >= 4.0.2 with python-jupyterlab < 5)
+Requires:   (python-jupyterlab-server >= 2.22.1 with 
python-jupyterlab-server < 3)
+Requires:   (python-notebook-shim >= 0.2 with python-notebook-shim < 0.3)
+%if 0%{?python_version_nodots} < 39
+Requires:   

commit python-notebook for openSUSE:Factory

2023-08-08 Thread Source-Sync
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 2023-08-08 15:54:32

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.22712 (New)


Package is "python-notebook"

Tue Aug  8 15:54:32 2023 rev:26 rq:1102716 version:6.5.4

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2023-04-24 22:31:03.199453602 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.22712/python-notebook.changes   
2023-08-08 15:54:37.528877293 +0200
@@ -1,0 +2,5 @@
+Mon Aug  7 12:00:44 UTC 2023 - Jiri Srain 
+
+- Don't require pandoc on ALP
+
+---



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.Qrs9UJ/_old  2023-08-08 15:54:38.104880897 +0200
+++ /var/tmp/diff_new_pack.Qrs9UJ/_new  2023-08-08 15:54:38.108880921 +0200
@@ -91,11 +91,13 @@
 BuildRequires:  %{python_module requests-unixsocket}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module testpath}
+%if 0%{?suse_version} != 1600
 %ifnarch %{ix86}
 # pandoc package disabled build for ix86
 BuildRequires:  pandoc
 %endif
 %endif
+%endif
 %python_subpackages
 
 %description


commit python-notebook for openSUSE:Factory

2023-04-24 Thread Source-Sync
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 2023-04-24 22:31:00

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.1533 (New)


Package is "python-notebook"

Mon Apr 24 22:31:00 2023 rev:25 rq:1082298 version:6.5.4

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2023-04-04 21:27:33.311623134 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1533/python-notebook.changes
2023-04-24 22:31:03.199453602 +0200
@@ -1,0 +2,7 @@
+Sun Apr 23 17:28:42 UTC 2023 - Ben Greiner 
+
+- Update to 6.5.4
+  * Add show_banner trait to control the banner display #6808
+(@echarles)
+
+---

Old:

  notebook-6.5.3.tar.gz

New:

  notebook-6.5.4.tar.gz



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.xXtjTt/_old  2023-04-24 22:31:04.167459356 +0200
+++ /var/tmp/diff_new_pack.xXtjTt/_new  2023-04-24 22:31:04.171459379 +0200
@@ -34,7 +34,7 @@
 %bcond_with libalternatives
 %endif
 Name:   python-notebook%{psuffix}
-Version:6.5.3
+Version:6.5.4
 Release:0
 Summary:Jupyter Notebook interface
 License:BSD-3-Clause

++ notebook-6.5.3.tar.gz -> notebook-6.5.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/notebook-6.5.3/CHANGELOG.md 
new/notebook-6.5.4/CHANGELOG.md
--- old/notebook-6.5.3/CHANGELOG.md 2023-03-06 08:16:26.018323000 +0100
+++ new/notebook-6.5.4/CHANGELOG.md 2023-04-06 17:04:03.034670400 +0200
@@ -14,6 +14,22 @@
 
 
 
+## 6.5.4
+
+([Full 
Changelog](https://github.com/jupyter/notebook/compare/v6.5.3...428e00bef821acb42f13843fb2949d225d081d56))
+
+### Enhancements made
+
+- Add show_banner trait to control the banner display 
[#6808](https://github.com/jupyter/notebook/pull/6808) 
([@echarles](https://github.com/echarles))
+
+### Contributors to this release
+
+([GitHub contributors page for this 
release](https://github.com/jupyter/notebook/graphs/contributors?from=2023-03-06=2023-04-06=c))
+
+[@echarles](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aecharles+updated%3A2023-03-06..2023-04-06=Issues)
 | 
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2023-03-06..2023-04-06=Issues)
 | 
[@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2023-03-06..2023-04-06=Issues)
 | 
[@krassowski](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Akrassowski+updated%3A2023-03-06..2023-04-06=Issues)
 | 
[@yuvipanda](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayuvipanda+updated%3A2023-03-06..2023-04-06=Issues)
+
+
+
 ## 6.5.3
 
 ([Full 
Changelog](https://github.com/jupyter/notebook/compare/v6.5.2...7939fc595db4ffc3482031365d17ef72a02c085e))
@@ -39,8 +55,6 @@
 
 
[@andrii-i](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aandrii-i+updated%3A2022-10-30..2023-03-06=Issues)
 | 
[@echarles](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Aecharles+updated%3A2022-10-30..2023-03-06=Issues)
 | 
[@fcollonval](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afcollonval+updated%3A2022-10-30..2023-03-06=Issues)
 | 
[@frenzymadness](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Afrenzymadness+updated%3A2022-10-30..2023-03-06=Issues)
 | 
[@github-actions](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Agithub-actions+updated%3A2022-10-30..2023-03-06=Issues)
 | 
[@JasonWeill](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3AJasonWeill+updated%3A2022-10-30..2023-03-06=Issues)
 | 
[@jtpio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ajtpio+updated%3A2022-10-30..2023-03-06=Issues)
 | [@juhasch](https://github.com/searc
 
h?q=repo%3Ajupyter%2Fnotebook+involves%3Ajuhasch+updated%3A2022-10-30..2023-03-06=Issues)
 | 
[@RRosio](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3ARRosio+updated%3A2022-10-30..2023-03-06=Issues)
 | 
[@venkatasg](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Avenkatasg+updated%3A2022-10-30..2023-03-06=Issues)
 | 
[@yacchin1205](https://github.com/search?q=repo%3Ajupyter%2Fnotebook+involves%3Ayacchin1205+updated%3A2022-10-30..2023-03-06=Issues)
 
-
-
 ## 6.5.2
 
 ([Full 
Changelog](https://github.com/jupyter/notebook/compare/v6.5.1...8a00144fa9afc26ff9a29c9abf12db4014f52293))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit python-notebook for openSUSE:Factory

2023-04-04 Thread Source-Sync
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 2023-04-04 21:27:15

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.19717 (New)


Package is "python-notebook"

Tue Apr  4 21:27:15 2023 rev:24 rq:1077226 version:6.5.3

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2023-04-03 21:13:21.268390592 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.19717/python-notebook.changes   
2023-04-04 21:27:33.311623134 +0200
@@ -1,0 +2,6 @@
+Tue Apr  4 14:51:27 UTC 2023 - Ben Greiner 
+
+- Fix debugsources error by having and %install section in :test
+  flavor
+
+---



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.YjQB3D/_old  2023-04-04 21:27:34.547630151 +0200
+++ /var/tmp/diff_new_pack.YjQB3D/_new  2023-04-04 21:27:34.563630241 +0200
@@ -171,11 +171,13 @@
 # We don't want to run selenium tests
 rm -rf notebook/tests/selenium
 
-%if !%{with test}
 %build
+%if !%{with test}
 %pyproject_wheel
+%endif
 
 %install
+%if !%{with test}
 %pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 


commit python-notebook for openSUSE:Factory

2023-04-03 Thread Source-Sync
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 2023-04-03 21:13:20

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.9019 (New)


Package is "python-notebook"

Mon Apr  3 21:13:20 2023 rev:23 rq:1075689 version:6.5.3

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2023-03-21 17:42:57.238239467 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.9019/python-notebook.changes
2023-04-03 21:13:21.268390592 +0200
@@ -1,0 +2,6 @@
+Thu Mar 30 17:50:17 UTC 2023 - Ben Greiner 
+
+- Pin to jupyter-client < 8
+  * gh#jupyter/notebook#6748
+
+---



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.QRmGpx/_old  2023-04-03 21:13:21.864394027 +0200
+++ /var/tmp/diff_new_pack.QRmGpx/_new  2023-04-03 21:13:21.868394050 +0200
@@ -45,7 +45,9 @@
 BuildRequires:  %{python_module base >= 3.7}
 BuildRequires:  %{python_module jupyter-packaging >= 0.9}
 BuildRequires:  %{python_module nbclassic >= 0.4.0}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  python-rpm-macros >= 20210929
 Requires:   jupyter-notebook = %{version}
 Requires:   python-Jinja2
@@ -53,11 +55,13 @@
 Requires:   python-argon2-cffi
 Requires:   python-ipykernel
 Requires:   python-ipython_genutils
-Requires:   python-jupyter-client >= 5.3.4
+# https://github.com/jupyter/notebook/issues/6748
+Requires:   (python-jupyter-client >= 5.3.4 with python-jupyter-client < 8)
 Requires:   python-jupyter-core >= 4.6.1
 Requires:   python-nbclassic >= 0.4.7
 Requires:   python-nbconvert >= 5
 Requires:   python-nbformat
+Requires:   python-nest-asyncio >= 1.5
 Requires:   python-prometheus_client
 Requires:   python-pyzmq >= 17
 Requires:   python-terminado >= 0.8.3
@@ -167,12 +171,12 @@
 # We don't want to run selenium tests
 rm -rf notebook/tests/selenium
 
+%if !%{with test}
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%if !%{with test}
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 # Install icons
@@ -244,7 +248,7 @@
 %files %{python_files} -f %{python_prefix}-notebook.lang-exclude
 %doc README.md
 %license LICENSE
-%{python_sitelib}/notebook-*-py*.egg-info
+%{python_sitelib}/notebook-%{version}.dist-info
 %{python_sitelib}/notebook/
 %python_alternative %{_bindir}/jupyter-bundlerextension
 %python_alternative %{_bindir}/jupyter-nbextension


commit python-notebook for openSUSE:Factory

2023-03-21 Thread Source-Sync
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 2023-03-21 17:40:23

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.31432 (New)


Package is "python-notebook"

Tue Mar 21 17:40:23 2023 rev:22 rq:1072950 version:6.5.3

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2022-12-27 11:55:08.147339228 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.31432/python-notebook.changes   
2023-03-21 17:40:23.589504583 +0100
@@ -1,0 +2,11 @@
+Sun Mar 19 16:07:19 UTC 2023 - Ben Greiner 
+
+- Update to 6.5.3
+  * Add a banner and log to information about the migration to
+Notebook 7 plan #6742 (@echarles)
+  * Add sys_info to page template for 6.5.x #6668 (@juhasch)
+  * Add .mo and .json files for translations #6728 (@frenzymadness)
+  * Apply PR #6609 to 6.5.x (Fix rename_file and delete_file to
+handle hidden files properly) #6660 (@yacchin1205)
+
+---

Old:

  notebook-6.5.2.tar.gz

New:

  notebook-6.5.3.tar.gz



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.BwahWO/_old  2023-03-21 17:40:24.225507624 +0100
+++ /var/tmp/diff_new_pack.BwahWO/_new  2023-03-21 17:40:24.229507643 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,7 +34,7 @@
 %bcond_with libalternatives
 %endif
 Name:   python-notebook%{psuffix}
-Version:6.5.2
+Version:6.5.3
 Release:0
 Summary:Jupyter Notebook interface
 License:BSD-3-Clause

++ notebook-6.5.2.tar.gz -> notebook-6.5.3.tar.gz ++
 6162 lines of diff (skipped)


commit python-notebook for openSUSE:Factory

2022-12-27 Thread Source-Sync
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 
+
+- 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 @@
 
 
 
+## 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=2022-10-30=c))
+

commit python-notebook for openSUSE:Factory

2022-10-28 Thread Source-Sync
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-10-28 19:30:13

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.2275 (New)


Package is "python-notebook"

Fri Oct 28 19:30:13 2022 rev:20 rq:1031574 version:6.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2022-10-26 14:25:52.004281613 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.2275/python-notebook.changes
2022-10-28 19:30:36.938957889 +0200
@@ -1,0 +2,8 @@
+Thu Oct 27 15:11:59 UTC 2022 - Ben Greiner 
+
+- Add notebook-pr6578+pr6580-404errors.patch
+  * fix 404 errors at startup
+  * gh#jupyter/notebook#6580 -- custom preload
+  * gh#jupyter/notebook#6578 -- jquery from nbclassic
+
+---

New:

  notebook-pr6578+pr6580-404errors.patch



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.iaCONf/_old  2022-10-28 19:30:37.698961701 +0200
+++ /var/tmp/diff_new_pack.iaCONf/_new  2022-10-28 19:30:37.714961781 +0200
@@ -43,6 +43,8 @@
 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 jupyter-packaging >= 0.9}
 BuildRequires:  %{python_module nbclassic >= 0.4.0}
 BuildRequires:  %{python_module setuptools}
@@ -164,7 +166,7 @@
 This package pulls in the LaTeX dependencies for the Jupyter Notebook.
 
 %prep
-%setup -q -n notebook-%{version}
+%autosetup -p1 -n notebook-%{version}
 # unpin nbclassic (see https://github.com/jupyter/notebook/pull/6593)
 sed -i 's/nbclassic==/nbclassic>=/' setup.py
 

++ notebook-pr6578+pr6580-404errors.patch ++
>From f68d5198b006108c860d27918720fdf6a7ab48bd Mon Sep 17 00:00:00 2001
From: RRosio 
Date: Fri, 14 Oct 2022 09:13:31 -0700
Subject: [PATCH] update dependency path in static template

---
 notebook/templates/page.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/notebook/templates/page.html b/notebook/templates/page.html
index 2237319037..927694e937 100644
--- a/notebook/templates/page.html
+++ b/notebook/templates/page.html
@@ -7,7 +7,7 @@
 {% block title %}Jupyter Notebook{% endblock %}
 {% block favicon %}{% 
endblock %}
 
-
+
 
 
 
@@ -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',

>From ab71610669e7548f2e9050f98da80cf1eba675ae Mon Sep 17 00:00:00 2001
From: Eric Charles 
Date: Sun, 16 Oct 2022 11:36:45 +0200
Subject: [PATCH] Ensure custom preload is correctly handled

diff --git a/notebook/templates/page.html b/notebook/templates/page.html
index 927694e937..fb5d642f4e 100644
--- a/notebook/templates/page.html
+++ b/notebook/templates/page.html
@@ -98,6 +98,18 @@
   }
   })
 
+  // 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();
 


commit python-notebook for openSUSE:Factory

2022-10-26 Thread Source-Sync
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-10-26 14:25:51

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.2275 (New)


Package is "python-notebook"

Wed Oct 26 14:25:51 2022 rev:19 rq:1031319 version:6.5.1

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2022-08-03 21:16:53.839473456 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.2275/python-notebook.changes
2022-10-26 14:25:52.004281613 +0200
@@ -1,0 +2,10 @@
+Wed Oct 26 10:54:30 UTC 2022 - Ben Greiner 
+
+- Update to 6.5.1
+  * fix: pin temporary to nbclassic 0.4.5 #6570 (@echarles)
+- Release 6.5.0
+  * Forward port of #6461 - Fix a typo in exception text #6545
+(@krassowski)
+  * Normalise os_path #6540 (@krassowski)
+
+---

Old:

  notebook-6.4.12.tar.gz

New:

  notebook-6.5.1.tar.gz



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.GVmTCp/_old  2022-10-26 14:25:52.644282664 +0200
+++ /var/tmp/diff_new_pack.GVmTCp/_new  2022-10-26 14:25:52.652282677 +0200
@@ -35,7 +35,7 @@
 %bcond_with libalternatives
 %endif
 Name:   python-notebook%{psuffix}
-Version:6.4.12
+Version:6.5.1
 Release:0
 Summary:Jupyter Notebook interface
 License:BSD-3-Clause
@@ -43,7 +43,8 @@
 URL:https://github.com/jupyter/notebook
 Source0:
https://files.pythonhosted.org/packages/source/n/notebook/notebook-%{version}.tar.gz
 Source100:  python-notebook-rpmlintrc
-BuildRequires:  %{python_module jupyter-core >= 4.4.0}
+BuildRequires:  %{python_module jupyter-packaging >= 0.9}
+BuildRequires:  %{python_module nbclassic >= 0.4.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros >= 20210929
 Requires:   jupyter-notebook = %{version}
@@ -54,6 +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-nbconvert >= 5
 Requires:   python-nbformat
 Requires:   python-prometheus_client
@@ -163,6 +165,8 @@
 
 %prep
 %setup -q -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.4.12.tar.gz -> notebook-6.5.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-notebook/notebook-6.4.12.tar.gz 
/work/SRC/openSUSE:Factory/.python-notebook.new.2275/notebook-6.5.1.tar.gz 
differ: char 5, line 1


commit python-notebook for openSUSE:Factory

2022-08-03 Thread Source-Sync
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-08-03 21:16:37

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.1533 (New)


Package is "python-notebook"

Wed Aug  3 21:16:37 2022 rev:18 rq:992398 version:6.4.12

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2022-06-16 18:22:20.468261620 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1533/python-notebook.changes
2022-08-03 21:16:53.839473456 +0200
@@ -1,0 +2,6 @@
+Tue Aug  2 21:19:05 UTC 2022 - Ben Greiner 
+
+- Enforce libalternatives grouping for nbclassic alternatives
+  gh#jupyter/notebook#6501
+
+---



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.TnMSNo/_old  2022-08-03 21:16:54.375474863 +0200
+++ /var/tmp/diff_new_pack.TnMSNo/_new  2022-08-03 21:16:54.383474884 +0200
@@ -209,6 +209,8 @@
 %python_clone -a %{buildroot}%{_bindir}/jupyter-nbextension
 %python_clone -a %{buildroot}%{_bindir}/jupyter-notebook
 %python_clone -a %{buildroot}%{_bindir}/jupyter-serverextension
+# https://github.com/jupyter/notebook/issues/6501, use the same grouping as 
nbclassic
+%python_group_libalternatives jupyter-notebook jupyter-bundlerextension 
jupyter-nbextension jupyter-serverextension
 %suse_update_desktop_file jupyter-notebook
 
 %endif


commit python-notebook for openSUSE:Factory

2022-06-16 Thread Source-Sync
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-06-16 18:20:57

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.1548 (New)


Package is "python-notebook"

Thu Jun 16 18:20:57 2022 rev:17 rq:982883 version:6.4.12

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2022-06-07 11:45:21.159248599 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1548/python-notebook.changes
2022-06-16 18:22:20.468261620 +0200
@@ -1,0 +2,7 @@
+Wed Jun 15 19:37:13 UTC 2022 - Yogalakshmi Arunachalam 
+
+- update to version 6.4.12: 
+  * Address security advisory GHSA-v7vq-3x77-87vg
+  * CVE-2022-29238
+
+---

Old:

  notebook-6.4.11.tar.gz

New:

  notebook-6.4.12.tar.gz



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.tAksec/_old  2022-06-16 18:22:20.976262342 +0200
+++ /var/tmp/diff_new_pack.tAksec/_new  2022-06-16 18:22:20.980262348 +0200
@@ -35,7 +35,7 @@
 %bcond_with libalternatives
 %endif
 Name:   python-notebook%{psuffix}
-Version:6.4.11
+Version:6.4.12
 Release:0
 Summary:Jupyter Notebook interface
 License:BSD-3-Clause

++ notebook-6.4.11.tar.gz -> notebook-6.4.12.tar.gz ++
/work/SRC/openSUSE:Factory/python-notebook/notebook-6.4.11.tar.gz 
/work/SRC/openSUSE:Factory/.python-notebook.new.1548/notebook-6.4.12.tar.gz 
differ: char 5, line 1


commit python-notebook for openSUSE:Factory

2022-06-07 Thread Source-Sync
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-06-07 11:45:11

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.1548 (New)


Package is "python-notebook"

Tue Jun  7 11:45:11 2022 rev:16 rq:981045 version:6.4.11

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2022-02-18 23:03:34.649409869 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1548/python-notebook.changes
2022-06-07 11:45:21.159248599 +0200
@@ -1,0 +2,17 @@
+Mon Jun  6 20:26:56 UTC 2022 - Ben Greiner 
+
+- Update runtime requirements, clean up test requirements
+
+---
+Mon Jun  6 13:33:20 UTC 2022 - Timothy Brown 
+
+- update to version 6.4.11:
+  * Bugs fixed
++ Update further to ipykernel comm refactoring
+  * Maintenance and upkeep improvements
++ Add testpath to the test dependencies
++ Temporary workaround to fix js-tests related to sanitizer js loading by 
phantomjs
++ Use place-hold.it instead of plaecehold.it to create image placeholders
++ Migrate to python 3.7+
+
+---

Old:

  notebook-6.4.8.tar.gz

New:

  notebook-6.4.11.tar.gz



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.nRA174/_old  2022-06-07 11:45:22.135249930 +0200
+++ /var/tmp/diff_new_pack.nRA174/_new  2022-06-07 11:45:22.147249946 +0200
@@ -35,7 +35,7 @@
 %bcond_with libalternatives
 %endif
 Name:   python-notebook%{psuffix}
-Version:6.4.8
+Version:6.4.11
 Release:0
 Summary:Jupyter Notebook interface
 License:BSD-3-Clause
@@ -54,7 +54,7 @@
 Requires:   python-ipython_genutils
 Requires:   python-jupyter-client >= 5.3.4
 Requires:   python-jupyter-core >= 4.6.1
-Requires:   python-nbconvert
+Requires:   python-nbconvert >= 5
 Requires:   python-nbformat
 Requires:   python-prometheus_client
 Requires:   python-pyzmq >= 17
@@ -79,27 +79,12 @@
 %endif
 %endif
 %if %{with test}
-BuildRequires:  %{python_module Jinja2}
-BuildRequires:  %{python_module Send2Trash}
-BuildRequires:  %{python_module argon2-cffi}
-BuildRequires:  %{python_module attrs >= 17.4.0}
-BuildRequires:  %{python_module ipykernel}
-BuildRequires:  %{python_module ipython_genutils}
-BuildRequires:  %{python_module jupyter-client >= 5.3.4}
-BuildRequires:  %{python_module jupyter-core >= 4.6.1}
-BuildRequires:  %{python_module nbconvert}
-BuildRequires:  %{python_module nbformat}
 BuildRequires:  %{python_module nbval}
-# Some dependency loop involving the jupyter-notebook subpackage could pull in 
an old version otherwise!
 BuildRequires:  %{python_module notebook = %{version}}
-BuildRequires:  %{python_module prometheus_client}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module pyzmq >= 17}
 BuildRequires:  %{python_module requests-unixsocket}
 BuildRequires:  %{python_module requests}
-BuildRequires:  %{python_module terminado >= 0.8.3}
-BuildRequires:  %{python_module tornado >= 6.1}
-BuildRequires:  %{python_module traitlets >= 4.2.1}
+BuildRequires:  %{python_module testpath}
 %ifnarch %{ix86}
 # pandoc package disabled build for ix86
 BuildRequires:  pandoc

++ notebook-6.4.8.tar.gz -> notebook-6.4.11.tar.gz ++
/work/SRC/openSUSE:Factory/python-notebook/notebook-6.4.8.tar.gz 
/work/SRC/openSUSE:Factory/.python-notebook.new.1548/notebook-6.4.11.tar.gz 
differ: char 5, line 1


commit python-notebook for openSUSE:Factory

2022-02-18 Thread Source-Sync
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-02-18 23:03:00

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.1958 (New)


Package is "python-notebook"

Fri Feb 18 23:03:00 2022 rev:15 rq:955803 version:6.4.8

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2021-11-28 21:30:27.722008392 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1958/python-notebook.changes
2022-02-18 23:03:34.649409869 +0100
@@ -1,0 +2,26 @@
+Thu Feb 17 16:54:20 UTC 2022 - Arun Persaud 
+
+- update to version 6.4.8:
+  * Bugs fixed
++ Fix to remove potential memory leak on Jupyter Notebooks
+  ZMQChannelHandler code #6251 (@Vishwajeet0510)
+
+---
+Sun Jan 23 18:10:43 UTC 2022 - Arun Persaud 
+
+- specfile:
+  * update copyright year
+
+- update to version 6.4.7:
+  * Bugs fixed
++ Fix Chinese punctuation #6268 (@LiHua-Official)
++ Add date field to kernel message header #6265 (@kevin-bates)
++ Fix deprecation warning #6253 (@tornaria)
+  * Maintenance and upkeep improvements
++ Enforce labels on PRs #6235 (@blink1073)
++ Fix: CI error for python 3.6 & macOS #6215 (@penguinolog)
+  * Other merged PRs
++ handle KeyError when get session #6245 (@ccw630)
++ Updated doc for passwd #6209 (@antoinecarme)
+
+---

Old:

  notebook-6.4.6.tar.gz

New:

  notebook-6.4.8.tar.gz



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.zi8KJ8/_old  2022-02-18 23:03:35.465409805 +0100
+++ /var/tmp/diff_new_pack.zi8KJ8/_new  2022-02-18 23:03:35.469409805 +0100
@@ -1,7 +1,7 @@
 #
 # spec file
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,6 @@
 #
 
 
-#
-%if 0%{?suse_version} > 1500
-%bcond_without libalternatives
-%else
-%bcond_with libalternatives
-%endif
-
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -35,8 +28,14 @@
 %{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
 %define plainpython python
+#
+%if 0%{?suse_version} > 1500
+%bcond_without libalternatives
+%else
+%bcond_with libalternatives
+%endif
 Name:   python-notebook%{psuffix}
-Version:6.4.6
+Version:6.4.8
 Release:0
 Summary:Jupyter Notebook interface
 License:BSD-3-Clause
@@ -70,14 +69,14 @@
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  jupyter-notebook-filesystem
+BuildRequires:  update-desktop-files
 %if %{with libalternatives}
-Requires:   alts
 BuildRequires:  alts
+Requires:   alts
 %else
 Requires(post): update-alternatives
 Requires(postun):update-alternatives
 %endif
-BuildRequires:  update-desktop-files
 %endif
 %if %{with test}
 BuildRequires:  %{python_module Jinja2}
@@ -119,10 +118,10 @@
 Summary:Translations for the Jupyter Notebook
 Group:  System/Localization
 Requires:   python-notebook = %{version}
+Requires:   %{plainpython}(abi) = %{python_version}
 Provides:   python-jupyter_notebook-lang = %{version}
 Provides:   python-notebook-lang-all = %{version}
 Obsoletes:  python-jupyter_notebook-lang < %{version}
-Requires:   %{plainpython}(abi) = %{python_version}
 
 %descriptionlang
 Provides translations for the Jupyter notebook.

++ notebook-6.4.6.tar.gz -> notebook-6.4.8.tar.gz ++
/work/SRC/openSUSE:Factory/python-notebook/notebook-6.4.6.tar.gz 
/work/SRC/openSUSE:Factory/.python-notebook.new.1958/notebook-6.4.8.tar.gz 
differ: char 5, line 1


commit python-notebook for openSUSE:Factory

2021-11-28 Thread Source-Sync
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 2021-11-28 21:30:03

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.1895 (New)


Package is "python-notebook"

Sun Nov 28 21:30:03 2021 rev:14 rq:934311 version:6.4.6

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2021-11-17 01:14:46.298183757 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1895/python-notebook.changes
2021-11-28 21:30:27.722008392 +0100
@@ -1,0 +2,16 @@
+Sat Nov 27 20:06:28 UTC 2021 - Arun Persaud 
+
+- update to version 6.4.6:
+  * Bugs fixed
++ Fix asyncio error when opening notebooks #6221 (@dleen)
++ Change to use a universal Chinese translation on certain words
+  #6218 (@jackexu)
++ Fix Chinese translation typo #6211 (@maliubiao
++ Fix send2trash tests failing on Windows #6127 (@dolfinus)
+  * Maintenance and upkeep improvements
++ TST: don't look in user site for serverextensions #6233
+  (@bnavigator)
++ Enable terminal tests as pywinpty is ported for python 3.9 #6228
+  (@nsait-linaro)
+
+---

Old:

  notebook-6.4.5.tar.gz

New:

  notebook-6.4.6.tar.gz



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.ibPEHo/_old  2021-11-28 21:30:28.434006115 +0100
+++ /var/tmp/diff_new_pack.ibPEHo/_new  2021-11-28 21:30:28.438006102 +0100
@@ -36,7 +36,7 @@
 %define skip_python2 1
 %define plainpython python
 Name:   python-notebook%{psuffix}
-Version:6.4.5
+Version:6.4.6
 Release:0
 Summary:Jupyter Notebook interface
 License:BSD-3-Clause

++ notebook-6.4.5.tar.gz -> notebook-6.4.6.tar.gz ++
/work/SRC/openSUSE:Factory/python-notebook/notebook-6.4.5.tar.gz 
/work/SRC/openSUSE:Factory/.python-notebook.new.1895/notebook-6.4.6.tar.gz 
differ: char 5, line 1


commit python-notebook for openSUSE:Factory

2021-11-16 Thread Source-Sync
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 2021-11-17 01:13:48

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.1890 (New)


Package is "python-notebook"

Wed Nov 17 01:13:48 2021 rev:13 rq:931610 version:6.4.5

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2021-10-29 22:35:15.071705190 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1890/python-notebook.changes
2021-11-17 01:14:46.298183757 +0100
@@ -1,0 +2,6 @@
+Fri Nov 12 23:02:37 UTC 2021 - Ben Greiner 
+
+- Reenable libalternatives
+- Export PYTHONNOUSERSITE when testing for jupyter-core 4.9.1
+
+---



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.J9Sa8M/_old  2021-11-17 01:14:46.810183949 +0100
+++ /var/tmp/diff_new_pack.J9Sa8M/_new  2021-11-17 01:14:46.814183950 +0100
@@ -17,8 +17,7 @@
 
 
 #
-%bcond_with libalternatives_issue_11_fixed
-%if 0%{?suse_version} > 1500 && %{with libalternatives_issue_11_fixed}
+%if 0%{?suse_version} > 1500
 %bcond_without libalternatives
 %else
 %bcond_with libalternatives
@@ -63,8 +62,6 @@
 Requires:   python-terminado >= 0.8.3
 Requires:   python-tornado >= 6.1
 Requires:   python-traitlets >= 4.2.1
-Requires(post): update-alternatives
-Requires(postun):update-alternatives
 Recommends: python-ipywidgets
 Suggests:   %{name}-latex
 Provides:   python-jupyter_notebook = %{version}
@@ -235,6 +232,8 @@
 %if %{with test}
 %check
 export LANG=en_US.UTF-8
+# required when testing with jupyter_core 4.9.1
+export PYTHONNOUSERSITE=1
 # test_launch_socket_collision: fails because there are still servers listening
 pythonall_donttest="test_launch_socket_collision"
 %{python_expand # these tests call the wrong interpreter somewhere deep in the 
stack


commit python-notebook for openSUSE:Factory

2021-10-29 Thread Source-Sync
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 2021-10-29 22:34:10

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.1890 (New)


Package is "python-notebook"

Fri Oct 29 22:34:10 2021 rev:12 rq:928024 version:6.4.5

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2021-10-27 22:21:37.415211513 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1890/python-notebook.changes
2021-10-29 22:35:15.071705190 +0200
@@ -1,0 +2,6 @@
+Thu Oct 28 19:10:40 UTC 2021 - Ben Greiner 
+
+- Revert the usage of libalternatives due to
+  gh#openSUSE/libalternatives#11
+
+---



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.46DZOv/_old  2021-10-29 22:35:15.579705382 +0200
+++ /var/tmp/diff_new_pack.46DZOv/_new  2021-10-29 22:35:15.583705384 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-notebook
+# spec file
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -17,7 +17,8 @@
 
 
 #
-%if 0%{?suse_version} > 1500
+%bcond_with libalternatives_issue_11_fixed
+%if 0%{?suse_version} > 1500 && %{with libalternatives_issue_11_fixed}
 %bcond_without libalternatives
 %else
 %bcond_with libalternatives


commit python-notebook for openSUSE:Factory

2021-10-27 Thread Source-Sync
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 2021-10-27 22:21:18

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.1890 (New)


Package is "python-notebook"

Wed Oct 27 22:21:18 2021 rev:11 rq:927762 version:6.4.5

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2021-10-21 23:55:37.356028457 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1890/python-notebook.changes
2021-10-27 22:21:37.415211513 +0200
@@ -1,0 +2,5 @@
+Wed Oct 20 19:30:59 UTC 2021 - Stefan Schubert 
+
+- Use libalternatives instead of update-alternatives. 
+
+---



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.FlvtbR/_old  2021-10-27 22:21:37.907211765 +0200
+++ /var/tmp/diff_new_pack.FlvtbR/_new  2021-10-27 22:21:37.911211767 +0200
@@ -1,5 +1,5 @@
 #
-# spec file
+# spec file for package python-notebook
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -16,6 +16,13 @@
 #
 
 
+#
+%if 0%{?suse_version} > 1500
+%bcond_without libalternatives
+%else
+%bcond_with libalternatives
+%endif
+
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == "test"
 %define psuffix -test
@@ -39,7 +46,7 @@
 Source100:  python-notebook-rpmlintrc
 BuildRequires:  %{python_module jupyter-core >= 4.4.0}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  python-rpm-macros
+BuildRequires:  python-rpm-macros >= 20210929
 Requires:   jupyter-notebook = %{version}
 Requires:   python-Jinja2
 Requires:   python-Send2Trash
@@ -65,6 +72,13 @@
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  jupyter-notebook-filesystem
+%if %{with libalternatives}
+Requires:   alts
+BuildRequires:  alts
+%else
+Requires(post): update-alternatives
+Requires(postun):update-alternatives
+%endif
 BuildRequires:  update-desktop-files
 %endif
 %if %{with test}
@@ -231,6 +245,10 @@
 %endif
 
 %if !%{with test}
+%pre
+# If libalternatives is used: Removing old update-alternatives entries.
+%python_libalternatives_reset_alternative jupyter-notebook
+
 %post
 %python_install_alternative jupyter-notebook jupyter-bundlerextension 
jupyter-nbextension jupyter-serverextension
 


commit python-notebook for openSUSE:Factory

2021-10-21 Thread Source-Sync
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 2021-10-21 23:55:23

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.1890 (New)


Package is "python-notebook"

Thu Oct 21 23:55:23 2021 rev:10 rq:926613 version:6.4.5

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2021-02-15 23:23:00.955997626 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.1890/python-notebook.changes
2021-10-21 23:55:37.356028457 +0200
@@ -1,0 +2,66 @@
+Wed Oct 20 18:30:59 UTC 2021 - Ben Greiner 
+
+- Update to version 6.4.5
+  * Recover from failure to render mimetype
+  * Fix crypto handling
+  * Fix jupyter_client warning
+  * Fix nbsphinx settings
+  * Fully revert the pinning of nbsphinx to 0.8.6
+  * Pin nbsphinx to 0.8.6, clean up orphaned resources
+  * Fix typo in docstring
+- Release 6.4.4
+  * Update Manual Release Instructions
+  * Use default JupyterLab CSS sanitizer options for Markdown
+  * Fix syntax highlight
+- Release 6.4.3
+  * Add @babel/core dependency
+  * Switch webpack to production mode
+  * Clean up link checking
+- Release 6.4.2
+  * Add missing file to manifest
+  * Fix issue #3218
+  * Fix version of jupyter-packaging in pyproject.toml
+  * "#element".tooltip is not a function on home page fixed.
+  * Enhancements to the desktop entry
+  * Add missing spaces to help messages in config file
+- Release 6.4.0
+  * Fix Handling of Encoded Paths in Save As Dialog
+  * Fix: split_cell doesn't always split cell
+  * Correct 'Content-Type' headers
+  * Fix skipped tests & remove deprecation warnings
+  * [Gateway] Track only this server's kernels
+  * Bind the HTTPServer in start #6061
+  * Revert "do not apply asyncio patch for tornado >=6.1"
+  * Use Jupyter Releaser
+  * Add Workflow Permissions for Lock Bot
+  * Fixes related to the recent changes in the documentation
+  * Add maths checks in CSS reference test
+  * Add Issue Lock and Answered Bots
+  * Spelling correction
+  * Minor typographical and comment changes
+  * Fixes related to the recent changes in the documentation
+  * Fix readthedocs environment
+- Release 6.3.0
+  * Add square logo and desktop entry files
+  * Modernize Changelog
+  * Add missing "import inspect"
+  * Add Codecov badge to README
+  * Remove configuration for nosetests from setup.cfg
+  * Update security.rst
+  * Docs-Translations: Updated Hindi and Chinese Readme.md
+  * Allow /metrics by default if auth is off
+  * Skip terminal tests on Windows 3.9+ (temporary)
+  * Update GatewayKernelManager to derive from
+AsyncMappingKernelManager
+  * Drop use of deprecated pyzmq.ioloop
+  * Drop support for Python 3.5
+  * Allow jupyter_server-based contents managers in notebook
+  * Russian translation fixes
+  * Increase culling test idle timeout
+  * Re-enable support for answer_yes flag
+  * Replace Travis and Appveyor with Github Actions
+  * DOC: Server extension, extra docs on
+configuration/authentication.
+- Silence rpmlint2 
+
+---

Old:

  notebook-6.2.0.tar.gz

New:

  notebook-6.4.5.tar.gz



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.RLX2MD/_old  2021-10-21 23:55:38.036028807 +0200
+++ /var/tmp/diff_new_pack.RLX2MD/_new  2021-10-21 23:55:38.036028807 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-notebook
+# spec file
 #
 # Copyright (c) 2021 SUSE LLC
 #
@@ -25,10 +25,11 @@
 %bcond_with test
 BuildArch:  noarch
 %endif
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%{?!python_module:%define python_module() python3-%{**}}
 %define skip_python2 1
+%define plainpython python
 Name:   python-notebook%{psuffix}
-Version:6.2.0
+Version:6.4.5
 Release:0
 Summary:Jupyter Notebook interface
 License:BSD-3-Clause
@@ -54,6 +55,8 @@
 Requires:   python-terminado >= 0.8.3
 Requires:   python-tornado >= 6.1
 Requires:   python-traitlets >= 4.2.1
+Requires(post): update-alternatives
+Requires(postun):update-alternatives
 Recommends: python-ipywidgets
 Suggests:   %{name}-latex
 Provides:   python-jupyter_notebook = %{version}
@@ -62,6 +65,7 @@
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  jupyter-notebook-filesystem
+BuildRequires:  update-desktop-files
 %endif
 %if %{with test}
 BuildRequires:  %{python_module Jinja2}
@@ -106,6 +110,7 @@
 Provides:   python-jupyter_notebook-lang = %{version}
 Provides:   python-notebook-lang-all = %{version}
 

commit python-notebook for openSUSE:Factory

2021-02-15 Thread Source-Sync
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 2021-02-15 23:20:35

Comparing /work/SRC/openSUSE:Factory/python-notebook (Old)
 and  /work/SRC/openSUSE:Factory/.python-notebook.new.28504 (New)


Package is "python-notebook"

Mon Feb 15 23:20:35 2021 rev:9 rq:872505 version:6.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-notebook/python-notebook.changes  
2021-01-11 17:15:57.524582224 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-notebook.new.28504/python-notebook.changes   
2021-02-15 23:23:00.955997626 +0100
@@ -1,0 +2,23 @@
+Sun Feb 14 18:12:07 UTC 2021 - Arun Persaud 
+
+- specfile:
+  * update copyright year
+  * update tornado version requirement
+  * removed remove_nose.patch, included upstream
+
+- update to version 6.2.0:
+  * Increase minimum tornado version (:ghpull:`5933`)
+  * Adjust skip decorators to avoid remaining dependency on nose
+ (:ghpull:`5932`)
+  * Ensure that cell ids persist after save (:ghpull:`5928`)
+  * Add reconnection to Gateway (form nb2kg) (:ghpull:`5924`)
+  * Fix some typos (:ghpull:`5917`)
+  * Handle TrashPermissionError, now that it exists (:ghpull:`5894`)
+
+- changes from version 6.1.6:
+  * do not require nose for testing (:ghpull:`5826`)
+  * [docs] Update Chinese and Hindi readme.md (:ghpull:`5823`)
+  * Add support for creating terminals via GET (:ghpull:`5813`)
+  * Made doc translations in Hindi and Chinese (:ghpull:`5787`)
+
+---

Old:

  notebook-6.1.5.tar.gz
  remove_nose.patch

New:

  notebook-6.2.0.tar.gz



Other differences:
--
++ python-notebook.spec ++
--- /var/tmp/diff_new_pack.g1EpKi/_old  2021-02-15 23:23:01.739998797 +0100
+++ /var/tmp/diff_new_pack.g1EpKi/_new  2021-02-15 23:23:01.739998797 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-notebook
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,7 +28,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-notebook%{psuffix}
-Version:6.1.5
+Version:6.2.0
 Release:0
 Summary:Jupyter Notebook interface
 License:BSD-3-Clause
@@ -36,8 +36,6 @@
 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 remove_nose.patch gh#jupyter/notebook#5826 -- Port the 
test suite to pytest from nose
-Patch0: remove_nose.patch
 BuildRequires:  %{python_module jupyter-core >= 4.4.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
@@ -54,7 +52,7 @@
 Requires:   python-prometheus_client
 Requires:   python-pyzmq >= 17
 Requires:   python-terminado >= 0.8.3
-Requires:   python-tornado >= 5
+Requires:   python-tornado >= 6.1
 Requires:   python-traitlets >= 4.2.1
 Recommends: python-ipywidgets
 Suggests:   %{name}-latex
@@ -85,7 +83,7 @@
 BuildRequires:  %{python_module requests-unixsocket}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module terminado >= 0.8.3}
-BuildRequires:  %{python_module tornado >= 5}
+BuildRequires:  %{python_module tornado >= 6.1}
 BuildRequires:  %{python_module traitlets >= 4.2.1}
 %ifnarch %{ix86}
 # pandoc package disabled build for ix86
@@ -101,6 +99,7 @@
 This package provides the python interface.
 
 %packagelang
+# FIXME: consider using %%lang_package macro
 Summary:Translations for the Jupyter Notebook
 Group:  System/Localization
 Requires:   python-notebook = %{version}
@@ -134,6 +133,7 @@
 This package provides the jupyter components.
 
 %package -n jupyter-notebook-lang
+# FIXME: consider using %%lang_package macro
 Summary:Translations for the Jupyter Notebook
 Group:  System/Localization
 Requires:   jupyter-notebook = %{version}
@@ -162,7 +162,6 @@
 
 %prep
 %setup -q -n notebook-%{version}
-%autopatch -p1
 
 # We don't want to run selenium tests
 rm -rf notebook/tests/selenium
@@ -226,7 +225,6 @@
 %endif
 
 %if !%{with test}
-
 %post
 %python_install_alternative jupyter-notebook jupyter-bundlerextension 
jupyter-nbextension jupyter-serverextension
 

++ notebook-6.1.5.tar.gz -> notebook-6.2.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-notebook/notebook-6.1.5.tar.gz