forked from pool/python-ipython
Accepting request 773064 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/773064 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-ipython?expand=0&rev=6
This commit is contained in:
commit
a6f3c97b95
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc91ad26fa8ba457fc5052b66695fd260f28fca9ba1d003b9c6ca8eefbd6a451
|
||||
size 4331401
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0f4bcf18293fb666df8511feec0403bdb7e061a5842ea6e88a3177b0ceb34ead
|
||||
size 5130089
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b17fc6ecf58ac85e2ecdeb7ce95a205c836c39868b0a818ebebd801387cc348d
|
||||
size 13233143
|
3
ipython-7.12.0.pdf
Normal file
3
ipython-7.12.0.pdf
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:554026608579f8859d182b40e7876f476f8bbcbdffb3f395f6a3b58e2cf9645b
|
||||
size 4334540
|
3
ipython-7.12.0.tar.gz
Normal file
3
ipython-7.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9459e7237e2e5858738ff9c3e26504b79899b58a6d49e574d352493d80684c6
|
||||
size 5130435
|
3
ipython-7.12.0.zip
Normal file
3
ipython-7.12.0.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9dff52ae57dc8fda47783fa0cbb1c10874336e79c6ec99f61d6bc6134f200c40
|
||||
size 13235729
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 8 22:41:18 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 7.12.0:
|
||||
* Exit non-zero when ipython is given a file path to run that
|
||||
doesn't exist :ghpull:`12074`
|
||||
* Test PR on ARM64 with Travis-CI :ghpull:`12073`
|
||||
* Update CI to work with latest Pytest :ghpull:`12086`
|
||||
* Add infrastructure to run ipykernel eventloop via trio
|
||||
:ghpull:`12097`
|
||||
* Support git blame ignore revs :ghpull:`12091`
|
||||
* Start multi-line __repr__ s on their own line :ghpull:`12099`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 15:41:15 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ipython-doc
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -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.11.1
|
||||
%define doc_ver 7.12.0
|
||||
Name: python-ipython-doc
|
||||
Version: 7.11.1
|
||||
Version: 7.12.0
|
||||
Release: 0
|
||||
Summary: Documentation for python3-jupyter_ipython
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 8 22:41:18 UTC 2020 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
- update to version 7.12.0:
|
||||
* Exit non-zero when ipython is given a file path to run that
|
||||
doesn't exist :ghpull:`12074`
|
||||
* Test PR on ARM64 with Travis-CI :ghpull:`12073`
|
||||
* Update CI to work with latest Pytest :ghpull:`12086`
|
||||
* Add infrastructure to run ipykernel eventloop via trio
|
||||
:ghpull:`12097`
|
||||
* Support git blame ignore revs :ghpull:`12091`
|
||||
* Start multi-line __repr__ s on their own line :ghpull:`12099`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 15 15:41:15 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ipython
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%define skip_python2 1
|
||||
%bcond_without iptest
|
||||
Name: python-ipython
|
||||
Version: 7.11.1
|
||||
Version: 7.12.0
|
||||
Release: 0
|
||||
Summary: Rich architecture for interactive computing with Python
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user