Accepting request 768082 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/768082
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter_console?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2020-01-29 12:18:52 +00:00 committed by Git OBS Bridge
commit 767deeff32
5 changed files with 20 additions and 30 deletions

View File

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

View File

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

View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Jan 28 15:52:47 UTC 2020 - Todd R <toddrme2178@gmail.com>
- 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 <toddrme2178@gmail.com>

View File

@ -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