Hello community,

here is the log from the commit of package python-jupyterlab for 
openSUSE:Factory checked in at 2020-05-26 17:21:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-jupyterlab (Old)
 and      /work/SRC/openSUSE:Factory/.python-jupyterlab.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-jupyterlab"

Tue May 26 17:21:58 2020 rev:8 rq:808519 version:2.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-jupyterlab/python-jupyterlab.changes      
2020-04-01 19:21:07.303606254 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyterlab.new.2738/python-jupyterlab.changes
    2020-05-26 17:22:14.312351224 +0200
@@ -1,0 +2,82 @@
+Sun May 24 08:14:12 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix download url
+- Fix the deps to match setup.py
+
+-------------------------------------------------------------------
+Sat May 23 20:22:38 UTC 2020 - Arun Persaud <[email protected]>
+
+- update to version 2.1.3:
+  * Fix Jupyterlab manager extension handling of missing package
+    metadata (#8463)
+  * Python 3.10 compatibility (#8446)
+  * Fix extension compatibility checks (#8434)
+
+- changes from version 2.1.2:
+  * Fix icon sidebar height for third party extensions (#8333)
+  * Pin JupyterLab server requirement more tightly (#8330)
+  * Scrolls cells into view after deletion (#8287)
+  * Sets data attribute on file type in filebrowser (#8275)
+
+-------------------------------------------------------------------
+Sat Apr 25 16:40:49 UTC 2020 - Arun Persaud <[email protected]>
+
+- update to version 2.1.1:
+  * Pin puppeteer to fix ci (#8260)
+  * Fix Save As for files without sessions (#8248)
+  * fix sed commands for /usr/bin/env
+
+- changes from version 2.1.0:
+  * See the JupyterLab 2.1 milestone on GitHub for the full list of
+    pull requests and issues closed.
+  * User-facing changes
+    + Display the extension manager in the left sidebar by
+      default. Users will need to acknowledge the disclaimer in the
+      extension manager before using it. (#8050, #8145)
+    + Added blacklist and whitelist support for the extension manager
+      (#7989)
+    + Automatically link URLs in notebook output text (#8075, #7393)
+    + Added a “Restart Kernel and Run All Cells…” button to the
+      notebook toolbar (#8024)
+    + Added a context menu item for opening a Markdown editor from the
+      Markdown preview (#7942)
+    + Support Node.js 10+ (#8112, #8083)
+    + Added a command to replace the selection in an editor with text
+      (inserting if there is no selection). This can be assigned a
+      keyboard shortcut, as shown below. We also added a command to go
+      through a series of commands and run the first enabled
+      command. (#7908)
+  * For developers
+    + NotebookWidgetFactory is now a plugin so it can be overridden
+      (#8066, #7996)
+    + Many improvements to LabIcon: work with all SVG loaders, improve
+      performance, fix issue with menus from extensions (#8125)
+    + Change the header application area to a box panel, which means
+      the header area will display if its children set their minimum
+      height (#8059, #7279)
+    + JupyterLab’s custom context menu is now disabled on all
+      descendants of a DOM element with a
+      data-jp-suppress-context-menu attribute (#7877, #7670)
+  * Bugfixes
+    + Fix property inspector restoration on reload (#8114)
+    + Increase the timeout for yarn (#8104, #8102)
+    + Fix find and replace with empty strings (#8100, #8098)
+    + Select search text when focusing the search overlay (#8073,
+      #7932)
+    + Fix attaching images with spaces in their names to Markdown
+      cells (#8095)
+    + Fix build errors by distributing the .yarnrc configuration with
+      the Python package (#8045)
+    + Throttle fetch requests in the setting registry’s data connector
+      (#7927)
+    + Close the gap between lines in notebook output (#7832, #7760)
+
+- changes from version 2.0.2:
+  * Fix cell execution when recording timing (#8057, #8056)
+  * Fix font settings for the editor (#8004, #7910)
+  * Avoid redundant checkpoint calls on loading a notebook (#7926,
+    #7889)
+  * For developers: make kernel IFuture.done typings more correct by
+    not including undefined (#8032)
+
+-------------------------------------------------------------------

Old:
----
  jupyterlab-2.0.0-py2.py3-none-any.whl

New:
----
  jupyterlab-2.1.3-py3-none-any.whl

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

Other differences:
------------------
++++++ python-jupyterlab.spec ++++++
--- /var/tmp/diff_new_pack.UAdrHR/_old  2020-05-26 17:22:15.352353460 +0200
+++ /var/tmp/diff_new_pack.UAdrHR/_new  2020-05-26 17:22:15.352353460 +0200
@@ -19,16 +19,16 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 Name:           python-jupyterlab
-Version:        2.0.0
+Version:        2.1.3
 Release:        0
 Summary:        Environment for interactive and reproducible computing
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 URL:            https://github.com/jupyterlab/jupyterlab
-Source0:        
https://files.pythonhosted.org/packages/py2.py3/j/jupyterlab/jupyterlab-%{version}-py2.py3-none-any.whl
+Source0:        
https://files.pythonhosted.org/packages/py3/j/jupyterlab/jupyterlab-%{version}-py3-none-any.whl
 Source99:       python-jupyterlab-rpmlintrc
 BuildRequires:  %{python_module base >= 3.5}
-BuildRequires:  %{python_module jupyterlab-server >= 1.0.0}
+BuildRequires:  %{python_module jupyterlab-server >= 1.1.4}
 BuildRequires:  %{python_module notebook >= 4.3.1}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module tornado}
@@ -41,7 +41,7 @@
 Requires:       python-Jinja2 >= 2.10
 Requires:       python-base >= 3.5
 Requires:       python-jupyter-core
-Requires:       python-jupyterlab-server >= 1.0.0
+Requires:       python-jupyterlab-server >= 1.1.4
 Requires:       python-notebook >= 4.3.1
 Requires:       python-tornado
 Provides:       python-jupyter_jupyterlab = %{version}
@@ -96,9 +96,9 @@
 cp -a %{SOURCE0} .
 %pyproject_install
 
-%{jupyter_move_config}
-%python_expand sed -i -e 's|^#!/usr/bin/env node|#!%{_bindir}/node|' 
%{buildroot}%{$python_sitelib}/jupyterlab/node-version-check.js
-%python_expand sed -i -e 's|^#!/usr/bin/env node|#!%{_bindir}/node|' 
%{buildroot}%{$python_sitelib}/jupyterlab/staging/yarn.js
+%jupyter_move_config
+%python_expand sed -i -e 's|^#!%{_bindir}/env node|#!%{_bindir}/node|' 
%{buildroot}%{$python_sitelib}/jupyterlab/node-version-check.js
+%python_expand sed -i -e 's|^#!%{_bindir}/env node|#!%{_bindir}/node|' 
%{buildroot}%{$python_sitelib}/jupyterlab/staging/yarn.js
 %python_expand chmod a+x 
%{buildroot}%{$python_sitelib}/jupyterlab/node-version-check.js
 %python_expand chmod a+x 
%{buildroot}%{$python_sitelib}/jupyterlab/staging/yarn.js
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
@@ -123,7 +123,6 @@
 %{_bindir}/jlpm
 %{_bindir}/jupyter-lab
 %{_bindir}/jupyter-labextension
-%{_bindir}/jupyter-labhub
 %config %{_jupyter_servextension_confdir}/jupyterlab.json
 %{_jupyter_lab_dir}
 


Reply via email to