From fea7647ed47af59a6c7693e2df1d791447d871f1d9df88a783cdc32c2d9ac422 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 15 Feb 2021 13:02:02 +0000 Subject: [PATCH] Accepting request 872188 from home:apersaud:branches:devel:languages:python:jupyter update to latest version OBS-URL: https://build.opensuse.org/request/show/872188 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=14 --- nbclient-0.5.1.tar.gz | 3 --- nbclient-0.5.2.tar.gz | 3 +++ python-nbclient.changes | 17 +++++++++++++++++ python-nbclient.spec | 4 ++-- 4 files changed, 22 insertions(+), 5 deletions(-) delete mode 100644 nbclient-0.5.1.tar.gz create mode 100644 nbclient-0.5.2.tar.gz diff --git a/nbclient-0.5.1.tar.gz b/nbclient-0.5.1.tar.gz deleted file mode 100644 index e1c43a9..0000000 --- a/nbclient-0.5.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:01e2d726d16eaf2cde6db74a87e2451453547e8832d142f73f72fddcd4fe0250 -size 69862 diff --git a/nbclient-0.5.2.tar.gz b/nbclient-0.5.2.tar.gz new file mode 100644 index 0000000..e955948 --- /dev/null +++ b/nbclient-0.5.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ed6e5700ad18818030a3a5f0f201408c5972d8e38793840cd9339488fd9f7c4 +size 70062 diff --git a/python-nbclient.changes b/python-nbclient.changes index 3d6dfa7..5e0db1d 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Sun Feb 14 18:08:05 UTC 2021 - Arun Persaud + +- specfile: + * update copyright year + +- update to version 0.5.2: + * Set minimum python version supported to 3.6.1 to avoid 3.6.0 + issues + * CellExecutionError is now unpickleable + * Added testing for python 3.9 + * Changed travis tests to github actions + * Documentation referencing an old model instead of NotebookClient + was fixed + * allow_error_names option was added for a more specific scope of + allow_errors to be applied + ------------------------------------------------------------------- Thu Nov 26 17:49:54 UTC 2020 - Arun Persaud diff --git a/python-nbclient.spec b/python-nbclient.spec index 3c51527..a4e046e 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -1,7 +1,7 @@ # # spec file for package python-nbclient # -# 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-nbclient -Version: 0.5.1 +Version: 0.5.2 Release: 0 Summary: A client library for executing notebooks License: BSD-3-Clause