commit python-jupyterlab for openSUSE:Factory

2020-07-17 Thread root
Hello community,

here is the log from the commit of package python-jupyterlab for 
openSUSE:Factory checked in at 2020-07-17 20:48:45

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


Package is "python-jupyterlab"

Fri Jul 17 20:48:45 2020 rev:10 rq:821358 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/python-jupyterlab/python-jupyterlab.changes  
2020-06-10 00:50:23.543255182 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyterlab.new.3592/python-jupyterlab.changes
2020-07-17 20:49:25.428831021 +0200
@@ -1,0 +2,45 @@
+Thu Jul 16 20:06:49 UTC 2020 - Todd R 
+
+- Update to 2.2.0
+  + User-facing changes
+* Cells can no longer be executed while kernels are terminating or 
restarting. There is a new status for these events on the Kernel Indicator
+* Adds a visual clue for distinguishing hidden files and folders in the 
file browser window
+* Enable horizontal scrolling for toolbars to improve mobile experience
+* Improves the right-click context menu for the file editor
+* Merge cell attachments when merging cells
+* Add styling for high memory usage warning in status bar with nbresuse
+* Adds support for Python version 3.10
+* Support live editing of SVG with updating rendering
+  + For developers
+* Specify that we recommend typescript over javascript for extensions
+* Lazy load codemirror theme stylesheets.
+* Increase the link expiry to one week
+* Add documentation on private npm registry usage
+* Add feature request template + slight reorg in readme
+* Add link to react example in extension-examples repo
+* Update documentation of whitelist/blacklist
+* Improve whitelist figure description in documentation
+  + Bugfixes
+* Typo: fix extensino to extension
+* Close correct tab with close tab
+* Remove unused css rules
+* Fix small typo in getting started docs, proxy
+* Fix link on CI badges
+* Simplified multicursor backspace code
+* Fix recent breaking changes to normalizepath in filebrowser
+* Fix watch mode and add ci test
+* Address CI failures
+* Fix lint errors in dependency graph script
+* Fix lint complaints coming up from github actions
+* Address CI usage test timeout
+* Add chokidar to dev_mode/package.json
+* Fix autolink
+* Update phosphor aliases
+* Fix default return in Python when extension has no version metadata
+* Updated the installation documentation on read the docs to match the 
readme file on the repo
+* Handle quit_button when launched as an extension
+* Add worker-loader
+
+
+
+---

Old:

  jupyterlab-2.1.4-py3-none-any.whl

New:

  jupyterlab-2.2.0-py3-none-any.whl



Other differences:
--
++ python-jupyterlab.spec ++
--- /var/tmp/diff_new_pack.xLilFT/_old  2020-07-17 20:49:26.564832206 +0200
+++ /var/tmp/diff_new_pack.xLilFT/_new  2020-07-17 20:49:26.568832210 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-jupyterlab
-Version:2.1.4
+Version:2.2.0
 Release:0
 Summary:Environment for interactive and reproducible computing
 License:BSD-3-Clause




commit python-jupyterlab for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package python-jupyterlab for 
openSUSE:Factory checked in at 2020-06-10 00:50:19

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


Package is "python-jupyterlab"

Wed Jun 10 00:50:19 2020 rev:9 rq:812839 version:2.1.4

Changes:

--- /work/SRC/openSUSE:Factory/python-jupyterlab/python-jupyterlab.changes  
2020-05-26 17:22:14.312351224 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-jupyterlab.new.3606/python-jupyterlab.changes
2020-06-10 00:50:23.543255182 +0200
@@ -1,0 +2,6 @@
+Tue Jun  9 09:10:51 UTC 2020 - Tomáš Chvátal 
+
+- Update to 2.1.4:
+  * Various minor fixes
+
+---

Old:

  jupyterlab-2.1.3-py3-none-any.whl

New:

  jupyterlab-2.1.4-py3-none-any.whl



Other differences:
--
++ python-jupyterlab.spec ++
--- /var/tmp/diff_new_pack.hrCsmL/_old  2020-06-10 00:50:24.563257851 +0200
+++ /var/tmp/diff_new_pack.hrCsmL/_new  2020-06-10 00:50:24.563257851 +0200
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-jupyterlab
-Version:2.1.3
+Version:2.1.4
 Release:0
 Summary:Environment for interactive and reproducible computing
 License:BSD-3-Clause




commit python-jupyterlab for openSUSE:Factory

