diff --git a/jupyter-console.pdf b/jupyter-console.pdf deleted file mode 100644 index c63d4c8..0000000 --- a/jupyter-console.pdf +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9fa6977cde034a642adaeb8f3f171ee6c6d615940b0bf6258c9083af549a1d8e -size 112096 diff --git a/jupyter_console-6.0.0.tar.gz b/jupyter_console-6.0.0.tar.gz deleted file mode 100644 index e7a5940..0000000 --- a/jupyter_console-6.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:308ce876354924fb6c540b41d5d6d08acfc946984bf0c97777c1ddcb42e0b2f5 -size 27780 diff --git a/jupyter_console-6.1.0.tar.gz b/jupyter_console-6.1.0.tar.gz new file mode 100644 index 0000000..2ea9c5f --- /dev/null +++ b/jupyter_console-6.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f6ead433b0534909df789ea64f0a14cdf9b6b2360757756f08182be4b9e431b +size 28468 diff --git a/python-jupyter_console.changes b/python-jupyter_console.changes index b72eb1d..8b154d7 100644 --- a/python-jupyter_console.changes +++ b/python-jupyter_console.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Jan 28 15:52:47 UTC 2020 - Todd R + +- Update to 6.1.0 + * switch bumpversion to nbformat-style + * Remove Python 2 compatibility code. + * Add support for prompt-toolkit v3 + * removed extra lines from the banner +- Drop documentation. + These are mostly a relic of when the tests needed to be in a + separate package, and since the docs are no longer versioned + upstream keeping them synced with the main package is difficult. + ------------------------------------------------------------------- Wed Nov 13 14:40:10 UTC 2019 - Todd R diff --git a/python-jupyter_console.spec b/python-jupyter_console.spec index 2d80e72..6b36f0e 100644 --- a/python-jupyter_console.spec +++ b/python-jupyter_console.spec @@ -1,7 +1,7 @@ # # spec file for package python-jupyter_console # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,15 +19,13 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-jupyter_console -Version: 6.0.0 -%define doc_ver 6.0.0 +Version: 6.1.0 Release: 0 Summary: Jupyter terminal console License: BSD-3-Clause Group: Development/Languages/Python Url: https://github.com/jupyter/jupyter_console Source0: https://files.pythonhosted.org/packages/source/j/jupyter_console/jupyter_console-%{version}.tar.gz -Source1: https://media.readthedocs.org/pdf/jupyter-console/v%{doc_ver}/jupyter-console.pdf BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros @@ -58,6 +56,8 @@ This package provides the python components. %package -n jupyter-jupyter_console Summary: Jupyter terminal console Requires: python3-jupyter_console = %{version} +Provides: jupyter-jupyter_console-doc = %{version} +Obsoletes: jupyter-jupyter_console-doc < %{version} %description -n jupyter-jupyter_console A terminal-based console frontend for Jupter kernels. @@ -65,23 +65,8 @@ This code is based on the single-process IPython terminal. This package provides the jupyter components. -%package -n jupyter-jupyter_console-doc -Summary: Documentation for jupyter-jupyter_console -Group: Documentation/Other -Provides: python-jupyter_console-doc = %{version} -Obsoletes: python-jupyter_console-doc < %{version} -Provides: %{python_module jupyter_console-doc = %{version}} -Obsoletes: %{python_module jupyter_console-doc < %{version}} - -%description -n jupyter-jupyter_console-doc -A terminal-based console frontend for Jupter kernels. -This code is based on the single-process IPython terminal. - -This package provides the help files. - %prep %setup -q -n jupyter_console-%{version} -cp %{SOURCE1} . %build %python_build @@ -100,10 +85,5 @@ cp %{SOURCE1} . %files -n jupyter-jupyter_console %license COPYING.md -%{_bindir}/jupyter-console - -%files -n jupyter-jupyter_console-doc -%license COPYING.md -%doc jupyter-console.pdf %changelog