commit python-jupyter_notebook for openSUSE:Factory

2019-04-02 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2019-04-02 09:23:31

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


Package is "python-jupyter_notebook"

Tue Apr  2 09:23:31 2019 rev:18 rq:690420 version:5.7.7

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook.changes
  2019-03-12 09:55:11.543516799 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new.25356/python-jupyter_notebook.changes
   2019-04-02 09:23:35.452761661 +0200
@@ -1,0 +2,19 @@
+Mon Apr  1 15:20:25 UTC 2019 - Todd R 
+
+- Fix doc url
+
+---
+Sat Mar 30 16:47:07 UTC 2019 - Arun Persaud 
+
+- update to version 5.7.7:
+  * Fix regression in restarting kernels in 5.7.5. The restart handler
+would return before restart was completed.
+  * Further improve compatibility with tornado 6 with improved checks
+for when websockets are closed.
+  * Fix regression in 5.7.6 on Windows where .js files could have the
+wrong mime-type.
+  * Fix Open Redirect vulnerability where certain malicious URLs could
+redirect from the Jupyter login page to a malicious site after a
+successful login. A CVE has been requested for this vulnerability.
+
+---

Old:

  notebook-5.7.6.tar.gz

New:

  notebook-5.7.7.tar.gz



Other differences:
--
++ python-jupyter_notebook.spec ++
--- /var/tmp/diff_new_pack.QsASZ5/_old  2019-04-02 09:23:36.388762289 +0200
+++ /var/tmp/diff_new_pack.QsASZ5/_new  2019-04-02 09:23:36.392762292 +0200
@@ -18,15 +18,16 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_notebook
-Version:5.7.6
+Version:5.7.7
+%define doc_ver 5.7.6
 Release:0
 Summary:Jupyter Notebook
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 URL:https://github.com/jupyter/notebook
 Source0:
https://files.pythonhosted.org/packages/source/n/notebook/notebook-%{version}.tar.gz
-Source1:
https://media.readthedocs.org/pdf/jupyter-notebook/%{version}/jupyter-notebook.pdf
-Source2:
https://media.readthedocs.org/htmlzip/jupyter-notebook/%{version}/jupyter-notebook.zip
+Source1:
https://media.readthedocs.org/pdf/jupyter-notebook/%{doc_ver}/jupyter-notebook.pdf
+Source2:
https://media.readthedocs.org/htmlzip/jupyter-notebook/%{doc_ver}/jupyter-notebook.zip
 Source100:  python-jupyter_notebook-rpmlintrc
 BuildRequires:  %{python_module jupyter_core >= 4.4.0}
 BuildRequires:  %{python_module setuptools}


++ notebook-5.7.6.tar.gz -> notebook-5.7.7.tar.gz ++
/work/SRC/openSUSE:Factory/python-jupyter_notebook/notebook-5.7.6.tar.gz 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new.25356/notebook-5.7.7.tar.gz
 differ: char 5, line 1




commit python-jupyter_notebook for openSUSE:Factory

2019-03-12 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2019-03-12 09:55:07

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


Package is "python-jupyter_notebook"

Tue Mar 12 09:55:07 2019 rev:17 rq:683911 version:5.7.6

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook.changes
  2019-01-21 10:50:57.247975616 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new.28833/python-jupyter_notebook.changes
   2019-03-12 09:55:11.543516799 +0100
@@ -1,0 +2,26 @@
+Sun Mar 10 16:48:18 UTC 2019 - Arun Persaud 
+
+- update to version 5.7.6:
+  * 5.7.6 contains a security fix for a cross-site inclusion (XSSI)
+vulnerability, where files at a known URL could be included in a
+page from an unauthorized website if the user is logged into a
+Jupyter server. The fix involves setting the
+X-Content-Type-Options: nosniff header, and applying CSRF checks
+previously on all non-GET API requests to GET requests to API
+endpoints and the /files/ endpoint.
+The attacking page is able to access some contents of files when
+using Internet Explorer through script errors, but this has not
+been demonstrated with other browsers. A CVE has been requested
+for this vulnerability.
+
+---
+Sat Mar  9 16:09:30 UTC 2019 - Arun Persaud 
+
+- update to version 5.7.5:
+  * Fix compatibility with tornado 6 (:ghpull:`4392`, :ghpull:`4449`).
+  * Fix opening integer filedescriptor during startup on Python 2
+(:ghpull:`4349`)
+  * Fix compatibility with asynchronous KernelManager.restart_kernel
+methods (:ghpull:`4412`)
+
+---

Old:

  notebook-5.7.4.tar.gz

New:

  notebook-5.7.6.tar.gz



Other differences:
--
++ python-jupyter_notebook.spec ++
--- /var/tmp/diff_new_pack.ccOpk1/_old  2019-03-12 09:55:12.759516557 +0100
+++ /var/tmp/diff_new_pack.ccOpk1/_new  2019-03-12 09:55:12.763516556 +0100
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_notebook
-Version:5.7.4
+Version:5.7.6
 Release:0
 Summary:Jupyter Notebook
 License:BSD-3-Clause
@@ -80,6 +80,7 @@
 The Jupyter HTML notebook is a web-based notebook environment for interactive 
computing.
 
 %packagelang
+# FIXME: consider using %%lang_package macro
 Summary:Provides translations for %{name}
 Group:  System/Localization
 Requires:   %{name} = %{version}

++ jupyter-notebook.pdf ++
(binary differes)

++ jupyter-notebook.zip ++
Binary files /var/tmp/diff_new_pack.ccOpk1/_old and 
/var/tmp/diff_new_pack.ccOpk1/_new differ

++ notebook-5.7.4.tar.gz -> notebook-5.7.6.tar.gz ++
/work/SRC/openSUSE:Factory/python-jupyter_notebook/notebook-5.7.4.tar.gz 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new.28833/notebook-5.7.6.tar.gz
 differ: char 5, line 1




commit python-jupyter_notebook for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2019-01-21 10:50:28

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


Package is "python-jupyter_notebook"

Mon Jan 21 10:50:28 2019 rev:16 rq:664650 version:5.7.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook.changes
  2018-11-26 10:33:36.656795656 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new.28833/python-jupyter_notebook.changes
   2019-01-21 10:50:57.247975616 +0100
@@ -1,0 +2,28 @@
+Fri Jan 11 13:00:13 UTC 2019 - r...@rotkraut.de
+
+- Update requirements: python-jupyter_core >= 4.4.0, python-terminado >= 0.8.1.
+
+---
+Wed Jan  9 02:17:01 UTC 2019 - Jan Engelhardt 
+
+- Fix {name} -> %{name}
+
+---
+Fri Jan  4 16:35:02 UTC 2019 - Todd R 
+
+- Update to 5.7.4
+  * fixes a bug introduced in 5.7.3, in which the ``list_running_servers()``
+function attempts to parse HTML files as JSON, and consequently crashes
+   (:ghpull:`4284`).
+- Update to 5.7.3
+  * Launch the browser with a local file which redirects to the server address
+including the authentication token (:ghpull:`4260`).
+This prevents another logged-in user from stealing the token from command 
line
+arguments and authenticating to the server.
+The single-use token previously used to mitigate this has been removed.
+Thanks to Dr. Owain Kenway for suggesting the local file approach.
+  * Upgrade bootstrap to 3.4, fixing an XSS vulnerability, which has been
+assigned `CVE-2018-14041 
`_
+(:ghpull:`4271`).
+
+---

Old:

  notebook-5.7.2.tar.gz

