From 7087ef4582fd2c66ab8f262a75d44c0057bcccf6749bf4c49f1afe7c303cff24 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Fri, 18 Feb 2022 04:01:41 +0000 Subject: [PATCH] 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 --- nbclassic-0.3.4-gh.tar.gz | 3 --- nbclassic-0.3.5-gh.tar.gz | 3 +++ python-nbclassic.changes | 13 +++++++++++++ python-nbclassic.spec | 11 +++++------ 4 files changed, 21 insertions(+), 9 deletions(-) delete mode 100644 nbclassic-0.3.4-gh.tar.gz create mode 100644 nbclassic-0.3.5-gh.tar.gz diff --git a/nbclassic-0.3.4-gh.tar.gz b/nbclassic-0.3.4-gh.tar.gz deleted file mode 100644 index 80da44c..0000000 --- a/nbclassic-0.3.4-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:08a22ed9c09341dc00e30b73130533e7a0325ce409bf137bd24dfa048d4881b9 -size 22308 diff --git a/nbclassic-0.3.5-gh.tar.gz b/nbclassic-0.3.5-gh.tar.gz new file mode 100644 index 0000000..26e1c6d --- /dev/null +++ b/nbclassic-0.3.5-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4c53bd2c9bd4965ef45bff8dad5fb657596505be6e0b78bff87cf685f134bba +size 22668 diff --git a/python-nbclassic.changes b/python-nbclassic.changes index 938c5e9..49541aa 100644 --- a/python-nbclassic.changes +++ b/python-nbclassic.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Feb 17 16:37:03 UTC 2022 - Arun Persaud + +- 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 diff --git a/python-nbclassic.spec b/python-nbclassic.spec index 661ca99..ac762fe 100644 --- a/python-nbclassic.spec +++ b/python-nbclassic.spec @@ -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