From bec922f89928841b534e54117e26b003b1e960225ddec731da158a1404e707a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Tue, 15 Dec 2020 14:35:24 +0000 Subject: [PATCH] Accepting request 855895 from home:bnavigator:branches:devel:languages:python:jupyter - update to version 5.4.2 * Revert "Fix stop_on_error_timeout blocking other messages in queue" - changes in 5.4.1 * Invalid syntax in ipykernel/log.py. - changes in 5.4.0 5.4.0 is generally focused on code quality improvements and tornado asyncio compatibility. * Add github actions, bail on asyncio patch for tornado 6.1. * Start testing on Python 3.9. * Fix stack levels for ipykernel's deprecation warnings and stop using some deprecated APIs. * Add env parameter to kernel installation * Fix stop_on_error_timeout blocking other messages in queue. * Remove most of the python 2 compat code. * Remove u-prefix from strings. OBS-URL: https://build.opensuse.org/request/show/855895 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=27 --- ipykernel-5.3.4.tar.gz | 3 --- ipykernel-5.4.2.tar.gz | 3 +++ python-ipykernel.changes | 20 ++++++++++++++++++++ python-ipykernel.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 ipykernel-5.3.4.tar.gz create mode 100644 ipykernel-5.4.2.tar.gz diff --git a/ipykernel-5.3.4.tar.gz b/ipykernel-5.3.4.tar.gz deleted file mode 100644 index b7b7be8..0000000 --- a/ipykernel-5.3.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9b2652af1607986a1b231c62302d070bc0534f564c393a5d9d130db9abbbe89d -size 108656 diff --git a/ipykernel-5.4.2.tar.gz b/ipykernel-5.4.2.tar.gz new file mode 100644 index 0000000..95dbcc1 --- /dev/null +++ b/ipykernel-5.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e20ceb7e52cb4d250452e1230be76e0b2323f33bd46c6b2bc7abb6601740e182 +size 111450 diff --git a/python-ipykernel.changes b/python-ipykernel.changes index 30e3ebe..024200d 100644 --- a/python-ipykernel.changes +++ b/python-ipykernel.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Mon Dec 14 22:47:01 UTC 2020 - Benjamin Greiner + +- update to version 5.4.2 + * Revert "Fix stop_on_error_timeout blocking other messages in + queue" +- changes in 5.4.1 + * Invalid syntax in ipykernel/log.py. +- changes in 5.4.0 + 5.4.0 is generally focused on code quality improvements and + tornado asyncio compatibility. + * Add github actions, bail on asyncio patch for tornado 6.1. + * Start testing on Python 3.9. + * Fix stack levels for ipykernel's deprecation warnings and stop + using some deprecated APIs. + * Add env parameter to kernel installation + * Fix stop_on_error_timeout blocking other messages in queue. + * Remove most of the python 2 compat code. + * Remove u-prefix from strings. + ------------------------------------------------------------------- Sat Jul 25 15:31:23 UTC 2020 - Arun Persaud diff --git a/python-ipykernel.spec b/python-ipykernel.spec index b8bdbd8..ec1c66e 100644 --- a/python-ipykernel.spec +++ b/python-ipykernel.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-ipykernel -Version: 5.3.4 +Version: 5.4.2 Release: 0 Summary: IPython Kernel for Jupyter License: BSD-3-Clause