2020-05-26 Thread root
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 
+
+- Fix download url
+- Fix the deps to match setup.py
+
+---
+Sat May 23 20:22:38 UTC 2020 - Arun Persaud 
+
+- 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 
+
+- 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:

commit python-jupyterlab for openSUSE:Factory

2020-04-01 Thread root
Hello community,

here is the log from the commit of package python-jupyterlab for 
openSUSE:Factory checked in at 2020-04-01 19:21:05

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


Package is "python-jupyterlab"

Wed Apr  1 19:21:05 2020 rev:7 rq:790533 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-jupyterlab/python-jupyterlab.changes  
2020-03-10 11:55:13.871722152 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyterlab.new.3248/python-jupyterlab.changes
2020-04-01 19:21:07.303606254 +0200
@@ -1,0 +2,7 @@
+Wed Apr  1 10:46:09 UTC 2020 - Tomáš Chvátal 
+
+- We should work with tornado 4, 5 and 6.
+- The bugs were found in tornado 6.0.1 and 6.0.2 were fixed
+  by upstream developers
+
+---



Other differences:
--
++ python-jupyterlab.spec ++
--- /var/tmp/diff_new_pack.GToMWV/_old  2020-04-01 19:21:07.979606558 +0200
+++ /var/tmp/diff_new_pack.GToMWV/_new  2020-04-01 19:21:07.979606558 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jupyterlab
 #
-# Copyright (c) 2020 SUSE LLC.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,26 +31,26 @@
 BuildRequires:  %{python_module jupyterlab-server >= 1.0.0}
 BuildRequires:  %{python_module notebook >= 4.3.1}
 BuildRequires:  %{python_module pip}
-BuildRequires:  %{python_module tornado5}
+BuildRequires:  %{python_module tornado}
 BuildRequires:  fdupes
 BuildRequires:  jupyter-jupyterlab-filesystem
 BuildRequires:  nodejs >= 10
 BuildRequires:  npm >= 10
 BuildRequires:  python-rpm-macros
 Requires:   jupyter-jupyterlab = %{version}
+Requires:   python-Jinja2 >= 2.10
+Requires:   python-base >= 3.5
 Requires:   python-jupyter-core
 Requires:   python-jupyterlab-server >= 1.0.0
 Requires:   python-notebook >= 4.3.1
-Requires:   python-base >= 3.5
-Requires:   python-Jinja2 >= 2.10
-Requires:   python-tornado5
+Requires:   python-tornado
 Provides:   python-jupyter_jupyterlab = %{version}
 Obsoletes:  python-jupyter_jupyterlab < %{version}
 BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module Jinja2 >= 2.10}
-BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module pytest-check-links}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
 # /SECTION
 %python_subpackages
@@ -66,6 +66,7 @@
 
 %package -n jupyter-jupyterlab
 Summary:Environment for interactive and reproducible computing
+Group:  Development/Languages/Python
 Requires:   jupyter-jupyter-core
 Requires:   jupyter-jupyterlab-filesystem
 Requires:   jupyter-jupyterlab-server >= 1.0.0





commit python-jupyterlab for openSUSE:Factory

2020-03-10 Thread root
Hello community,

here is the log from the commit of package python-jupyterlab for 
openSUSE:Factory checked in at 2020-03-10 11:55:11

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


Package is "python-jupyterlab"

Tue Mar 10 11:55:11 2020 rev:6 rq:782989 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-jupyterlab/python-jupyterlab.changes  
2020-03-04 09:47:36.682186929 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyterlab.new.26092/python-jupyterlab.changes
   2020-03-10 11:55:13.871722152 +0100
@@ -1,0 +2,5 @@
+Fri Mar  6 20:05:10 UTC 2020 - Todd R 
+
+- Requires nodejs/npm >= 10
+
+---



Other differences:
--
++ python-jupyterlab.spec ++
--- /var/tmp/diff_new_pack.BhCBx0/_old  2020-03-10 11:55:14.903722676 +0100
+++ /var/tmp/diff_new_pack.BhCBx0/_new  2020-03-10 11:55:14.903722676 +0100
@@ -34,8 +34,8 @@
 BuildRequires:  %{python_module tornado5}
 BuildRequires:  fdupes
 BuildRequires:  jupyter-jupyterlab-filesystem
-BuildRequires:  nodejs
-BuildRequires:  npm >= 5
+BuildRequires:  nodejs >= 10
+BuildRequires:  npm >= 10
 BuildRequires:  python-rpm-macros
 Requires:   jupyter-jupyterlab = %{version}
 Requires:   python-jupyter-core
