diff --git a/ipython-7.14.0.tar.gz b/ipython-7.14.0.tar.gz deleted file mode 100644 index 7b3772c..0000000 --- a/ipython-7.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f0126781d0f959da852fb3089e170ed807388e986a8dd4e6ac44855845b0fb1c -size 5153406 diff --git a/ipython-7.15.0.tar.gz b/ipython-7.15.0.tar.gz new file mode 100644 index 0000000..b447dd1 --- /dev/null +++ b/ipython-7.15.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ef1433879816a960cd3ae1ae1dc82c64732ca75cec8dab5a4e29783fb571d0e +size 5245923 diff --git a/opensuse-disable-net-test.patch b/opensuse-disable-net-test.patch deleted file mode 100644 index b399d84..0000000 --- a/opensuse-disable-net-test.patch +++ /dev/null @@ -1,27 +0,0 @@ -From: Ben Greiner -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(' + +- 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 diff --git a/python-ipython.spec b/python-ipython.spec index 1e76a64..c2b9679 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -24,12 +24,11 @@ %define psuffix %{nil} %bcond_with test %endif - %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 %bcond_without iptest Name: python-ipython%{psuffix} -Version: 7.14.0 +Version: 7.15.0 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause @@ -37,7 +36,6 @@ Group: Development/Languages/Python URL: https://github.com/ipython/ipython 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 -Patch0: opensuse-disable-net-test.patch BuildRequires: %{python_module backcall} BuildRequires: %{python_module base >= 3.5} BuildRequires: %{python_module setuptools >= 18.5} @@ -140,7 +138,6 @@ testing software that uses %{name}. %prep %setup -q -n ipython-%{version} -%patch0 -p1 %build %python_build