forked from pool/python-nbclassic
Accepting request 955751 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/955751 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclassic?expand=0&rev=7
This commit is contained in:
commit
c56cce6edf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:08a22ed9c09341dc00e30b73130533e7a0325ce409bf137bd24dfa048d4881b9
|
||||
size 22308
|
3
nbclassic-0.3.5-gh.tar.gz
Normal file
3
nbclassic-0.3.5-gh.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b4c53bd2c9bd4965ef45bff8dad5fb657596505be6e0b78bff87cf685f134bba
|
||||
size 22668
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user