Accepting request 810416 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version OBS-URL: https://build.opensuse.org/request/show/810416 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=45
This commit is contained in:
parent
f6e4024847
commit
b82f599ad5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f0126781d0f959da852fb3089e170ed807388e986a8dd4e6ac44855845b0fb1c
|
|
||||||
size 5153406
|
|
3
ipython-7.15.0.tar.gz
Normal file
3
ipython-7.15.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0ef1433879816a960cd3ae1ae1dc82c64732ca75cec8dab5a4e29783fb571d0e
|
||||||
|
size 5245923
|
@ -1,27 +0,0 @@
|
|||||||
From: Ben Greiner <code@bnavigator.de>
|
|
||||||
Date: 2020-05-02 16:33:59 +0200
|
|
||||||
Subject: Disable the network part of test_embed_svg_url
|
|
||||||
Upstream: no
|
|
||||||
|
|
||||||
OBS can't access the wikimedia url. Disabling this part of the test.
|
|
||||||
|
|
||||||
---
|
|
||||||
diff -u -r ipython-7.14.0orig/IPython/core/tests/test_display.py ipython-7.14.0/IPython/core/tests/test_display.py
|
|
||||||
--- ipython-7.14.0orig/IPython/core/tests/test_display.py 2020-05-02 16:33:59.393228712 +0200
|
|
||||||
+++ ipython-7.14.0/IPython/core/tests/test_display.py 2020-05-02 16:35:11.825203757 +0200
|
|
||||||
@@ -106,10 +106,11 @@
|
|
||||||
svg = display.SVG(url=url + 'z')
|
|
||||||
nt.assert_true(svg._repr_svg_().startswith('<svg'))
|
|
||||||
|
|
||||||
- # do it for real: 6.1kB of data
|
|
||||||
- url = "https://upload.wikimedia.org/wikipedia/commons/3/30/Vector-based_example.svg"
|
|
||||||
- svg = display.SVG(url=url)
|
|
||||||
- nt.assert_true(svg._repr_svg_().startswith('<svg'))
|
|
||||||
+ # no network on OBS
|
|
||||||
+ # # do it for real: 6.1kB of data
|
|
||||||
+ # url = "https://upload.wikimedia.org/wikipedia/commons/3/30/Vector-based_example.svg"
|
|
||||||
+ # svg = display.SVG(url=url)
|
|
||||||
+ # nt.assert_true(svg._repr_svg_().startswith('<svg'))
|
|
||||||
|
|
||||||
def test_retina_jpeg():
|
|
||||||
here = os.path.dirname(__file__)
|
|
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 30 23:53:32 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
- specfile:
|
||||||
|
* removed opensuse-disable-net-test.patch, wikipedia file is not accessed anymore
|
||||||
|
|
||||||
|
- update to version 7.15.0:
|
||||||
|
* Misc Noticeable changes:
|
||||||
|
+ Long completion name have better elision in terminal
|
||||||
|
:ghpull:`12284`
|
||||||
|
+ I've started to test on Python 3.9 :ghpull:`12307` and fix some
|
||||||
|
errors.
|
||||||
|
+ Hi DPI scaling of figures when using qt eventloop
|
||||||
|
:ghpull:`12314`
|
||||||
|
+ Document the ability to have systemwide configuration for
|
||||||
|
IPython. :ghpull:`12328`
|
||||||
|
+ Fix issues with input autoformatting :ghpull:`12336`
|
||||||
|
+ IPython.core.debugger.Pdb is now interruptible (:ghpull:`12168`,
|
||||||
|
in 7.14 but forgotten in release notes)
|
||||||
|
+ Video HTML attributes (:ghpull:`12212`, in 7.14 but forgotten in
|
||||||
|
release notes)
|
||||||
|
* Reproducible Build
|
||||||
|
* NEP29: Last version to support Python 3.6
|
||||||
|
* Highlighted features
|
||||||
|
+ Increase Tab Completion Menu Height
|
||||||
|
+ Autoformat Code in the terminal
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat May 2 14:44:45 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
Sat May 2 14:44:45 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -24,12 +24,11 @@
|
|||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%bcond_without iptest
|
%bcond_without iptest
|
||||||
Name: python-ipython%{psuffix}
|
Name: python-ipython%{psuffix}
|
||||||
Version: 7.14.0
|
Version: 7.15.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Rich architecture for interactive computing with Python
|
Summary: Rich architecture for interactive computing with Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -37,7 +36,6 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/ipython/ipython
|
URL: https://github.com/ipython/ipython
|
||||||
Source: https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz
|
||||||
Source1: https://raw.githubusercontent.com/jupyter/qtconsole/4.0.0/qtconsole/resources/icon/JupyterConsole.svg
|
Source1: https://raw.githubusercontent.com/jupyter/qtconsole/4.0.0/qtconsole/resources/icon/JupyterConsole.svg
|
||||||
Patch0: opensuse-disable-net-test.patch
|
|
||||||
BuildRequires: %{python_module backcall}
|
BuildRequires: %{python_module backcall}
|
||||||
BuildRequires: %{python_module base >= 3.5}
|
BuildRequires: %{python_module base >= 3.5}
|
||||||
BuildRequires: %{python_module setuptools >= 18.5}
|
BuildRequires: %{python_module setuptools >= 18.5}
|
||||||
@ -140,7 +138,6 @@ testing software that uses %{name}.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ipython-%{version}
|
%setup -q -n ipython-%{version}
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Loading…
Reference in New Issue
Block a user