From 36097363ec714bb1cb96a8a7f5374a77c90c62251dd61383dabe221425876139 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Wed, 22 Sep 2021 14:57:04 +0000 Subject: [PATCH] Accepting request 919034 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/919034 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=70 --- ipython-7.25.0.tar.gz | 3 --- ipython-7.27.0.tar.gz | 3 +++ python-ipython.changes | 25 +++++++++++++++++++++++++ python-ipython.spec | 2 +- 4 files changed, 29 insertions(+), 4 deletions(-) delete mode 100644 ipython-7.25.0.tar.gz create mode 100644 ipython-7.27.0.tar.gz diff --git a/ipython-7.25.0.tar.gz b/ipython-7.25.0.tar.gz deleted file mode 100644 index faf672e..0000000 --- a/ipython-7.25.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:54bbd1fe3882457aaf28ae060a5ccdef97f212a741754e420028d4ec5c2291dc -size 5147224 diff --git a/ipython-7.27.0.tar.gz b/ipython-7.27.0.tar.gz new file mode 100644 index 0000000..20735fc --- /dev/null +++ b/ipython-7.27.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58b55ebfdfa260dad10d509702dc2857cb25ad82609506b070cf2d7b7df5af13 +size 5190328 diff --git a/python-ipython.changes b/python-ipython.changes index 74bf44c..ff2bff0 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Wed Sep 15 05:36:58 UTC 2021 - Arun Persaud + +- update to version 7.27.0: + * Add support for GTK4 :ghpull:`131011` + * Add support for Qt6 :ghpull:`13085` + * Fix an issue with pip magic on windows :ghpull:`13093` + +- changes from version 7.26.0: + * We'll highlight this issue + pointing out we + were including and refereeing to code from Stack Overflow which + was CC-BY-SA, hence incompatible with the BSD license of + IPython. This lead us to a rewriting of the corresponding logic + which in our case was done in a more efficient way (in our case we + were searching string prefixes instead of full strings). + * You will notice also a number of documentation improvements and + cleanup. + * Of particular interest are the following Pull-requests: + + The IPython directive now uses Sphinx logging for + warnings. :ghpull:`13030`. + + Add expiry days option to pastebin magic and change http + protocol to https. :ghpull:`13056` + + Make Ipython.utils.timing work with jupyterlite :ghpull:`13050`. + ------------------------------------------------------------------- Sat Jun 26 14:45:40 UTC 2021 - Ben Greiner diff --git a/python-ipython.spec b/python-ipython.spec index 5f74c80..2098835 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -30,7 +30,7 @@ %define skip_python36 1 %bcond_without iptest Name: python-ipython%{psuffix} -Version: 7.25.0 +Version: 7.27.0 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause