diff --git a/ipython-7.15.0.tar.gz b/ipython-7.15.0.tar.gz deleted file mode 100644 index b447dd1..0000000 --- a/ipython-7.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0ef1433879816a960cd3ae1ae1dc82c64732ca75cec8dab5a4e29783fb571d0e -size 5245923 diff --git a/ipython-7.16.1.tar.gz b/ipython-7.16.1.tar.gz new file mode 100644 index 0000000..ef6d5cd --- /dev/null +++ b/ipython-7.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f4fcb31d3b2c533333893b9172264e4821c1ac91839500f31bd43f2c59b3ccf +size 5136303 diff --git a/python-ipython.changes b/python-ipython.changes index ea23c60..d9d1826 100644 --- a/python-ipython.changes +++ b/python-ipython.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Jun 28 19:06:05 UTC 2020 - Arun Persaud + +- update to version 7.16.1: + * Noticeable changes: + + Exceptions are now (re)raised when running notebooks via the + :magic:`%run`, helping to catch issues in workflows and + pipelines. :ghpull:`12301` + + Fix inputhook for qt 5.15.0 :ghpull:`12355` + + Fix wx inputhook :ghpull:`12375` + + Add handling for malformed pathext env var (Windows) + :ghpull:`12367` + + use $SHELL in system_piped :ghpull:`12360` for uniform behavior + with ipykernel. + * Reproducible Build + ------------------------------------------------------------------- Sat May 30 23:53:32 UTC 2020 - Arun Persaud diff --git a/python-ipython.spec b/python-ipython.spec index c2b9679..1fefe6f 100644 --- a/python-ipython.spec +++ b/python-ipython.spec @@ -28,7 +28,7 @@ %define skip_python2 1 %bcond_without iptest Name: python-ipython%{psuffix} -Version: 7.15.0 +Version: 7.16.1 Release: 0 Summary: Rich architecture for interactive computing with Python License: BSD-3-Clause