Accepting request 772416 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/772416
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=36
This commit is contained in:
Todd R 2020-02-10 15:40:09 +00:00 committed by Git OBS Bridge
parent ca7dfe15ba
commit af24684e76
10 changed files with 40 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:dc91ad26fa8ba457fc5052b66695fd260f28fca9ba1d003b9c6ca8eefbd6a451
size 4331401

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0f4bcf18293fb666df8511feec0403bdb7e061a5842ea6e88a3177b0ceb34ead
size 5130089

View File

@ -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
View 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
View 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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9dff52ae57dc8fda47783fa0cbb1c10874336e79c6ec99f61d6bc6134f200c40
size 13235729

View File

@ -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>

View File

@ -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

View File

@ -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>

View File

@ -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