Accepting request 713120 from devel:languages:python:jupyter
- 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. - 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. OBS-URL: https://build.opensuse.org/request/show/713120 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=2
This commit is contained in:
commit
7b8893fc7d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e840810029224b56cd0d9e7719dc3b39cf84d577f8ac686547c8ba7a06eeab26
|
|
||||||
size 5118610
|
|
3
ipython-7.6.0.tar.gz
Normal file
3
ipython-7.6.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0806894ae78ddb94b530514acc9ab03a928b79374d8630470b439b58383dd7ee
|
||||||
|
size 5155233
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:c559075142a939833788b2f5894798abfc72e380c9658d14e224b707a7ee502c
|
oid sha256:a57c536c1591390f1ad5dfcc232c2734f8c616975495e67ce9467a8f033f858b
|
||||||
size 4303027
|
size 4305767
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:d5a67cc5497809af2230e84af3c00570578fae6482ce88edd8b73ec57b432b04
|
oid sha256:4f262771893987e5dddf6af7ae6ee283571285ebe1099649178456aca38930e6
|
||||||
size 13173977
|
size 13185806
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 3 01:48:08 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- 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 <toddrme2178@gmail.com>
|
Thu Apr 25 20:45:20 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
# This package has to be kept separate from the main package to avoid
|
# This package has to be kept separate from the main package to avoid
|
||||||
# dependency loops with most of the core jupyter packages.
|
# dependency loops with most of the core jupyter packages.
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
%define doc_ver 7.5.0
|
%define doc_ver 7.6.0
|
||||||
Name: python-ipython-doc
|
Name: python-ipython-doc
|
||||||
Version: 7.5.0
|
Version: 7.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Documentation for python3-jupyter_ipython
|
Summary: Documentation for python3-jupyter_ipython
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 3 01:48:08 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- 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 <toddrme2178@gmail.com>
|
Thu Apr 25 20:45:20 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
%bcond_without iptest
|
%bcond_without iptest
|
||||||
Name: python-ipython
|
Name: python-ipython
|
||||||
Version: 7.5.0
|
Version: 7.6.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
|
||||||
|
Loading…
Reference in New Issue
Block a user