Accepting request 908538 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/908538
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclassic?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2021-07-27 12:32:16 +00:00 committed by Git OBS Bridge
commit 9a2807725b
4 changed files with 33 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1a1c7c0f63a3d2c8d58ba64fdadc7ffcfd24d70c91e320856bc031c50c4d0da4
size 24186

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:315e6aff889e08155d9f8a9200b7f8e399708c3d0644a5f4aed4a20762a2c0a1
size 25761

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 23 08:15:54 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to version 0.3.1
* bump jupyter_server dependency to 1.8 #58 (@Zsailer)
- Release 0.3.0
* Support creating terminal with a given name. #52 (@cailiang9)
* BUG fix: correct redirection to {base_url}/edit/*. #55
(@cailiang9)
* patch server's sorted_extensions to prioritize nbclassic #56
(@Zsailer)
- Release 0.2.8
* Remove forced sorting of extensions #49 (@minrk)
* Add Changelog #48 (@blink1073)
- Release 0.2.7
* Fix deprecation warning when importing
jupyter_server.transutils._ #47 (@martinRenou)
* Add a redirect handler to open non-notebook files from the cli
#45 (@jtpio)
* Add default_url trait to NotebookApp #42 (@afshin)
* Fix GitHub Actions badge #40 (@jtpio)
* Run jupyter nbclassic -h on CI #29 (@jtpio)
- Skip python2 and python36 (no ipykernel 6 on python36)
-------------------------------------------------------------------
Tue Feb 2 21:09:01 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -16,22 +16,24 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%define skip_python36 1
Name: python-nbclassic
Version: 0.2.6
Version: 0.3.1
Release: 0
Summary: Jupyter Notebook as a Jupyter Server Extension
License: BSD-3-Clause
URL: https://github.com/jupyterlab/nbclassic
# The github archive has the tests
Source: https://github.com/jupyterlab/nbclassic/archive/%{version}.tar.gz#/nbclassic-%{version}-gh.tar.gz
BuildRequires: %{python_module jupyter_server >= 1.1}
BuildRequires: %{python_module jupyter_server >= 1.8}
BuildRequires: %{python_module notebook}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: jupyter-nbclassic = %{version}
Requires: python-jupyter_server >= 1.1
Requires: python-jupyter_server >= 1.8
Requires: python-notebook
# SECTION test requirements
BuildRequires: %{python_module pytest-console-scripts}