New:

  notebook-5.7.4.tar.gz
  python-jupyter_notebook-rpmlintrc



Other differences:
--
++ python-jupyter_notebook.spec ++
--- /var/tmp/diff_new_pack.uqaYMn/_old  2019-01-21 10:50:59.895972398 +0100
+++ /var/tmp/diff_new_pack.uqaYMn/_new  2019-01-21 10:50:59.899972394 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jupyter_notebook
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_notebook
-Version:5.7.2
+Version:5.7.4
 Release:0
 Summary:Jupyter Notebook
 License:BSD-3-Clause
@@ -27,7 +27,8 @@
 Source0:
https://files.pythonhosted.org/packages/source/n/notebook/notebook-%{version}.tar.gz
 Source1:
https://media.readthedocs.org/pdf/jupyter-notebook/%{version}/jupyter-notebook.pdf
 Source2:
https://media.readthedocs.org/htmlzip/jupyter-notebook/%{version}/jupyter-notebook.zip
-BuildRequires:  %{python_module jupyter_core}
+Source100:  python-jupyter_notebook-rpmlintrc
+BuildRequires:  %{python_module jupyter_core >= 4.4.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
@@ -37,12 +38,12 @@
 Requires:   python-Send2Trash
 Requires:   python-ipython_genutils
 Requires:   python-jupyter_client >= 5.2.0
-Requires:   python-jupyter_core
+Requires:   python-jupyter_core >= 4.4.0
 Requires:   python-jupyter_ipykernel
 Requires:   python-jupyter_nbconvert
 Requires:   python-jupyter_nbformat
 Requires:   python-prometheus_client
-Requires:   python-terminado >= 0.3.3
+Requires:   python-terminado >= 0.8.1
 Requires:   python-tornado >= 4
 Requires:   python-traitlets >= 4.2.1
 Recommends: python-jupyter_ipywidgets
@@ -53,7 +54,7 @@
 BuildRequires:  %{python_module Send2Trash}
 BuildRequires:  %{python_module ipython_genutils}
 BuildRequires:  %{python_module jupyter_client >= 5.2.0}
-BuildRequires:  %{python_module jupyter_core}
+BuildRequires:  %{python_module jupyter_core >= 4.4.0}
 BuildRequires:  %{python_module jupyter_ipykernel}
 BuildRequires:  %{python_module jupyter_nbconvert}
 BuildRequires:  %{python_module 

commit python-jupyter_notebook for openSUSE:Factory

2018-11-26 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2018-11-26 10:31:53

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


Package is "python-jupyter_notebook"

Mon Nov 26 10:31:53 2018 rev:15 rq:651558 version:5.7.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook.changes
  2018-10-01 08:19:07.001902725 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new.19453/python-jupyter_notebook.changes
   2018-11-26 10:33:36.656795656 +0100
@@ -1,0 +2,12 @@
+Sat Nov 24 20:05:29 UTC 2018 - Arun Persaud 
+
+- update to version 5.7.2:
+  * 5.7.2 contains a security fix preventing malicious directory names
+from being able to execute javascript. CVE request pending.
+
+- changes from version 5.7.1:
+  * 5.7.1 contains a security fix preventing nbconvert endpoints from
+executing javascript with access to the server API. CVE request
+pending.
+
+---

Old:

  notebook-5.7.0.tar.gz

New:

  notebook-5.7.2.tar.gz



Other differences:
--
++ python-jupyter_notebook.spec ++
--- /var/tmp/diff_new_pack.HaHH8R/_old  2018-11-26 10:33:40.468791192 +0100
+++ /var/tmp/diff_new_pack.HaHH8R/_new  2018-11-26 10:33:40.472791187 +0100
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_notebook
-Version:5.7.0
+Version:5.7.2
 Release:0
 Summary:Jupyter Notebook
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://github.com/jupyter/notebook
+URL:https://github.com/jupyter/notebook
 Source0:
https://files.pythonhosted.org/packages/source/n/notebook/notebook-%{version}.tar.gz
 Source1:
https://media.readthedocs.org/pdf/jupyter-notebook/%{version}/jupyter-notebook.pdf
 Source2:
https://media.readthedocs.org/htmlzip/jupyter-notebook/%{version}/jupyter-notebook.zip
@@ -33,6 +33,21 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
+Requires:   python-Jinja2
+Requires:   python-Send2Trash
+Requires:   python-ipython_genutils
+Requires:   python-jupyter_client >= 5.2.0
+Requires:   python-jupyter_core
+Requires:   python-jupyter_ipykernel
+Requires:   python-jupyter_nbconvert
+Requires:   python-jupyter_nbformat
+Requires:   python-prometheus_client
+Requires:   python-terminado >= 0.3.3
+Requires:   python-tornado >= 4
+Requires:   python-traitlets >= 4.2.1
+Recommends: python-jupyter_ipywidgets
+Suggests:   %{name}-latex
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Jinja2}
 BuildRequires:  %{python_module Send2Trash}
@@ -55,25 +70,9 @@
 BuildRequires:  python-ipaddress
 BuildRequires:  python-mock
 # /SECTION
-Requires:   python-Jinja2
-Requires:   python-Send2Trash
-Requires:   python-ipython_genutils
-Requires:   python-jupyter_client >= 5.2.0
-Requires:   python-jupyter_core
-Requires:   python-jupyter_ipykernel
-Requires:   python-jupyter_nbconvert
-Requires:   python-jupyter_nbformat
-Requires:   python-prometheus_client
-Requires:   python-terminado >= 0.3.3
-Requires:   python-tornado >= 4
-Requires:   python-traitlets >= 4.2.1
 %ifpython2
 Requires:   python-ipaddress
 %endif
-Recommends: python-jupyter_ipywidgets
-Suggests:   %{name}-latex
-BuildArch:  noarch
-
 %python_subpackages
 
 %description

++ jupyter-notebook.pdf ++
(binary differes)

++ jupyter-notebook.zip ++
Binary files /var/tmp/diff_new_pack.HaHH8R/_old and 
/var/tmp/diff_new_pack.HaHH8R/_new differ

++ notebook-5.7.0.tar.gz -> notebook-5.7.2.tar.gz ++
/work/SRC/openSUSE:Factory/python-jupyter_notebook/notebook-5.7.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new.19453/notebook-5.7.2.tar.gz
 differ: char 5, line 1




commit python-jupyter_notebook for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2018-10-01 08:19:00

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


Package is "python-jupyter_notebook"

Mon Oct  1 08:19:00 2018 rev:14 rq:638902 version:5.7.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook.changes
  2018-08-03 12:39:40.251780961 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook.changes
 2018-10-01 08:19:07.001902725 +0200
@@ -1,0 +2,27 @@
+Fri Sep 28 03:58:22 UTC 2018 - Todd R 
+
+- Update to version 5.7.0
+  + New features:
+* Update to CodeMirror to 5.37, which includes f-string sytax for Python 
3.6 (:ghpull:`3816`)
+* Update jquery-ui to 1.12 (:ghpull:`3836`)
+* Check Host header to more securely protect localhost deployments from 
DNS rebinding.
+  This is a pre-emptive measure, not fixing a known vulnerability 
(:ghpull:`3766`).
+  Use ``.NotebookApp.allow_remote_access`` and 
``.NotebookApp.local_hostnames`` to configure
+  access.
+* Allow access-control-allow-headers to be overridden (:ghpull:`3886`)
+* Allow configuring max_body_size and max_buffer_size (:ghpull:`3829`)
+* Allow configuring get_secure_cookie keyword-args (:ghpull:`3778`)
+* Respect nbconvert entrypoints as sources for exporters (:ghpull:`3879`)
+* Include translation sources in source distributions (:ghpull:`3925`, 
:ghpull:`3931`)
+* Various improvements to documentation (:ghpull:`3799`, :ghpull:`3800`,
+  :ghpull:`3806`, :ghpull:`3883`, :ghpull:`3908`)
+  + Fixing problems:
+* Fix breadcrumb link when running with a base url (:ghpull:`3905`)
+* Fix possible type error when closing activity stream (:ghpull:`3907`)
+* Disable metadata editing for non-editable cells (:ghpull:`3744`)
+* Fix some styling and alignment of prompts caused by regressions in 5.6.0.
+* Enter causing page reload in shortcuts editor (:ghpull:`3871`)
+* Fix uploading to the same file twice (:ghpull:`3712`)
+* Drop -doc subpackage.  Use pre-built upstream docs instead.
+
+---

Old:

  notebook-5.6.0.tar.gz
  python-jupyter_notebook-doc.changes
  python-jupyter_notebook-doc.spec

New:

  jupyter-notebook.pdf
  jupyter-notebook.zip
  notebook-5.7.0.tar.gz



Other differences:
--
++ python-jupyter_notebook.spec ++
--- /var/tmp/diff_new_pack.TcDxyQ/_old  2018-10-01 08:19:07.857902179 +0200
+++ /var/tmp/diff_new_pack.TcDxyQ/_new  2018-10-01 08:19:07.857902179 +0200
@@ -18,19 +18,43 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_notebook
-Version:5.6.0
+Version:5.7.0
 Release:0
 Summary:Jupyter Notebook
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/jupyter/notebook
-Source: 
https://files.pythonhosted.org/packages/source/n/notebook/notebook-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+Source0:
https://files.pythonhosted.org/packages/source/n/notebook/notebook-%{version}.tar.gz
+Source1:
https://media.readthedocs.org/pdf/jupyter-notebook/%{version}/jupyter-notebook.pdf
+Source2:
https://media.readthedocs.org/htmlzip/jupyter-notebook/%{version}/jupyter-notebook.zip
 BuildRequires:  %{python_module jupyter_core}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  python-rpm-macros
+BuildRequires:  unzip
+# SECTION test requirements
+BuildRequires:  %{python_module Jinja2}
+BuildRequires:  %{python_module Send2Trash}
+BuildRequires:  %{python_module ipython_genutils}
+BuildRequires:  %{python_module jupyter_client >= 5.2.0}
+BuildRequires:  %{python_module jupyter_core}
+BuildRequires:  %{python_module jupyter_ipykernel}
+BuildRequires:  %{python_module jupyter_nbconvert}
+BuildRequires:  %{python_module jupyter_nbformat}
+BuildRequires:  %{python_module nose-exclude}
+BuildRequires:  %{python_module nose_warnings_filters}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module prometheus_client}
+BuildRequires:  %{python_module requests}
+BuildRequires:  %{python_module terminado >= 0.3.3}
+BuildRequires:  %{python_module tornado >= 4}
+BuildRequires:  %{python_module traitlets >= 4.2.1}
+# /SECTION
+# SECTION Python 2.7 test requirements
+BuildRequires:  python-ipaddress
+BuildRequires:  python-mock
+# /SECTION
 Requires:   python-Jinja2
 Requires:   