@@ -70,8 +70,8 @@
 Requires:   jupyter-jupyterlab-filesystem
 Requires:   jupyter-jupyterlab-server >= 1.0.0
 Requires:   jupyter-notebook >= 4.3.1
-Requires:   nodejs
-Requires:   npm >= 5
+Requires:   nodejs >= 10
+Requires:   npm >= 10
 Requires:   python3-jupyterlab = %{version}
 Provides:   jupyter-jupyterlab-discovery = 6
 Obsoletes:  jupyter-jupyterlab-discovery < 6





commit python-jupyterlab for openSUSE:Factory

2020-03-04 Thread root
Hello community,

here is the log from the commit of package python-jupyterlab for 
openSUSE:Factory checked in at 2020-03-04 09:47:26

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


Package is "python-jupyterlab"

Wed Mar  4 09:47:26 2020 rev:5 rq:781253 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-jupyterlab/python-jupyterlab.changes  
2020-01-29 13:19:54.126216510 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyterlab.new.26092/python-jupyterlab.changes
   2020-03-04 09:47:36.682186929 +0100
@@ -1,0 +2,101 @@
+Tue Mar  3 14:35:01 UTC 2020 - Todd R 
+
+- Update to 2.0.0
+  + User-facing changes
+* New user interface for notebook cell tags
+* File info display when hovering on a file in the file browser
+* Support for searching outputs in notebooks
+* ``Ctrl Shift .`` and ``Ctrl Shift ,`` shortcuts move focus to the next 
and previous tab bar in the main area, respectively
+* ``Shift Home`` and ``Shift End`` shortcuts in a notebook select all 
cells from the current cell to the top or bottom of a notebook, respectively
+* Explicit "No Kernel" button in the kernel selection dialog for new 
notebooks
+* Notebook ``recordTiming`` advanced setting to control whether execution 
timing information is stored in notebook files
+* "Select current running or last run cell" command added (requires 
notebook ``recordTiming`` advanced setting to be set to true)
+* Codemirror ``lineWiseCopyCut`` advanced setting to control the behavior 
of the copy/cut keyboard shortcuts when there is no selection
+* Refreshed the command palette and property inspector sidebar icons and 
user interfaces
+* "New File" and "New Markdown File" items in file browser context menu
+* "Download" item in File menu
+* "Restart Kernel and Run up to Selected Cell" item in notebook Kernel menu
+* In extension manager, the "enable" button is now only shown for 
installed extensions
+* Dialogs can now be closed by clicking outside of them
+* ``documentsearch:startWithReplace`` command to open the document find 
overlay with replace. There is not currently a default keyboard shortcut for 
this, but one can be assigned as a custom keyboard shortcut in Advanced 
Settings.
+* ``#`` added to the CSV Viewer delimiter options
+* The JSON viewer now only displays structure hints for arrays and empty 
objects for a more streamlined feel
+* Optional platform-aware keyboard shortcut fields ``linuxKeys``, 
``macKeys``, and ``winKeys`` in keyboard shortcut definitions
+* Added options for ``jupyter lab clean`` to clean specific parts of the 
build, such as ``--extensions``, ``--settings``, ``--static``, and ``--all``
+* Removed the vega 4 and vega-lite 2 renderers (vega 5 and vega-lite 4 is 
included in JupyterLab by default). These legacy renderers may be available via 
custom extensions
+* JupyterHub users should use the ``c.Spawner.default_url = '/lab'`` 
setting instead of the deprecated and now removed ``labhubapp``
+  + Backward incompatible changes
+* Switch from ``@phosphor`` to ``@lumino`` dependencies.
+* Factor out the ``settingsregistry`` and ``statedb`` packages from 
coreutils
+* Rework services architecture (sessions, kernels, terminals) and rename 
``ClientSession`` to ``SessionContext``
+* Upgrade to TypeScript 3.7
+* Remove ``polling`` from coreutils in favor for ``@lumino/polling``
+* TypeScript strict null checking in core packages
+* Update state database list method to query based on namespace match.
+* Address code todo items and deprecations for 2.0
+* Update Console panel tracker widgets
+* Update contribution guide to require node v12+
+* New API for the ``Running`` sidebar extension
+* Clean up handling of icons under unified LabIcon
+  + Other changes
+* New property inspector used to display the properties of the currently 
selected main area widget
+* Allow metadata for launcher items
+* Allow default file browser to restore manually.
+* Upgrade bundled yarn to 1.21.1
+* Make session dialogs configurable
+* Support transient editor configs
+* Optionally force new browser tab
+* Update core dependencies (e.g., ``codemirror``, ``xterm.js``, 
``markdown``, ``fontawesome``, etc.)
+* Add storybook to ``ui-components``
+* Add explicit documentation encouraging people to re-use lab components
+* Enable TypeScript sourcemaps for debugging locally installed 
labextensions
+* Add ``UseSignal`` example to the docs
+* Add ``env`` prop to kernel options
+* Add kernelspec metadata
+* Allow different mimetypes for the clipboard data
+* Add password dialog to apputils
+* Alias phosphor 

