Hello community, here is the log from the commit of package jupyter-jupyterlab for openSUSE:Factory checked in at 2019-11-29 15:57:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/jupyter-jupyterlab (Old) and /work/SRC/openSUSE:Factory/.jupyter-jupyterlab.new.26869 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "jupyter-jupyterlab" Fri Nov 29 15:57:13 2019 rev:5 rq:748390 version:1.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/jupyter-jupyterlab/jupyter-jupyterlab.changes 2019-08-27 10:26:31.699918288 +0200 +++ /work/SRC/openSUSE:Factory/.jupyter-jupyterlab.new.26869/jupyter-jupyterlab.changes 2019-11-29 15:59:42.864884246 +0100 @@ -1,0 +2,32 @@ +Tue Nov 12 16:13:06 UTC 2019 - Todd R <[email protected]> + +- Update to version 1.2.2 + + User-facing changes + * Select cells from the current cell to the top of the notebook with ``Shift Home``, to the bottom of the notebook with ``Shift End`` + * Add a log console extension to display unhandled messages and other activity + * Allow the npm ``max-old-space`` option to be specified outside of JupyterLab + * Only display node structure in a JSON tree view for arrays and empty objects + * Make much smaller distribution packages by not building JavaScript source maps for releases. + * Add support for pasting cell attachments and dragging attachments from the file browser + * Add a new ``registry`` configuration parameter to override the default yarn repository when building + + For developers + * Update the Markdown renderer (``marked``) to 0.7.0 + * Remove datagrid as a singleton, allowing extensions to use newer versions + * Add metadata to the kernelspec information + * Allow different mimetypes for the clipboard data + * Add inline svg icon support to toolbar buttons + * Add PageConfig functions to query if a plugin is deferred or disabled + * Allow for renderers for nbformat.ierror to be created + * Refactor ``fileeditor-extension`` for modularization + * Add execution timing to cells + + Bugfixes + * Fix the ``file-browser-path`` query parameter + * Skip custom click behavior on links when the download attribute is set + * Fix opening multiple browser tabs in Safari + * Fix context menus on SVG icons + * Fix overwriting of target attribute of anchors rendered by ``IPython.display`` + * Fix multi-cursor backspacing + * Fix mult-cursor cell splitting + + +------------------------------------------------------------------- Old: ---- jupyterlab-1.0.9-py2.py3-none-any.whl New: ---- jupyterlab-1.2.2-py2.py3-none-any.whl ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ jupyter-jupyterlab.spec ++++++ --- /var/tmp/diff_new_pack.uveZbN/_old 2019-11-29 15:59:44.748883473 +0100 +++ /var/tmp/diff_new_pack.uveZbN/_new 2019-11-29 15:59:44.752883471 +0100 @@ -17,7 +17,7 @@ Name: jupyter-jupyterlab -Version: 1.0.9 +Version: 1.2.2 Release: 0 Summary: The JupyterLab notebook server extension License: BSD-3-Clause @@ -34,9 +34,8 @@ BuildRequires: python-rpm-macros BuildRequires: python3-base >= 3.5 BuildRequires: python3-pip -BuildRequires: python3-tornado -BuildConflicts: python3-tornado >= 6 -Requires: jupyter-jupyter_core +BuildRequires: python3-tornado5 +Requires: jupyter-jupyter-core Requires: jupyter-jupyterlab-filesystem Requires: jupyter-jupyterlab-server >= 1.0.0 Requires: jupyter-notebook >= 4.3.1 @@ -44,8 +43,7 @@ Requires: npm >= 5 Requires: python3-base >= 3.5 Requires: python3-Jinja2 >= 2.10 -Requires: python3-tornado -Conflicts: python3-tornado >= 6 +Requires: python3-tornado5 Provides: python3-jupyter_jupyterlab = %{version} Obsoletes: python3-jupyter_jupyterlab < %{version} Provides: python3-jupyterlab = %{version} @@ -91,7 +89,7 @@ export PYTHONDONTWRITEBYTECODE=1 # Disable build checks that pull in remote resources with npm pytest-%{python3_bin_suffix} %{buildroot}%{python3_sitelib}/jupyterlab/ -k \ - 'not (test_build or test_clear or test_build_check or test_build_custom or test_uninstall_core_extension)' + 'not (test_build or test_clear or test_build_check or test_build_custom or test_uninstall_core_extension or test_install_and_uninstall_pinned or test_install_and_uninstall_pinned_folder)' %files %license %{python3_sitelib}/jupyterlab-%{version}.dist-info/LICENSE