commit python-jupyter_notebook for openSUSE:Factory

2018-08-03 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2018-08-03 12:39:30

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


Package is "python-jupyter_notebook"

Fri Aug  3 12:39:30 2018 rev:13 rq:627142 version:5.6.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook-doc.changes
  2018-06-15 14:37:58.794548167 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook-doc.changes
 2018-08-03 12:39:39.531779888 +0200
@@ -1,0 +2,29 @@
+Thu Aug  2 17:21:43 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 5.6.0
+  + New features:
+* Execute cells by clicking icon in input prompt (:ghpull:`3535`, 
:ghpull:`3687`)
+* New "Save as" menu option (:ghpull:`3289`)
+* When serving on a loopback interface, protect against DNS rebinding by
+  checking the ``Host`` header from the browser (:ghpull:`3714`).
+  This check can be disabled if necessary by setting
+  ``NotebookApp.allow_remote_access``.
+  (Disabled by default while we work out some Mac issues in 
:ghissue:`3754`).
+* Add kernel_info_timeout traitlet to enable restarting slow kernels 
(:ghpull:`3665`)
+* Add ``custom_display_host`` config option to override displayed URL 
(:ghpull:`3668`)
+* Add /metrics endpoint for Prometheus Metrics (:ghpull:`3490`)
+* Update to MathJax 2.7.4 (:ghpull:`3751`)
+* Update to jQuery 3.3 (:ghpull:`3655`)
+* Update marked to 0.4 (:ghpull:`3686`)
+  + Fixing problems:
+* Don't duplicate token in displayed URL (:ghpull:`3656`)
+* Clarify displayed URL when listening on all interfaces (:ghpull:`3703`)
+* Don't trash non-empty directories on Windows (:ghpull:`3673`)
+* Include LICENSE file in wheels (:ghpull:`3671`)
+- Don't show "0 active kernels" when starting the notebook (:ghpull:`3696`)
+  + Testing: 
+* Add find replace test (:ghpull:`3630`)
+* Selenium test for deleting all cells (:ghpull:`3601`)
+* Make creating a new notebook more robust (:ghpull:`3726`)
+
+---
python-jupyter_notebook.changes: same change

Old:

  notebook-5.5.0.tar.gz

New:

  notebook-5.6.0.tar.gz



Other differences:
--
++ python-jupyter_notebook-doc.spec ++
--- /var/tmp/diff_new_pack.7PyQuD/_old  2018-08-03 12:39:41.411782688 +0200
+++ /var/tmp/diff_new_pack.7PyQuD/_new  2018-08-03 12:39:41.415782695 +0200
@@ -28,7 +28,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_notebook-doc
-Version:5.5.0
+Version:5.6.0
 Release:0
 Summary:Documentation for python-jupyter_notebook
 License:BSD-3-Clause

++ python-jupyter_notebook.spec ++
--- /var/tmp/diff_new_pack.7PyQuD/_old  2018-08-03 12:39:41.431782718 +0200
+++ /var/tmp/diff_new_pack.7PyQuD/_new  2018-08-03 12:39:41.435782724 +0200
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_notebook
-Version:5.5.0
+Version:5.6.0
 Release:0
 Summary:Jupyter Notebook
 License:BSD-3-Clause
@@ -39,9 +39,13 @@
 Requires:   python-jupyter_ipykernel
 Requires:   python-jupyter_nbconvert
 Requires:   python-jupyter_nbformat
+Requires:   python-prometheus_client
 Requires:   python-terminado >= 0.3.3
 Requires:   python-tornado >= 4
 Requires:   python-traitlets >= 4.2.1
+%ifpython2
+Requires:   python-ipaddress
+%endif
 Recommends: python-jupyter_ipywidgets
 Suggests:   %{name}-latex
 BuildArch:  noarch

++ notebook-5.5.0.tar.gz -> notebook-5.6.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-jupyter_notebook/notebook-5.5.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/notebook-5.6.0.tar.gz 
differ: char 5, line 1




commit python-jupyter_notebook for openSUSE:Factory

2018-06-15 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2018-06-15 14:37:56

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


Package is "python-jupyter_notebook"

