commit python-jupyter_jupyterlab for openSUSE:Factory

2019-01-10 Thread root
Hello community,

here is the log from the commit of package python-jupyter_jupyterlab for 
openSUSE:Factory checked in at 2019-01-10 15:22:20

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


Package is "python-jupyter_jupyterlab"

Thu Jan 10 15:22:20 2019 rev:6 rq:663754 version:0.35.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_jupyterlab/python-jupyter_jupyterlab.changes
  2018-10-01 08:18:44.089917346 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_jupyterlab.new.28833/python-jupyter_jupyterlab.changes
   2019-01-10 15:22:43.974368218 +0100
@@ -0,0 +1,47 @@
+
+Fri Jan  4 16:35:02 UTC 2019 - Todd R 
+
+- Update to 0.35.4
+  + Features
+* A notebook cell can now be readonly, reflecting its ``enabled`` 
metadata. (`#5401 `__, 
`#1312 `__)
+* Add "Go To Line" in the Edit menu for text editors. (`#5377 
`__)
+* Sidebar panels can now be switched between left and right sidebars. 
Right-click on a sidebar tab to move it to the other sidebar. (`#5347 
`__, `#5054 
`__, `#3707 
`__)
+* Make the sidebar a bit narrower, and make the minimum width adjustable 
from a theme. (`#5245 `__)
+* Populate the File, Export Notebook As... submenu from the server 
nbconvert capabilities. (`#5217 
`__)
+* Server contents managers can now tell JupyterLab to open files as 
notebooks. For example, several custom contents managers save and open 
notebooks as Markdown files. (`#5247 
`__, `#4924 
`__)
+* Add a command-line interface for managing workspaces. (`#5166 
`__)
+* Allow safe inline CSS styles in Markdown. (`#5012 
`__, `#1812 
`__)
+* Add Quit to File menu when appropriate. (`#5226 
`__, `#5252 
`__, `#5246 
`__, `#5280 
`__)
+* Rework extension manager user experience. (`#5147 
`__, `#5042 
`__)
+  + Dark theme
+* Show a dark splash screen when using a dark theme. (`#5339 
`__, `#5338 
`__, `#5403 
`__)
+* Fix code completion menu for a dark theme. (`#5364 
`__, `#5349 
`__)
+* Style CSV viewer for a dark theme. (`#5304 
`__, `#3456 
`__)
+* Make Matplotlib figures legible in a dark theme. (`#5232 
`__)
+* Fix notebook cell dropdown legibility in a dark theme. (`#5168 
`__)
+  + Bug fixes
+* Various save options in the file menu and toolbar are now disabled when 
a file is not writable. (`#5376 
`__, `#5391 
`__)
+* Kernel selector dialog no longer cuts off kernel names. (`#5260 
`__, `#5181 
`__)
+* Fix focus issues with the toolbar. (`#5344 
`__, `#5324 
`__, `#2995 
`__, `#5328 
`__)
+* Fix toolbar button enabled/disabled status. (`#5278 
`__)
+* Table alignment is now respected in Markdown. (`#5301 
`__, `#3180 

commit python-jupyter_jupyterlab for openSUSE:Factory

2018-10-01 Thread root
Hello community,

here is the log from the commit of package python-jupyter_jupyterlab for 
openSUSE:Factory checked in at 2018-10-01 08:18:37

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


Package is "python-jupyter_jupyterlab"

Mon Oct  1 08:18:37 2018 rev:5 rq:638879 version:0.34.12

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_jupyterlab/python-jupyter_jupyterlab.changes
  2018-09-15 15:35:51.069000711 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_jupyterlab.new/python-jupyter_jupyterlab.changes
 2018-10-01 08:18:44.089917346 +0200
@@ -1,0 +2,12 @@
+Fri Sep 28 02:46:31 UTC 2018 - Todd R 
+
+- Update to 0.34.12
+  * add sidebar min-width css variable
+  * use encodeURI instead of encodeURIComponent for shareable links
+  * expand JupyterLab.IOptions to allow for custom DocumentRegistry
+  * Rename package.json to package.json.orig when copying it to build folder
+  * fix python versions of build wheels by removing the universal flag
+  * Hide quit entry for older notebook versions
+  * Notebook 4.3 Shim
+
+---

Old:

  jupyterlab-0.34.7-py2.py3-none-any.whl

New:

  jupyterlab-0.34.12-py3-none-any.whl



Other differences:
--
++ python-jupyter_jupyterlab.spec ++
--- /var/tmp/diff_new_pack.Fs1sAx/_old  2018-10-01 08:18:45.765916277 +0200
+++ /var/tmp/diff_new_pack.Fs1sAx/_new  2018-10-01 08:18:45.765916277 +0200
@@ -20,16 +20,16 @@
 %define skip_python2 1
 %bcond_with test
 Name:   python-jupyter_jupyterlab
-Version:0.34.7
+Version:0.34.12
 Release:0
 Summary:The JupyterLab notebook server extension
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/jupyterlab/jupyterlab
-Source: 
https://files.pythonhosted.org/packages/py2.py3/j/jupyterlab/jupyterlab-%{version}-py2.py3-none-any.whl
+Source: 
https://files.pythonhosted.org/packages/py3/j/jupyterlab/jupyterlab-%{version}-py3-none-any.whl
 Source99:   python-jupyter_jupyterlab-rpmlintrc
 BuildRequires:  %{python_module certifi}
-BuildRequires:  %{python_module devel >= 3.5}
+BuildRequires:  %{python_module base >= 3.5}
 BuildRequires:  %{python_module ipython_genutils}
 BuildRequires:  %{python_module jupyter_jupyterlab_launcher >= 0.13.1}
 BuildRequires:  %{python_module jupyter_notebook >= 5.3}




commit python-jupyter_jupyterlab for openSUSE:Factory

2018-08-10 Thread root
Hello community,

here is the log from the commit of package python-jupyter_jupyterlab for 
openSUSE:Factory checked in at 2018-08-10 09:48:15

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


Package is "python-jupyter_jupyterlab"

Fri Aug 10 09:48:15 2018 rev:3 rq:627207 version:0.33.4

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_jupyterlab/python-jupyter_jupyterlab.changes
  2018-05-29 10:38:59.233631078 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_jupyterlab.new/python-jupyter_jupyterlab.changes
 2018-08-10 09:48:19.058128836 +0200
@@ -1,0 +2,18 @@
+Thu Aug  2 19:55:09 UTC 2018 - toddrme2...@gmail.com
+
+- Update to 0.33.4
+  + Key Features:
+* No longer in beta
+* Workspaces
+* Menu items
+* Keyboard shortcuts
+* Command palette items
+* Settings
+* Larger file uploads
+* Extension management and installation
+* Interface changes
+* Renderers
+* Changes for developers
+* Other fixes
+
+---

Old:

  jupyterlab-0.32.0-py2.py3-none-any.whl

New:

  jupyterlab-0.33.4-py2.py3-none-any.whl
  python-jupyter_jupyterlab-rpmlintrc



Other differences:
--
++ python-jupyter_jupyterlab.spec ++
--- /var/tmp/diff_new_pack.9Dpsan/_old  2018-08-10 09:48:19.706129879 +0200
+++ /var/tmp/diff_new_pack.9Dpsan/_new  2018-08-10 09:48:19.706129879 +0200
@@ -19,17 +19,18 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_with test
 Name:   python-jupyter_jupyterlab
-Version:0.32.0
+Version:0.33.4
 Release:0
 Summary:The JupyterLab notebook server extension
 License:BSD-3-Clause
 Group:  Development/Languages/Python
 Url:https://github.com/jupyterlab/jupyterlab
 Source: 
https://files.pythonhosted.org/packages/py2.py3/j/jupyterlab/jupyterlab-%{version}-py2.py3-none-any.whl
+Source99:   python-jupyter_jupyterlab-rpmlintrc
 BuildRequires:  %{python_module certifi}
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module ipython_genutils}
-BuildRequires:  %{python_module jupyter_jupyterlab_launcher >= 0.10.0}
+BuildRequires:  %{python_module jupyter_jupyterlab_launcher >= 0.11.2}
 BuildRequires:  %{python_module jupyter_notebook >= 5.3}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module requests}
@@ -45,7 +46,7 @@
 %endif
 Requires:   npm >= 5
 Requires:   python-ipython_genutils
-Requires:   python-jupyter_jupyterlab_launcher >= 0.10.0
+Requires:   python-jupyter_jupyterlab_launcher >= 0.11.2
 Requires:   python-jupyter_notebook >= 5.3
 Recommends: python-Sphinx
 Recommends: python-recommonmark

++ python-jupyter_jupyterlab-rpmlintrc ++
addFilter("hidden-file-or-dir .*/site-packages/jupyterlab/staging/.yarnrc")



commit python-jupyter_jupyterlab for openSUSE:Factory

2018-05-29 Thread root
Hello community,

here is the log from the commit of package python-jupyter_jupyterlab for 
openSUSE:Factory checked in at 2018-05-29 10:38:52

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


Package is "python-jupyter_jupyterlab"

Tue May 29 10:38:52 2018 rev:2 rq:611089 version:0.32.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-jupyter_jupyterlab/python-jupyter_jupyterlab.changes
  2018-05-13 16:04:01.616604267 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyter_jupyterlab.new/python-jupyter_jupyterlab.changes
 2018-05-29 10:38:59.233631078 +0200
@@ -1,0 +2,6 @@
+Wed May  2 14:12:18 UTC 2018 - jeng...@inai.de
+
+- Trim filler wording from description.
+- Replace bashisms in %install.
+
+---



Other differences:
--
++ python-jupyter_jupyterlab.spec ++
--- /var/tmp/diff_new_pack.V389D6/_old  2018-05-29 10:39:00.801573193 +0200
+++ /var/tmp/diff_new_pack.V389D6/_new  2018-05-29 10:39:00.805573046 +0200
@@ -13,6 +13,7 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@@ -20,10 +21,10 @@
 Name:   python-jupyter_jupyterlab
 Version:0.32.0
 Release:0
-License:BSD-3-Clause
 Summary:The JupyterLab notebook server extension
-Url:https://github.com/jupyterlab/jupyterlab
+License:BSD-3-Clause
 Group:  Development/Languages/Python
+Url:https://github.com/jupyterlab/jupyterlab
 Source: 
https://files.pythonhosted.org/packages/py2.py3/j/jupyterlab/jupyterlab-%{version}-py2.py3-none-any.whl
 BuildRequires:  %{python_module certifi}
 BuildRequires:  %{python_module devel}
@@ -63,16 +64,13 @@
 An extensible environment for interactive and reproducible computing,
 based on the Jupyter Notebook and Architecture.
 
-JupyterLab is the next-generation user interface for Project Jupyter.
-It offers all the familiar building blocks of the classic Jupyter
-Notebook (notebook, terminal, text editor, file browser, rich outputs,
-etc.) in a flexible and powerful user inteface that can be extended
-through third party extensions. Eventually, JupyterLab will replace
-the classic Jupyter Notebook after JupyterLab reaches 1.0.
-
-JupyterLab is currently in beta. The beta releases are suitable for
-general usage. For JupyterLab extension developers, the extension APIs
-will continue to evolve until the 1.0 release.
+JupyterLab is a user interface for Project Jupyter.
+It offers familiar building blocks of the classic Jupyter
+Notebook like notebook, terminal, text editor, file browser, rich outputs,
+etc. in a flexible user inteface that can be extended
+through third party extensions.
+
+JupyterLab is currently in beta.
 
 %prep
 %setup -c -T
@@ -83,7 +81,7 @@
 %install
 %python_expand pip%{$python_bin_suffix} install --root=%{buildroot} %{SOURCE0}
 
-if [[ `dirname %{_prefix}/etc/jupyter` != `dirname %{_sysconfdir}/jupyter` ]]; 
then
+if [ "$(dirname %{_prefix}/etc/jupyter)" != "$(dirname 
%{_sysconfdir}/jupyter)" ]; then
 mkdir -p %{buildroot}%{_sysconfdir}
 mv %{buildroot}%{_prefix}/etc/jupyter %{buildroot}%{_sysconfdir}/jupyter
 rm -d %{buildroot}%{_prefix}/etc