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
This commit is contained in:
Markéta Machová 2021-02-15 13:02:02 +00:00 committed by Git OBS Bridge
parent c201fc06f7
commit fea7647ed4
4 changed files with 22 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:01e2d726d16eaf2cde6db74a87e2451453547e8832d142f73f72fddcd4fe0250
size 69862

3
nbclient-0.5.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0ed6e5700ad18818030a3a5f0f201408c5972d8e38793840cd9339488fd9f7c4
size 70062

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Feb 14 18:08:05 UTC 2021 - Arun Persaud <arun@gmx.de>
- 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 <arun@gmx.de>

View File

@ -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