commit python-jupyterlab for openSUSE:Factory

2020-01-29 Thread root
Hello community,

here is the log from the commit of package python-jupyterlab for 
openSUSE:Factory checked in at 2020-01-29 13:18:58

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


Package is "python-jupyterlab"

Wed Jan 29 13:18:58 2020 rev:4 rq:768087 version:1.2.6

Changes:

--- /work/SRC/openSUSE:Factory/python-jupyterlab/python-jupyterlab.changes  
2020-01-16 18:20:56.208964494 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyterlab.new.26092/python-jupyterlab.changes
   2020-01-29 13:19:54.126216510 +0100
@@ -1,0 +2,6 @@
+Tue Jan 28 15:49:46 UTC 2020 - Todd R 
+
+- Update to 1.2.6
+  * Update dependencies
+
+---

Old:

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

New:

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



Other differences:
--
++ python-jupyterlab.spec ++
--- /var/tmp/diff_new_pack.21PZqE/_old  2020-01-29 13:19:55.590217259 +0100
+++ /var/tmp/diff_new_pack.21PZqE/_new  2020-01-29 13:19:55.590217259 +0100
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-jupyterlab
-Version:1.2.4
+Version:1.2.6
 Release:0
 Summary:Environment for interactive and reproducible computing
 License:BSD-3-Clause




commit python-jupyterlab for openSUSE:Factory

2020-01-16 Thread root
Hello community,

here is the log from the commit of package python-jupyterlab for 
openSUSE:Factory checked in at 2020-01-16 18:20:55

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


Package is "python-jupyterlab"

Thu Jan 16 18:20:55 2020 rev:3 rq:764775 version:1.2.4

Changes:

--- /work/SRC/openSUSE:Factory/python-jupyterlab/python-jupyterlab.changes  
2019-12-12 23:18:44.170210397 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyterlab.new.26092/python-jupyterlab.changes
   2020-01-16 18:20:56.208964494 +0100
@@ -1,0 +2,7 @@
+Wed Jan 15 15:22:17 UTC 2020 - Todd R 
+
+- Update to 1.2.4
+  * update yarn.lock
+  * update terser dep
+
+---

Old:

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

New:

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



Other differences:
--
++ python-jupyterlab.spec ++
--- /var/tmp/diff_new_pack.zRJOuD/_old  2020-01-16 18:20:56.900964885 +0100
+++ /var/tmp/diff_new_pack.zRJOuD/_new  2020-01-16 18:20:56.904964887 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-jupyterlab
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:   python-jupyterlab
-Version:1.2.3
+Version:1.2.4
 Release:0
 Summary:Environment for interactive and reproducible computing
 License:BSD-3-Clause




commit python-jupyterlab for openSUSE:Factory

2019-12-12 Thread root
Hello community,

here is the log from the commit of package python-jupyterlab for 
openSUSE:Factory checked in at 2019-12-12 23:18:28

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


Package is "python-jupyterlab"

Thu Dec 12 23:18:28 2019 rev:2 rq:755892 version:1.2.3

Changes:

--- /work/SRC/openSUSE:Factory/python-jupyterlab/python-jupyterlab.changes  
2019-12-09 21:38:14.998026637 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-jupyterlab.new.4691/python-jupyterlab.changes
2019-12-12 23:18:44.170210397 +0100
@@ -1,0 +2,5 @@
+Tue Dec 10 19:38:10 UTC 2019 - Bernhard Wiedemann 
+
+- Use pyproject_install macro (boo#1094323)
+
+---



Other differences:
--
++ python-jupyterlab.spec ++
--- /var/tmp/diff_new_pack.Ejf9LT/_old  2019-12-12 23:18:45.638210266 +0100
+++ /var/tmp/diff_new_pack.Ejf9LT/_new  2019-12-12 23:18:45.642210265 +0100
@@ -92,7 +92,8 @@
 # not needed
 
 %install
-%python_expand pip%{$python_bin_suffix} install --no-deps --root=%{buildroot} 
%{SOURCE0}
+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