Accepting request 868546 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to version 7.20.0 https://ipython.readthedocs.io/en/stable/whatsnew/version7.html * Support for PyQt5 >= 5.11 PR #12715 * %reset remove imports more agressively PR #12718 * fix the %conda magic PR #12739 * compatibility with Jedi 0.18, and bump minimum Jedi version. PR #12793 OBS-URL: https://build.opensuse.org/request/show/868546 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=62
This commit is contained in:
parent
2e395e4404
commit
118fa0e9a9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbb2ef3d5961d44e6a963b9817d4ea4e1fa2eb589c371a470fed14d8d40cbd6a
|
||||
size 5225775
|
3
ipython-7.20.0.tar.gz
Normal file
3
ipython-7.20.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1923af00820a8cf58e91d56b89efc59780a6e81363b94464a0f17c039dffff9e
|
||||
size 5140776
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 1 23:25:34 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Update to version 7.20.0
|
||||
https://ipython.readthedocs.io/en/stable/whatsnew/version7.html
|
||||
* Support for PyQt5 >= 5.11 PR #12715
|
||||
* %reset remove imports more agressively PR #12718
|
||||
* fix the %conda magic PR #12739
|
||||
* compatibility with Jedi 0.18, and bump minimum Jedi version.
|
||||
PR #12793
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 10 20:14:51 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-ipython
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -32,7 +32,7 @@
|
||||
|
||||
%bcond_without iptest
|
||||
Name: python-ipython%{psuffix}
|
||||
Version: 7.19.0
|
||||
Version: 7.20.0
|
||||
Release: 0
|
||||
Summary: Rich architecture for interactive computing with Python
|
||||
License: BSD-3-Clause
|
||||
@ -49,7 +49,7 @@ Requires: python-Pygments
|
||||
Requires: python-backcall
|
||||
Requires: python-base >= 3.7
|
||||
Requires: python-decorator
|
||||
Requires: python-jedi >= 0.10
|
||||
Requires: python-jedi >= 0.16
|
||||
Requires: python-pexpect >= 4.6
|
||||
Requires: python-pickleshare
|
||||
Requires: python-prompt_toolkit < 3.1
|
||||
|
Loading…
Reference in New Issue
Block a user