Fri Jun 15 14:37:56 2018 rev:12 rq:615008 version:5.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook-doc.changes
  2018-04-20 17:33:41.145366299 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook-doc.changes
 2018-06-15 14:37:58.794548167 +0200
@@ -1,0 +2,78 @@
+Tue May 29 19:24:31 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 5.5.0
+ + New features:
+   * The files list now shows file sizes (:ghpull:`3539`)
+   * Add a quit button in the dashboard (:ghpull:`3004`)
+   * Display hostname in the terminal when running remotely (:ghpull:`3356`, 
:ghpull:`3593`)
+   * Add slides exportation/download to the menu (:ghpull:`3287`)
+   * Add any extra installed nbconvert exporters to the "Download as" menu 
(:ghpull:`3323`)
+   * Editor: warning when overwriting a file that is modified on disk 
(:ghpull:`2783`)
+   * Display a warning message if cookies are not enabled (:ghpull:`3511`)
+   * Basic ``__version__`` reporting for extensions (:ghpull:`3541`)
+   * Add ``NotebookApp.terminals_enabled`` config option (:ghpull:`3478`)
+   * Make buffer time between last modified on disk and last modified on last 
save configurable (:ghpull:`3273`)
+   * Allow binding custom shortcuts for 'close and halt' (:ghpull:`3314`)
+   * Add description for 'Trusted' notification (:ghpull:`3386`)
+   * Add ``settings['activity_sources']`` (:ghpull:`3401`)
+   * Add an ``output_updated.OutputArea`` event (:ghpull:`3560`)
+ + Fixing problems:
+   * Fixes to improve web accessibility (:ghpull:`3507`)
+ There is more to do on this! See :ghissue:`1801`.
+   * Fixed color contrast issue in tree.less (:ghpull:`3336`)
+   * Allow cancelling upload of large files (:ghpull:`3373`)
+   * Don't clear login cookie on requests without cookie (:ghpull:`3380`)
+   * Don't trash files on different device to home dir on Linux 
(:ghpull:`3304`)
+   * Clear waiting asterisks when restarting kernel (:ghpull:`3494`)
+   * Fix output prompt when ``execution_count`` missing (:ghpull:`3236`)
+   * Make the 'changed on disk' dialog work when displayed twice 
(:ghpull:`3589`)
+   * Fix going back to root directory with history in notebook list 
(:ghpull:`3411`)
+   * Allow defining keyboard shortcuts for missing actions (:ghpull:`3561`)
+   * Prevent default on pageup/pagedown when completer is active 
(:ghpull:`3500`)
+   * Prevent default event handling on new terminal (:ghpull:`3497`)
+   * ConfigManager should not write out default values found in the .d 
directory (:ghpull:`3485`)
+   * Fix leak of iopub object in activity monitoring (:ghpull:`3424`)
+   * Javascript lint in notebooklist.js (:ghpull:`3409`)
+   * Some Javascript syntax fixes (:ghpull:`3294`)
+   * Convert native for loop to ``Array.forEach()`` (:ghpull:`3477`)
+   * Disable cache when downloading nbconvert output (:ghpull:`3484`)
+   * Add missing digestmod arg to HMAC (:ghpull:`3399`)
+   * Log OSErrors failing to create less-critical files during startup 
(:ghpull:`3384`)
+   * Use powershell on Windows (:ghpull:`3379`)
+   * API spec improvements, API handler improvements (:ghpull:`3368`)
+   * Set notebook to dirty state after change to kernel metadata 
(:ghpull:`3350`)
+   * Use CSP header to treat served files as belonging to a separate origin 
(:ghpull:`3341`)
+   * Don't install gettext into builtins (:ghpull:`3330`)
+   * Add missing ``import _`` (:ghpull:`3316`, :ghpull:`3326`)
+   * Write ``notebook.json`` file atomically (:ghpull:`3305`)
+   * Fix clicking with modifiers, page title updates (:ghpull:`3282`)
+   * Upgrade jQuery to version 2.2 (:ghpull:`3428`)
+   * Upgrade xterm.js to 3.1.0 (:ghpull:`3189`)
+   * Upgrade moment.js to 2.19.3 (:ghpull:`3562`)
+   * Upgrade CodeMirror to 5.35 (:ghpull:`3372`)
+   * "Require" pyzmq>=17 (:ghpull:`3586`)
+ + Documentation:
+   * Documentation updates and organisation (:ghpull:`3584`)
+   * Add section in docs about privacy (:ghpull:`3571`)
+   * Add explanation on how to change the type of a cell to Markdown 
(:ghpull:`3377`)
+   * Update docs with confd implementation details (:ghpull:`3520`)
+   * Add more information for where ``jupyter_notebook_config.py`` is located 
(:ghpull:`3346`)
+   * Document options to enable nbextensions in specific sections 
(:ghpull:`3525`)
+   * jQuery attribute selector value MUST be surrounded by quotes 
(:ghpull:`3527`)
+   * Do not execute special notebooks with nbsphinx (:ghpull:`3360`)
+   * Other minor fixes in 

commit python-jupyter_notebook for openSUSE:Factory

2018-04-20 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2018-04-20 17:31:15

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


Package is "python-jupyter_notebook"

Fri Apr 20 17:31:15 2018 rev:11 rq:598770 version:5.4.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook-doc.changes
  2018-02-16 21:44:17.995893474 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook-doc.changes
 2018-04-20 17:33:41.145366299 +0200
@@ -1,0 +2,6 @@
+Thu Apr 19 14:58:53 UTC 2018 - toddrme2...@gmail.com
+
+- Update to version 5.4.1
+  * A security release to fix CVE-2018-8768.
+
+---
python-jupyter_notebook.changes: same change

Old:

  notebook-5.4.0.tar.gz

New:

  notebook-5.4.1.tar.gz



Other differences:
--
++ python-jupyter_notebook-doc.spec ++
--- /var/tmp/diff_new_pack.iPs1c9/_old  2018-04-20 17:33:42.305324233 +0200
+++ /var/tmp/diff_new_pack.iPs1c9/_new  2018-04-20 17:33:42.309324088 +0200
@@ -28,7 +28,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_notebook-doc
-Version:5.4.0
+Version:5.4.1
 Release:0
 Summary:Documentation for python-jupyter_notebook
 License:BSD-3-Clause

python-jupyter_notebook.spec: same change
++ notebook-5.4.0.tar.gz -> notebook-5.4.1.tar.gz ++
/work/SRC/openSUSE:Factory/python-jupyter_notebook/notebook-5.4.0.tar.gz 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/notebook-5.4.1.tar.gz 
differ: char 5, line 1




commit python-jupyter_notebook for openSUSE:Factory

2018-03-01 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2018-03-01 12:07:59

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


Package is "python-jupyter_notebook"

Thu Mar  1 12:07:59 2018 rev:10 rq:581067 version:5.4.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook.changes
  2018-02-16 21:44:18.631870537 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook.changes
 2018-03-01 12:08:02.665590714 +0100
@@ -1,0 +2,5 @@
+Wed Feb 28 17:43:33 UTC 2018 - toddrme2...@gmail.com
+
+- Package directory needed by jupyterlab
+
+---



Other differences:
--
++ python-jupyter_notebook.spec ++
--- /var/tmp/diff_new_pack.AidWKA/_old  2018-03-01 12:08:03.489561135 +0100
+++ /var/tmp/diff_new_pack.AidWKA/_new  2018-03-01 12:08:03.489561135 +0100
@@ -72,8 +72,9 @@
 
 # These directories are used for extensions
 mkdir -p %{buildroot}%{_datadir}/jupyter/nbextensions
