From 01d7646faa5c7657d9f65a610f6107ba9bc2ecb76862b32812507c32b3ad3220 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sat, 5 Mar 2022 23:53:55 +0000 Subject: [PATCH] Accepting request 959652 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/959652 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=84 --- ipython-8.1.0.tar.gz | 3 --- ipython-8.1.1.tar.gz | 3 +++ python-ipython.changes | 9 +++++++++ python-ipython.spec | 2 +- 4 files changed, 13 insertions(+), 4 deletions(-) delete mode 100644 ipython-8.1.0.tar.gz create mode 100644 ipython-8.1.1.tar.gz diff --git a/ipython-8.1.0.tar.gz b/ipython-8.1.0.tar.gz deleted file mode 100644 index 9640e6b..0000000 --- a/ipython-8.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:42c23e90b2deaae631266885de1656a517a1673d7e1db57e8eb3a4bb6cd5ce1b -size 5312523 diff --git a/ipython-8.1.1.tar.gz b/ipython-8.1.1.tar.gz new file mode 100644 index 0000000..7e4fdf3 --- /dev/null +++ b/ipython-8.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8138762243c9b3a3ffcf70b37151a2a35c23d3a29f9743878c33624f4207be3d +size 5313998 diff --git a/python-ipython.changes b/python-ipython.changes index 6db6cfd..a4d16a4 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Mar 5 18:25:05 UTC 2022 - Arun Persaud + +- update to version 8.1.1: + * Fix an issue with virtualenv and Python 3.8 introduced in 8.1 + * Revert :ghpull:`13537` (fix an issue with symlinks in virtualenv) + that raises an error in Python 3.8, and fixed in a different way + in :ghpull:`13559`. + ------------------------------------------------------------------- Sat Feb 26 21:08:02 UTC 2022 - Arun Persaud diff --git a/python-ipython.spec b/python-ipython.spec index 4eec36b..2eb8575 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -32,7 +32,7 @@ %bcond_with libalternatives %endif Name: python-ipython%{psuffix} -Version: 8.1.0 +Version: 8.1.1 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause