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