Accepting request 730988 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/730988
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=29
This commit is contained in:
Todd R 2019-11-01 17:51:38 +00:00 committed by Git OBS Bridge
parent 759954cb2e
commit 8bacedaaad
8 changed files with 26 additions and 12 deletions

View File

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

3
ipython-7.8.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:757262d87b8ce962f73543c2a4990f6a37b50765f509f95699e8e959b84cb4c2
size 4307409
oid sha256:0938dc64dd3ed5a96c02b7cb1b1ccd48403237fb9f3e151dc411c4ea1f8c2b57
size 4310613

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:641f848e25b3ddf6c85d7fecc41c0a5f01e534742174e8380e6fb3189346d59e
size 13185524
oid sha256:45b9dab9dd4b87aaa5a6292d76ec5f3b32e63a543d30c39911d8472256e3450d
size 13186437

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Sep 14 16:27:03 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 7.8.0:
* Enable changing the font color for LaTeX rendering :ghpull:`11840`
* and Re-Expose some PDB API (see below)
-------------------------------------------------------------------
Sat Jul 27 03:20:00 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -19,9 +19,9 @@
# This package has to be kept separate from the main package to avoid
# dependency loops with most of the core jupyter packages.
%define oldpython python
%define doc_ver 7.7.0
%define doc_ver 7.8.0
Name: python-ipython-doc
Version: 7.7.0
Version: 7.8.0
Release: 0
Summary: Documentation for python3-jupyter_ipython
License: BSD-3-Clause
@ -34,9 +34,9 @@ Source2: https://buildmedia.readthedocs.org/media/htmlzip/ipython/%{doc_v
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: unzip
Provides: python-ipython-doc = %{version}
Provides: %{python_module ipython-doc = %{version}}
Provides: %{oldpython}-jupyter_ipython-doc = %{version}
Provides: %{python_module ipython-doc = %{version}}
Provides: python-ipython-doc = %{version}
Obsoletes: %{oldpython}-jupyter_ipython-doc < %{version}
Provides: %{oldpython}-jupyter_ipython-doc-html = %{version}
Obsoletes: %{oldpython}-jupyter_ipython-doc-html < %{version}

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Sep 14 16:27:03 UTC 2019 - Arun Persaud <arun@gmx.de>
- update to version 7.8.0:
* Enable changing the font color for LaTeX rendering :ghpull:`11840`
* and Re-Expose some PDB API (see below)
-------------------------------------------------------------------
Sat Jul 27 03:20:00 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -20,7 +20,7 @@
%define skip_python2 1
%bcond_without iptest
Name: python-ipython
Version: 7.7.0
Version: 7.8.0
Release: 0
Summary: Rich architecture for interactive computing with Python
License: BSD-3-Clause