diff --git a/ipython-7.5.0.tar.gz b/ipython-7.5.0.tar.gz deleted file mode 100644 index aff466e..0000000 --- a/ipython-7.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e840810029224b56cd0d9e7719dc3b39cf84d577f8ac686547c8ba7a06eeab26 -size 5118610 diff --git a/ipython-7.6.0.tar.gz b/ipython-7.6.0.tar.gz new file mode 100644 index 0000000..b625dd0 --- /dev/null +++ b/ipython-7.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0806894ae78ddb94b530514acc9ab03a928b79374d8630470b439b58383dd7ee +size 5155233 diff --git a/ipython.pdf b/ipython.pdf index 6be46fe..f67e13a 100644 --- a/ipython.pdf +++ b/ipython.pdf @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c559075142a939833788b2f5894798abfc72e380c9658d14e224b707a7ee502c -size 4303027 +oid sha256:a57c536c1591390f1ad5dfcc232c2734f8c616975495e67ce9467a8f033f858b +size 4305767 diff --git a/ipython.zip b/ipython.zip index d8ead4b..eea413e 100644 --- a/ipython.zip +++ b/ipython.zip @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:d5a67cc5497809af2230e84af3c00570578fae6482ce88edd8b73ec57b432b04 -size 13173977 +oid sha256:4f262771893987e5dddf6af7ae6ee283571285ebe1099649178456aca38930e6 +size 13185806 diff --git a/python-ipython-doc.changes b/python-ipython-doc.changes index 37c7975..a6efc7f 100644 --- a/python-ipython-doc.changes +++ b/python-ipython-doc.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Jul 3 01:48:08 UTC 2019 - Todd R + +- Update to 7.6.0 + IPython 7.6.0 contains a couple of bug fixes and number of small features + additions as well as some compatibility with the current development version of + Python 3.8. + * Add a ``-l`` option to :magic:`psearch` to list the available search + types. + * Support ``PathLike`` for ``DisplayObject`` and ``Image``. + * Configurability of timeout in the test suite for slow platforms. + * Accept any casing for matplotlib backend. + * Properly skip test that requires numpy to be installed + * More support for Python 3.8 and positional only arguments (pep570) + * Unicode names for the completion are loaded lazily on first use which + should decrease startup time. + * Autoreload now update the types of reloaded objects; this for example allow + pickling of reloaded objects. + * Fix a big where ``%%time`` magic would suppress cell output. + ------------------------------------------------------------------- Thu Apr 25 20:45:20 UTC 2019 - Todd R diff --git a/python-ipython-doc.spec b/python-ipython-doc.spec index 5f780e6..4957a6a 100644 --- a/python-ipython-doc.spec +++ b/python-ipython-doc.spec @@ -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.5.0 +%define doc_ver 7.6.0 Name: python-ipython-doc -Version: 7.5.0 +Version: 7.6.0 Release: 0 Summary: Documentation for python3-jupyter_ipython License: BSD-3-Clause diff --git a/python-ipython.changes b/python-ipython.changes index 43da392..2d50b93 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Wed Jul 3 01:48:08 UTC 2019 - Todd R + +- Update to 7.6.0 + IPython 7.6.0 contains a couple of bug fixes and number of small features + additions as well as some compatibility with the current development version of + Python 3.8. + * Add a ``-l`` option to :magic:`psearch` to list the available search + types. + * Support ``PathLike`` for ``DisplayObject`` and ``Image``. + * Configurability of timeout in the test suite for slow platforms. + * Accept any casing for matplotlib backend. + * Properly skip test that requires numpy to be installed + * More support for Python 3.8 and positional only arguments (pep570) + * Unicode names for the completion are loaded lazily on first use which + should decrease startup time. + * Autoreload now update the types of reloaded objects; this for example allow + pickling of reloaded objects. + * Fix a big where ``%%time`` magic would suppress cell output. + ------------------------------------------------------------------- Thu Apr 25 20:45:20 UTC 2019 - Todd R diff --git a/python-ipython.spec b/python-ipython.spec index 8238871..a67d567 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.5.0 +Version: 7.6.0 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause