From cb43025c14ecd998c082b9d60d9c718eedd3de526e8ad6765d75654a9f31be3b Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Sun, 28 Aug 2022 20:59:54 +0000 Subject: [PATCH] - Update to 0.6.7 * Fix tests for ipywidgets 8 #246 (@frenzymadness) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=46 --- nbclient-0.6.6.tar.gz | 3 --- nbclient-0.6.7.tar.gz | 3 +++ python-nbclient.changes | 6 ++++++ python-nbclient.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 nbclient-0.6.6.tar.gz create mode 100644 nbclient-0.6.7.tar.gz diff --git a/nbclient-0.6.6.tar.gz b/nbclient-0.6.6.tar.gz deleted file mode 100644 index 234baa6..0000000 --- a/nbclient-0.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0df76a7961d99a681b4796c74a1f2553b9f998851acc01896dce064ad19a9027 -size 78711 diff --git a/nbclient-0.6.7.tar.gz b/nbclient-0.6.7.tar.gz new file mode 100644 index 0000000..cff6ab8 --- /dev/null +++ b/nbclient-0.6.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5a7fc6bb74be7d31edf2817b44501a65caa99e5e56363bc359649b97cd24b9 +size 78795 diff --git a/python-nbclient.changes b/python-nbclient.changes index 67784f2..b63746b 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 28 20:59:32 UTC 2022 - Ben Greiner + +- Update to 0.6.7 + * Fix tests for ipywidgets 8 #246 (@frenzymadness) + ------------------------------------------------------------------- Sat Jul 9 13:26:33 UTC 2022 - Arun Persaud diff --git a/python-nbclient.spec b/python-nbclient.spec index 2097dd9..58c266c 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -30,7 +30,7 @@ %bcond_with libalternatives %endif Name: python-nbclient%{psuffix} -Version: 0.6.6 +Version: 0.6.7 Release: 0 Summary: A client library for executing notebooks License: BSD-3-Clause