Accepting request 719016 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/719016 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=3
This commit is contained in:
commit
da43a6a62d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0806894ae78ddb94b530514acc9ab03a928b79374d8630470b439b58383dd7ee
|
|
||||||
size 5155233
|
|
3
ipython-7.7.0.tar.gz
Normal file
3
ipython-7.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d3a1692921e932751bc1a1f7bb96dc38671eeefdc66ed33ee4cbc57e92a410e
|
||||||
|
size 5157086
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:a57c536c1591390f1ad5dfcc232c2734f8c616975495e67ce9467a8f033f858b
|
oid sha256:757262d87b8ce962f73543c2a4990f6a37b50765f509f95699e8e959b84cb4c2
|
||||||
size 4305767
|
size 4307409
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:4f262771893987e5dddf6af7ae6ee283571285ebe1099649178456aca38930e6
|
oid sha256:641f848e25b3ddf6c85d7fecc41c0a5f01e534742174e8380e6fb3189346d59e
|
||||||
size 13185806
|
size 13185524
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 27 03:20:00 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Update to 7.7.0
|
||||||
|
* Fix a bug introduced in 7.6 where the ``%matplotlib`` magic would fail on
|
||||||
|
previously acceptable arguments
|
||||||
|
* Fix the manage location on freebsd
|
||||||
|
* Fix error message about aliases after ``%reset`` call in ipykernel
|
||||||
|
* Fix Duplication completions in emacs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 3 01:48:08 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
Wed Jul 3 01:48:08 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.6.0
|
%define doc_ver 7.7.0
|
||||||
Name: python-ipython-doc
|
Name: python-ipython-doc
|
||||||
Version: 7.6.0
|
Version: 7.7.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,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 27 03:20:00 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
- Update to 7.7.0
|
||||||
|
* Fix a bug introduced in 7.6 where the ``%matplotlib`` magic would fail on
|
||||||
|
previously acceptable arguments
|
||||||
|
* Fix the manage location on freebsd
|
||||||
|
* Fix error message about aliases after ``%reset`` call in ipykernel
|
||||||
|
* Fix Duplication completions in emacs
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jul 3 01:48:08 UTC 2019 - Todd R <toddrme2178@gmail.com>
|
Wed Jul 3 01:48:08 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.6.0
|
Version: 7.7.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