Accepting request 955718 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/955718
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclassic?expand=0&rev=9
This commit is contained in:
Benjamin Greiner 2022-02-18 04:01:41 +00:00 committed by Git OBS Bridge
parent d289dbcb95
commit 7087ef4582
4 changed files with 21 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Feb 17 16:37:03 UTC 2022 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 0.3.5:
* Bugs fixed
+ ensure extension name is passed to TerminalHandler #79 (@minrk)
* Maintenance and upkeep improvements
+ Clean up downstream tests #82 (@blink1073)
+ Enforce labels on PRs #80 (@blink1073)
-------------------------------------------------------------------
Sun Nov 21 09:15:13 UTC 2021 - Ben Greiner <code@bnavigator.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-nbclassic
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -16,16 +16,15 @@
#
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
%if 0%{?suse_version} > 1500
%bcond_without libalternatives
%else
%bcond_with libalternatives
%endif
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-nbclassic
Version: 0.3.4
Version: 0.3.5
Release: 0
Summary: Jupyter Notebook as a Jupyter Server Extension
License: BSD-3-Clause
@ -41,8 +40,8 @@ Requires: jupyter-nbclassic = %{version}
Requires: python-notebook < 7
Requires: (python-jupyter_server >= 1.8 with python-jupyter_server < 2)
%if %{with libalternatives}
Requires: alts
BuildRequires: alts
Requires: alts
%else
Requires(post): update-alternatives
Requires(postun):update-alternatives