diff --git a/ipython-7.4.0.tar.gz b/ipython-7.4.0.tar.gz deleted file mode 100644 index f1eaaca..0000000 --- a/ipython-7.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b038baa489c38f6d853a3cfc4c635b0cda66f2864d136fe8f40c1a6e334e2a6b -size 5118138 diff --git a/ipython-7.5.0.tar.gz b/ipython-7.5.0.tar.gz new file mode 100644 index 0000000..aff466e --- /dev/null +++ b/ipython-7.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e840810029224b56cd0d9e7719dc3b39cf84d577f8ac686547c8ba7a06eeab26 +size 5118610 diff --git a/ipython-doc.changes b/ipython-doc.changes index 6e904f9..37c7975 100644 --- a/ipython-doc.changes +++ b/ipython-doc.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Apr 25 20:45:20 UTC 2019 - Todd R + +- Update to 7.5.0 + * IPython 7.5.0 consist mostly of bug-fixes, and documentation updates, + with one minor new feature. The Audio display element can now be + assigned an element id when displayed in browser. + * The major outstanding bug fix correct a change of behavior that was + introduce in 7.4.0 where some cell magics would not be able to access + or modify global scope when using the @needs_local_scope decorator. + This was typically encountered with the %%time and %%timeit magics. + ------------------------------------------------------------------- Thu Apr 25 01:59:57 UTC 2019 - Todd R diff --git a/ipython.pdf b/ipython.pdf index eb30761..6be46fe 100644 --- a/ipython.pdf +++ b/ipython.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:26d7c7c16a49754f2b9359fbbbc6d111fc808d3299fd98f745ef119208114761 -size 4319363 +oid sha256:c559075142a939833788b2f5894798abfc72e380c9658d14e224b707a7ee502c +size 4303027 diff --git a/ipython.zip b/ipython.zip index a901268..d8ead4b 100644 --- a/ipython.zip +++ b/ipython.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c548498fb8b92e6f12328902f237160f06ab6676d0d18269b197dcc9710df559 -size 13215083 +oid sha256:d5a67cc5497809af2230e84af3c00570578fae6482ce88edd8b73ec57b432b04 +size 13173977 diff --git a/python-ipython-doc.spec b/python-ipython-doc.spec index 862cd45..aa3c943 100644 --- a/python-ipython-doc.spec +++ b/python-ipython-doc.spec @@ -20,7 +20,8 @@ # dependency loops with most of the core jupyter packages. %define oldpython python Name: python-ipython-doc -Version: 7.4.0 +Version: 7.5.0 +%define doc_ver 7.5.0 Release: 0 Summary: Documentation for python3-jupyter_ipython License: BSD-3-Clause @@ -28,8 +29,8 @@ Group: Documentation/Other URL: https://github.com/ipython/ipython Source0: https://files.pythonhosted.org/packages/source/i/ipython/ipython-%{version}.tar.gz # Please make sure you update the documentation files at every release -Source1: https://media.readthedocs.org/pdf/ipython/stable/ipython.pdf -Source2: https://media.readthedocs.org/htmlzip/ipython/stable/ipython.zip +Source1: https://buildmedia.readthedocs.org/media/pdf/ipython/%{doc_ver}/ipython.pdf +Source2: https://buildmedia.readthedocs.org/media/htmlzip/ipython/%{doc_ver}/ipython.zip BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip @@ -46,11 +47,11 @@ Provides: %{oldpython}-jupyter_ipython-doc-pdf = %{version} Obsoletes: %{oldpython}-jupyter_ipython-doc-html < %{version} Obsoletes: %{oldpython}-jupyter_ipython-doc-pdf < %{version} Provides: %{python_module jupyter_ipython-doc = %{version}} -Obsoletes: %{python_module jupyter_ipython-doc <= %{version}} +Obsoletes: %{python_module jupyter_ipython-doc < %{version}} Provides: %{python_module jupyter_ipython-doc-html = %{version}} -Obsoletes: %{python_module jupyter_ipython-doc-html <= %{version}} +Obsoletes: %{python_module jupyter_ipython-doc-html < %{version}} Provides: %{python_module jupyter_ipython-doc-pdf = %{version}} -Obsoletes: %{python_module jupyter_ipython-doc-pdf <= %{version}} +Obsoletes: %{python_module jupyter_ipython-doc-pdf < %{version}} %ifpython3 Provides: jupyter-ipython-doc = %{version} %endif diff --git a/python-ipython.changes b/python-ipython.changes index 9349daf..43da392 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Apr 25 20:45:20 UTC 2019 - Todd R + +- Update to 7.5.0 + * IPython 7.5.0 consist mostly of bug-fixes, and documentation updates, + with one minor new feature. The Audio display element can now be + assigned an element id when displayed in browser. + * The major outstanding bug fix correct a change of behavior that was + introduce in 7.4.0 where some cell magics would not be able to access + or modify global scope when using the @needs_local_scope decorator. + This was typically encountered with the %%time and %%timeit magics. + ------------------------------------------------------------------- Thu Apr 25 01:59:57 UTC 2019 - Todd R diff --git a/python-ipython.spec b/python-ipython.spec index 2ea4bff..9350977 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %bcond_without iptest Name: python-ipython -Version: 7.4.0 +Version: 7.5.0 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause @@ -63,7 +63,7 @@ BuildArch: noarch BuildRequires: icoutils %endif Provides: python-jupyter_ipython = %{version} -Obsoletes: python-jupyter_ipython <= %{version} +Obsoletes: python-jupyter_ipython < %{version} Provides: jupyter-ipython = %{version} %python_subpackages @@ -108,6 +108,8 @@ Requires: python-nose >= 0.10.1 Requires: python-numpy Requires: python-requests Requires: python-testpath +Provides: python-jupyter_ipython-iptest = %{version} +Obsoletes: python-jupyter_ipython-iptest < %{version} %description iptest This package provides the iptest command, which is used for