+mkdir -p %{buildroot}%{_sysconfdir}/jupyter/jupyter_notebook_config.d/
 mkdir -p %{buildroot}%{_sysconfdir}/jupyter/nbconfig/notebook.d/
-mkdir -p %{buildroot}%{_sysconfdir}/jupyter/nbextensions
+mkdir -p %{buildroot}%{_sysconfdir}/jupyter/nbextensions/
 
 # Install icons
 mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/
@@ -99,9 +100,10 @@
 %python3_only %{_bindir}/jupyter-serverextension
 %python3_only %{_datadir}/icons/hicolor/*/apps/JupyterNotebook.*
 %dir %{_datadir}/jupyter/nbextensions
+%dir %{_sysconfdir}/jupyter/jupyter_notebook_config.d//
 %dir %{_sysconfdir}/jupyter/nbconfig/
 %dir %{_sysconfdir}/jupyter/nbconfig/notebook.d/
-%dir %{_sysconfdir}/jupyter/nbextensions
+%dir %{_sysconfdir}/jupyter/nbextensions/
 %{python_sitelib}/*
 
 %files %{python_files latex}




commit python-jupyter_notebook for openSUSE:Factory

2018-02-15 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2018-02-15 13:26:48

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


Package is "python-jupyter_notebook"

Thu Feb 15 13:26:48 2018 rev:8 rq:576618 version:5.3.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook-doc.changes
  2017-12-04 12:17:02.299147844 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook-doc.changes
 2018-02-15 13:27:12.660260721 +0100
@@ -1,0 +2,45 @@
+Thu Jan 18 06:41:05 UTC 2018 - toddrme2...@gmail.com
+
+- update to version 5.3.1
+  * Add support for terminals on windows (:ghpull:`3087`). 
+  * Add a "restart and run all" button to the toolbar (:ghpull:`2965`). 
+  * Send files to os trash mechanism on delete (:ghpull:`1968`). 
+  * Allow programmatic copy to clipboard (:ghpull:`3088`). 
+  * Use DOM History API for navigating between directories in the file browser 
(:ghpull:`3115`).
+  * Add translated files to folder(docs-translations) (:ghpull:`3065`). 
+  * Allow non empty dirs to be deleted (:ghpull:`3108`). 
+  * Set cookie on base_url (:ghpull:`2959`). 
+  * Allow token-authenticated requests cross-origin by default 
(:ghpull:`2920`). 
+  * Change cull_idle_timeout_minimum to 1 from 300 (:ghpull:`2910`). 
+  * Config option to shut down server after n seconds with no kernels 
(:ghpull:`2963`). 
+  * Display a "close" button on load notebook error (:ghpull:`3176`). 
+  * Add action to command pallette to run CodeMirror's "indentAuto" on 
selection (:ghpull:`3175`). 
+  * Add option to specify extra services (:ghpull:`3158`). 
+  * Warn_bad_name should not use global name (:ghpull:`3160`). 
+  * Avoid overflow of hidden form (:ghpull:`3148`). 
+  * Fix shutdown trans loss (:ghpull:`3147`). 
+  * Find available kernelspecs more efficiently (:ghpull:`3136`). 
+  * Don\'t try to translate missing help strings (:ghpull:`3122`). 
+  * Frontend/extension-config: allow default json files in a .d directory 
(:ghpull:`3116`). 
+  * Use `requirejs` vs. `require` (:ghpull:`3097`). 
+  * Fixes some ui bugs in firefox #3044 (:ghpull:`3058`). 
+  * Compare non-specific language code when choosing to use arabic numerals 
(:ghpull:`3055`). 
+  * Fix save-script deprecation (:ghpull:`3053`). 
+  * Include moment locales in package_data (:ghpull:`3051`). 
+  * Fix moment locale loading in bidi support (:ghpull:`3048`). 
+  * Tornado 5: periodiccallback loop arg will be removed (:ghpull:`3034`). 
+  * Use `/files` prefix for pdf-like files (:ghpull:`3031`). 
+  * Add folder for document translation (:ghpull:`3022`). 
+  * When login-in via token, let a chance for user to set the password 
(:ghpull:`3008`). 
+  * Switch to jupyter_core implementation of ensure_dir_exists 
(:ghpull:`3002`). 
+  * Send http shutdown request on \'stop\' subcommand (:ghpull:`3000`). 
+  * Work on loading ui translations  (:ghpull:`2969`). 
+  * Fix ansi inverse (:ghpull:`2967`). 
+  * Add send2trash to requirements for building docs (:ghpull:`2964`). 
+  * I18n readme.md improvement (:ghpull:`2962`).  
+  * Add \'reason\' field to json error responses (:ghpull:`2958`).
+  * Add some padding for stream outputs (:ghpull:`3194`).
+  * Always use setuptools in ``setup.py`` (:ghpull:`3206`).
+  * Fix clearing cookies on logout when ``base_url`` is configured 
(:ghpull:`3207`).
+
+---
python-jupyter_notebook.changes: same change

Old:

  notebook-5.2.2.tar.gz

New:

  notebook-5.3.1.tar.gz



Other differences:
--
++ python-jupyter_notebook-doc.spec ++
--- /var/tmp/diff_new_pack.Lfyaca/_old  2018-02-15 13:27:14.220204061 +0100
+++ /var/tmp/diff_new_pack.Lfyaca/_new  2018-02-15 13:27:14.220204061 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jupyter_notebook-doc
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -28,14 +28,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_notebook-doc
-Version:5.2.2
+Version:5.3.1
 Release:0
 Summary:Documentation for python-jupyter_notebook
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Url:http://ipython.org
+Url:https://github.com/jupyter/notebook
 Source: 

commit python-jupyter_notebook for openSUSE:Factory

2017-12-04 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2017-12-04 12:16:39

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


Package is "python-jupyter_notebook"

Mon Dec  4 12:16:39 2017 rev:7 rq:548013 version:5.2.2

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook-doc.changes
  2017-11-09 14:05:18.426698726 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook-doc.changes
 2017-12-04 12:17:02.299147844 +0100
@@ -1,0 +2,6 @@
+Sun Dec  3 19:11:58 UTC 2017 - a...@gmx.de
+
+- update to version 5.2.2:
+  * set cookie on base_urls (:ghpull:`2959`).
+
+---
--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook.changes
  2017-11-09 14:05:18.930680361 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook.changes
 2017-12-04 12:17:03.355109505 +0100
@@ -1,0 +2,6 @@
+Sun Dec  3 19:11:58 UTC 2017 - a...@gmx.de
+
+- update to version 5.2.2:
+  * set cookie on base_urls (:ghpull:`2959`).
+
+---

Old:

  notebook-5.2.1.tar.gz

New:

  notebook-5.2.2.tar.gz



Other differences:
--
++ python-jupyter_notebook-doc.spec ++
--- /var/tmp/diff_new_pack.5rYRDF/_old  2017-12-04 12:17:05.231041394 +0100
+++ /var/tmp/diff_new_pack.5rYRDF/_new  2017-12-04 12:17:05.235041250 +0100
@@ -28,7 +28,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_notebook-doc
-Version:5.2.1
+Version:5.2.2
 Release:0
 Summary:Documentation for python-jupyter_notebook
 License:BSD-3-Clause

python-jupyter_notebook.spec: same change
++ notebook-5.2.1.tar.gz -> notebook-5.2.2.tar.gz ++
/work/SRC/openSUSE:Factory/python-jupyter_notebook/notebook-5.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/notebook-5.2.2.tar.gz 
differ: char 5, line 1




commit python-jupyter_notebook for openSUSE:Factory

2017-11-09 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2017-11-09 14:05:01

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


Package is "python-jupyter_notebook"

Thu Nov  9 14:05:01 2017 rev:6 rq:539579 version:5.2.1

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook-doc.changes
  2017-10-03 23:16:43.447154902 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook-doc.changes
 2017-11-09 14:05:18.426698726 +0100
@@ -1,0 +2,33 @@
+Sat Nov  4 02:03:55 UTC 2017 - a...@gmx.de
+
+- update to version 5.2.1:
+  * Fix invisible CodeMirror cursor at specific browser zoom levels
+(:ghpull:`2983`).
+  * Fix nbconvert handler causing broken export to PDF
+(:ghpull:`2981`).
+  * Fix the prompt_area argument of the output area
+constructor. (:ghpull:`2961`).
+  * Handle a compound extension in new_untitled (:ghpull:`2949`).
+  * Allow disabling offline message buffering (:ghpull:`2916`).
+
+---
+Thu Oct 26 17:30:52 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 5.2.0
+  * Make all files in the dashboard editable by default and provide
+a whitelist of viewable file extensions (:ghpull:`2911`).
+  * Ensure that the root directory is not hidden (:ghpull:`2907`).
+  * Fix CodeMirror styling issue (:ghpull:`2880`).
+  * Update error handling on ``APIHandlers`` (:ghpull:`2853`).
+  * Upgrade xterm.js to 2.9.2 (:ghpull:`2849`).
+  * Add Chinese translations (depends on upcoming UI implementation)
+(:ghpull:`2804`).
+  * Allow for simpler customization of ``output_prompt`` in 
+custom.js (:ghpull:`2774`).
+  * Use RFC5987 encoding for filenames (:ghpull:`2767`).
+  * Add path to the resources metadata (:ghpull:`2753`).
+  * Make ``extraKeys`` consistent between notebook and editor views
+(:ghpull:`2745`).
+  * Add RTL (right-to-left) support (:ghpull:`2357`).
+
+---
--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook.changes
  2017-10-03 23:16:43.991078353 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook.changes
 2017-11-09 14:05:18.930680361 +0100
@@ -1,0 +2,33 @@
+Sat Nov  4 02:03:55 UTC 2017 - a...@gmx.de
+
+- update to version 5.2.1:
+  * Fix invisible CodeMirror cursor at specific browser zoom levels
+(:ghpull:`2983`).
+  * Fix nbconvert handler causing broken export to PDF
+(:ghpull:`2981`).
+  * Fix the prompt_area argument of the output area
+constructor. (:ghpull:`2961`).
+  * Handle a compound extension in new_untitled (:ghpull:`2949`).
+  * Allow disabling offline message buffering (:ghpull:`2916`).
+
+---
+Thu Oct 26 17:30:52 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 5.2.0
+  * Make all files in the dashboard editable by default and provide
+a whitelist of viewable file extensions (:ghpull:`2911`).
+  * Ensure that the root directory is not hidden (:ghpull:`2907`).
+  * Fix CodeMirror styling issue (:ghpull:`2880`).
+  * Update error handling on ``APIHandlers`` (:ghpull:`2853`).
+  * Upgrade xterm.js to 2.9.2 (:ghpull:`2849`).
+  * Add Chinese translations (depends on upcoming UI implementation)
+(:ghpull:`2804`).
+  * Allow for simpler customization of ``output_prompt`` in
+custom.js (:ghpull:`2774`).
+  * Use RFC5987 encoding for filenames (:ghpull:`2767`).
+  * Add path to the resources metadata (:ghpull:`2753`).
+  * Make ``extraKeys`` consistent between notebook and editor views
+(:ghpull:`2745`).
+  * Add RTL (right-to-left) support (:ghpull:`2357`).
+
+---

Old:

  notebook-5.1.0.tar.gz

New:

  notebook-5.2.1.tar.gz



Other differences:
--
++ python-jupyter_notebook-doc.spec ++
--- /var/tmp/diff_new_pack.QSzO8C/_old  2017-11-09 14:05:19.870646110 +0100
+++ /var/tmp/diff_new_pack.QSzO8C/_new  2017-11-09 14:05:19.870646110 +0100
@@ -28,20 +28,20 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_notebook-doc
-Version:5.1.0
+Version:5.2.1
 Release:0
 Summary:Documentation for python-jupyter_notebook
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://ipython.org
 Source: 
https://files.pythonhosted.org/packages/source/n/notebook/notebook-%{version}.tar.gz
+BuildRequires:  %{python_module 

commit python-jupyter_notebook for openSUSE:Factory

2017-10-04 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2017-10-03 23:16:40

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


Package is "python-jupyter_notebook"

Tue Oct  3 23:16:40 2017 rev:5 rq:527424 version:5.1.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook-doc.changes
  2017-05-17 17:14:19.147211597 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook-doc.changes
 2017-10-03 23:16:43.447154902 +0200
@@ -1,0 +2,22 @@
+Tue Sep 19 20:58:26 UTC 2017 - toddrme2...@gmail.com
+
+- Update to 5.1.0
+  * Preliminary i18n implementation
+  * Expose URL with auth token in notebook UI
+  * Fix search background style
+  * List running notebooks without requiring ``--allow-root``
+  * Allow session of type other than notebook
+  * Fix search background style
+  * Fix some Markdown styling issues
+  * Remove keymaps that conflict with non-English keyboards
+  * Add session-specific favicons (notebook, terminal, file)
+  * Add /api/shutdown handler
+  * Include metadata when copying a cell
+  * Stop notebook server from command line
+  * Improve "View" and "Edit" file handling in dashboard
+  * Provide a promise to replace use of the ``app_initialized.NotebookApp`` 
event
+  * Fix disabled collapse/expand output button
+  * Cull idle kernels using ``--MappingKernelManager.cull_idle_timeout``
+  * Allow read-only notebooks to be trusted
+
+---
python-jupyter_notebook.changes: same change

Old:

  notebook-5.0.0.tar.gz

New:

  notebook-5.1.0.tar.gz



Other differences:
--
++ python-jupyter_notebook-doc.spec ++
--- /var/tmp/diff_new_pack.DHOyVW/_old  2017-10-03 23:16:45.226904429 +0200
+++ /var/tmp/diff_new_pack.DHOyVW/_new  2017-10-03 23:16:45.230903866 +0200
@@ -28,7 +28,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_notebook-doc
-Version:5.0.0
+Version:5.1.0
 Release:0
 Summary:Documentation for python-jupyter_notebook
 License:BSD-3-Clause

++ python-jupyter_notebook.spec ++
--- /var/tmp/diff_new_pack.DHOyVW/_old  2017-10-03 23:16:45.266898801 +0200
+++ /var/tmp/diff_new_pack.DHOyVW/_new  2017-10-03 23:16:45.274897675 +0200
@@ -18,31 +18,19 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-jupyter_notebook
-Version:5.0.0
+Version:5.1.0
 Release:0
 Summary:Jupyter Notebook
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://jupyter.org
 Source: 
https://files.pythonhosted.org/packages/source/n/notebook/notebook-%{version}.tar.gz
-BuildRequires:  hicolor-icon-theme
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module Jinja2}
-BuildRequires:  %{python_module ipython_genutils}
-BuildRequires:  %{python_module jupyter_client}
 BuildRequires:  %{python_module jupyter_core}
-BuildRequires:  %{python_module jupyter_ipykernel}
-BuildRequires:  %{python_module jupyter_nbconvert}
-BuildRequires:  %{python_module jupyter_nbformat}
-BuildRequires:  %{python_module terminado >= 0.3.3}
-BuildRequires:  %{python_module tornado >= 4}
-BuildRequires:  %{python_module traitlets}
-BuildRequires:  %{python_module backports_abc}
-# BuildRequires:  python-backports_abc
-BuildRequires:  python-singledispatch
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  hicolor-icon-theme
+BuildRequires:  python-rpm-macros
 Requires:   python-Jinja2
 Requires:   python-ipython_genutils
 Requires:   python-jupyter_client
@@ -52,12 +40,9 @@
 Requires:   python-jupyter_nbformat
 Requires:   python-terminado >= 0.3.3
 Requires:   python-tornado >= 4
-Requires:   python-traitlets
-%ifpython2
-Requires:   python-backports_abc
-Requires:   python-singledispatch
-%endif
+Requires:   python-traitlets >= 4.2.1
 Recommends: python-jupyter_ipywidgets
+Suggests:   %{name}-latex
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
@@ -65,6 +50,15 @@
 %description
 The Jupyter HTML notebook is a web-based notebook environment for interactive 
computing.
 
+%packagelatex
+Summary:LaTeX support for the Jupyter Notebook
+Requires:   python-jupyter_nbconvert-latex
+
+%descriptionlatex
+The 

commit python-jupyter_notebook for openSUSE:Factory

2017-05-17 Thread root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2017-05-17 17:14:11

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


Package is "python-jupyter_notebook"

Wed May 17 17:14:11 2017 rev:4 rq:491438 version:5.0.0

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook-doc.changes
 2017-05-17 17:14:19.147211597 +0200
@@ -0,0 +1,204 @@
+---
+Wed Apr 26 21:31:55 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version.
+
+---
+Fri Apr  7 19:35:38 UTC 2017 - toddrme2...@gmail.com
+
+- Remove unneeded python3 dependency.
+
+---
+Thu Mar 30 19:44:31 UTC 2017 - toddrme2...@gmail.com
+
+- Update to version 5.0.0
+  * Files in the dashboard may now be sorted by last modified date or name 
(:ghpull:`943`):
+  * There is a new cell toolbar for adding *cell tags* (:ghpull:`2048`):
+  * The default styling for tables in the notebook has been updated 
(:ghpull:`1776`).
+  * You can now edit keyboard shortcuts for *Command Mode* within the UI
+  * You can copy and paste cells between notebooks, using :kbd:`Ctrl-C` and
+:kbd:`Ctrl-V` (:kbd:`Cmd-C` and :kbd:`Cmd-V` on Mac).
+  * It's easier to configure a password for the notebook with the new
+``jupyter notebook password`` command (:ghpull:`2007`).
+  * The file list can now be ordered by *last modified* or by *name*
+(:ghpull:`943`).
+  * Markdown cells now support attachments. Simply drag and drop an image from
+your desktop to a markdown cell to add it. Unlike relative links that you
+enter manually, attachments are embedded in the notebook itself. An
+unreferenced attachment will be automatically scrubbed from the notebook on
+save (:ghpull:`621`).
+  * Undoing cell deletion now supports undeleting multiple cells. Cells may 
not be
+in the same order as before their deletion, depending on the actions you 
did
+on the meantime, but this should should help reduce the impact of
+accidentally deleting code.
+  * The file browser now has *Edit* and *View* buttons.
+  * The file browser now supports moving multiple files at once
+(:ghpull:`1088`).
+  * The Notebook will refuse to run as root unless the ``--allow-root`` flag is
+given (:ghpull:`1115`).
+  * Keyboard shortcuts are now declarative (:ghpull:`1234`).
+  * Toggling line numbers can now affect all cells (:ghpull:`1312`).
+  * Add more visible *Trusted* and *Untrusted* notifications (:ghpull:`1658`).
+  * The favicon (browser shortcut icon) now changes to indicate when the 
kernel is busy
+(:ghpull:`1837`).
+  * Header and toolbar visibility is now persisted in nbconfig and across 
sessions
+(:ghpull:`1769`).
+  * Load server extensions with ConfigManager so that merge happens 
recursively,
+unlike normal config values, to make it load more consistently with 
frontend
+extensions(:ghpull:`2108`).
+  * The notebook server now supports the `bundler API
+
`__
+from the `jupyter_cms incubator project
+`__ 
(:ghpull:`1579`).
+  * The notebook server now provides information about kernel activity in
+its kernel resource API (:ghpull:`1827`).
+- Update to 4.4.0
+  * Allow override of output callbacks to redirect output messages. This is 
used to implement the ipywidgets Output widget, for example.
+  * Fix an async bug in message handling by allowing comm message handlers to 
return a promise which halts message processing until the promise resolves.
+- Update to 4.3.2
+  * Monkey-patch for CodeMirror that resolves `#2037 
`__ without breaking `#1967 
`__
+  * Read-only (``"editable": false``) cells can be executed but cannot be 
split, merged, or deleted
+- Update to 4.3.1
+  * CVE-2016-9971. Fix CSRF vulnerability,
+where malicious forms could create untitled files and start kernels
+(no remote execution or modification of existing files)
+for users of certain browsers (Firefox, Internet Explorer / Edge).
+All previous notebook releases are affected.
+  - Bug fixes:
+* Fix carriage return handling
+* Make the font size more robust against fickle browsers
+* Ignore resize events that bubbled up and didn't come from window
+* Add Authorization to allowed CORS 

commit python-jupyter_notebook for openSUSE:Factory

2016-01-12 Thread h_root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2016-01-12 16:13:19

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


Package is "python-jupyter_notebook"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook.changes
  2015-11-18 22:34:02.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook.changes
 2016-01-12 16:13:31.0 +0100
@@ -1,0 +2,39 @@
+Mon Jan 11 08:24:03 UTC 2016 - toddrme2...@gmail.com
+
+- Update to 4.1.0
+  + Bug fixes:
+- Properly reap zombie subprocesses
+- Fix cross-origin problems
+- Fix double-escaping of the base URL prefix
+- Handle invalid unicode filenames more gracefully
+- Fix ANSI color-processing
+- Send keepalive messages for web terminals
+- Fix bugs in the notebook tour
+  + UI changes:
+- Moved the cell toolbar selector into the *View* menu. Added 
+  a button that triggers a "hint" animation to the main toolbar
+  so users can find the new location.
+- Added *Restart & Run All* to the *Kernel* menu. Users can
+  also bind it to a keyboard shortcut on action 
+  ``restart-kernel-and-run-all-cells``.
+- Added multiple-cell selection. Users press ``Shift-Up/Down``
+  or ``Shift-K/J`` to extend selection in command mode.
+  Various actions such as cut/copy/paste, execute, and cell
+  type conversions apply to all selected cells.
+- Added a command palette for executing Jupyter actions by
+  name. Users press ``Cmd/Ctrl-Shift-P`` or click the new
+  command palette icon on the toolbar.
+- Added a *Find and Replace* dialog to the *Edit* menu.
+  Users can also press ``F`` in command mode to show the
+  dialog.
+  + Other improvements:
+- Custom KernelManager methods can be Tornado coroutines,
+  allowing async operations.
+- Make clearing output optional when rewriting input with
+  ``set_next_input(replace=True)``.
+- Added support for TLS client authentication via 
+  ``--NotebookApp.client-ca``.
+- Added tags to ``jupyter/notebook`` releases on DockerHub. 
+  ``latest`` continues to track the master branch.
+
+---

Old:

  notebook-4.0.6.tar.gz

New:

  notebook-4.1.0.tar.gz



Other differences:
--
++ python-jupyter_notebook.spec ++
--- /var/tmp/diff_new_pack.9caf0w/_old  2016-01-12 16:13:32.0 +0100
+++ /var/tmp/diff_new_pack.9caf0w/_new  2016-01-12 16:13:32.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jupyter_notebook
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   python-jupyter_notebook
-Version:4.0.6
+Version:4.1.0
 Release:0
 Summary:Jupyter Notebook
 License:BSD-3-Clause
@@ -26,6 +26,7 @@
 Source: 
https://pypi.python.org/packages/source/n/notebook/notebook-%{version}.tar.gz
 BuildRequires:  python-Jinja2
 BuildRequires:  python-devel
+BuildRequires:  python-backports_abc
 BuildRequires:  python-ipython_genutils
 BuildRequires:  python-jupyter_client
 BuildRequires:  python-jupyter_core
@@ -33,6 +34,7 @@
 BuildRequires:  python-jupyter_nbconvert
 BuildRequires:  python-jupyter_nbformat
 BuildRequires:  python-setuptools
+BuildRequires:  python-singledispatch
 BuildRequires:  python-terminado >= 0.3.3
 BuildRequires:  python-tornado >= 4
 BuildRequires:  python-traitlets
@@ -48,12 +50,14 @@
 BuildRequires:  python-Sphinx-latex
 %endif
 Requires:   python-Jinja2
+Requires:   python-backports_abc
 Requires:   python-ipython_genutils
 Requires:   python-jupyter_client
 Requires:   python-jupyter_core
 Requires:   python-jupyter_ipykernel
 Requires:   python-jupyter_nbconvert
 Requires:   python-jupyter_nbformat
+Requires:   python-singledispatch
 Requires:   python-terminado >= 0.3.3
 Requires:   python-tornado >= 4
 Requires:   python-traitlets

++ notebook-4.0.6.tar.gz -> notebook-4.1.0.tar.gz ++
/work/SRC/openSUSE:Factory/python-jupyter_notebook/notebook-4.0.6.tar.gz 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/notebook-4.1.0.tar.gz 
differ: char 5, line 1




commit python-jupyter_notebook for openSUSE:Factory

2015-11-18 Thread h_root
Hello community,

here is the log from the commit of package python-jupyter_notebook for 
openSUSE:Factory checked in at 2015-11-18 22:34:00

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


Package is "python-jupyter_notebook"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_notebook/python-jupyter_notebook.changes
  2015-09-30 05:51:24.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_notebook.new/python-jupyter_notebook.changes
 2015-11-18 22:34:02.0 +0100
@@ -1,0 +2,15 @@
+Mon Oct 12 13:43:57 UTC 2015 - toddrme2...@gmail.com
+
+- update to version 4.0.6:
+  * fix installation of mathjax support files
+  * fix some double-escape regressions in 4.0.5
+  * fix a couple of cases where errors could prevent opening a notebook
+- specfile:
+  * filename change: tgz->tar.gz
+  
+---
+Mon Oct  5 10:01:17 UTC 2015 - toddrme2...@gmail.com
+
+- Build documentation
+
+---

Old:

  notebook-4.0.5.tgz

New:

  notebook-4.0.6.tar.gz



Other differences:
--
++ python-jupyter_notebook.spec ++
--- /var/tmp/diff_new_pack.DmVnYC/_old  2015-11-18 22:34:03.0 +0100
+++ /var/tmp/diff_new_pack.DmVnYC/_new  2015-11-18 22:34:03.0 +0100
@@ -17,13 +17,13 @@
 
 
 Name:   python-jupyter_notebook
-Version:4.0.5
+Version:4.0.6
 Release:0
 Summary:Jupyter Notebook
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:http://jupyter.org
-Source: 
https://pypi.python.org/packages/source/n/notebook/notebook-%{version}.tgz
+Source: 
https://pypi.python.org/packages/source/n/notebook/notebook-%{version}.tar.gz
 BuildRequires:  python-Jinja2
 BuildRequires:  python-devel
 BuildRequires:  python-ipython_genutils
@@ -41,6 +41,12 @@
 BuildRequires:  python-requests
 # Python 2.7 test requirements
 BuildRequires:  python-mock
+# Documentation requirements
+BuildRequires:  python-Sphinx
+%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
+BuildRequires:  pandoc
+BuildRequires:  python-Sphinx-latex
+%endif
 Requires:   python-Jinja2
 Requires:   python-ipython_genutils
 Requires:   python-jupyter_client
@@ -64,6 +70,19 @@
 %description
 The Jupyter HTML notebook is a web-based notebook environment for interactive 
computing.
 
+%package doc-html
+Summary:HTML documentation for %{name}
+Recommends: %{name} = %{version}
+
+%description doc-html
+Documentation and help files for %{name} in HTML format
+
+%package doc-pdf
+Summary:HTML documentation for %{name}
+Recommends: %{name} = %{version}
+
+%description doc-pdf
+Documentation and help files for %{name} in PDF format
 
 %prep
 %setup -q -n notebook-%{version}
@@ -74,15 +93,31 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+mv %{buildroot}%{_bindir}/jupyter-notebook 
%{buildroot}%{_bindir}/jupyter2-notebook
+mv %{buildroot}%{_bindir}/jupyter-nbextension 
%{buildroot}%{_bindir}/jupyter2-nbextension
+
+ln -s -f %{_bindir}/jupyter2-notebook 
%{buildroot}%{_bindir}/jupyter-notebook-%{py_ver}
+ln -s -f %{_bindir}/jupyter2-nbextension 
%{buildroot}%{_bindir}/jupyter-nbextension-%{py_ver}
+
 # Prepare for update-alternatives usage
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives
 for p in jupyter-notebook jupyter-nbextension ; do
-mv %{buildroot}%{_bindir}/$p %{buildroot}%{_bindir}/$p-%{py_ver}
 ln -s -f %{_sysconfdir}/alternatives/$p %{buildroot}%{_bindir}/$p
 # create a dummy target for /etc/alternatives/$p
 touch %{buildroot}%{_sysconfdir}/alternatives/$p
 done
 
+%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 
1110 )
+# Build the documentation
+pushd docs
+sed -i -s 's/  python3 /   python /' Makefile
+# PDF documentation currently doesn't build
+# PYTHONPATH=%{buildroot}%{python_sitelib} make latexpdf
+PYTHONPATH=%{buildroot}%{python_sitelib} make html
+rm -rf build/html/.buildinfo
+popd
+%endif
+
 %post
 %_sbindir/update-alternatives \
--install %{_bindir}/jupyter-notebook jupyter-notebook 
%{_bindir}/jupyter-notebook-%{py_ver} 30 \
@@ -101,11 +136,25 @@
 %defattr(-,root,root,-)
 %doc CONTRIBUTING.md COPYING.md README.md
 %{_bindir}/jupyter-nbextension
-%{_bindir}/jupyter-notebook
+%{_bindir}/jupyter2-nbextension
 %{_bindir}/jupyter-nbextension-%{py_ver}
-%{_bindir}/jupyter-notebook-%{py_ver}
 %ghost %{_sysconfdir}/alternatives/jupyter-nbextension
+%{_bindir}/jupyter-notebook
+%{_bindir}/jupyter2-notebook