diff --git a/nbclient-0.5.10.tar.gz b/nbclient-0.5.10.tar.gz deleted file mode 100644 index e350208..0000000 --- a/nbclient-0.5.10.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b5fdea88d6fa52ca38de6c2361401cfe7aaa7cd24c74effc5e489cec04d79088 -size 73636 diff --git a/nbclient-0.5.11.tar.gz b/nbclient-0.5.11.tar.gz new file mode 100644 index 0000000..541b5a7 --- /dev/null +++ b/nbclient-0.5.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751516992f34b58172bad54eef1e4bf7e4f4460d58e255ca1a4e5c9649476007 +size 75498 diff --git a/python-nbclient.changes b/python-nbclient.changes index c145c86..9be6d9e 100644 --- a/python-nbclient.changes +++ b/python-nbclient.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Feb 17 16:33:39 UTC 2022 - Arun Persaud + +- update to version 0.5.11: + * Merged PRs + + Pin ipython<8 in tests #198 (@davidbrochart) + + Clear execution metadata, prefer msg header date when recording + times #195 (@kevin-bates) + + Client hooks #188 (@devintang3) + ------------------------------------------------------------------- Mon Jan 17 19:50:25 UTC 2022 - Ben Greiner diff --git a/python-nbclient.spec b/python-nbclient.spec index 4b61842..02dbdf0 100644 --- a/python-nbclient.spec +++ b/python-nbclient.spec @@ -24,17 +24,15 @@ %define psuffix %{nil} %bcond_with test %endif - %if 0%{?suse_version} > 1500 %bcond_without libalternatives %else %bcond_with libalternatives %endif - %{?!python_module:%define python_module() python3-%{**}} %define skip_python2 1 Name: python-nbclient%{psuffix} -Version: 0.5.10 +Version: 0.5.11 Release: 0 Summary: A client library for executing notebooks License: BSD-3-Clause @@ -48,14 +46,14 @@ Requires: python-jupyter-client >= 6.1.5 Requires: python-nbformat >= 5.0 Requires: python-nest-asyncio Requires: python-traitlets >= 4.2 +BuildArch: noarch %if %{with libalternatives} -Requires: alts BuildRequires: alts +Requires: alts %else Requires(post): update-alternatives Requires(postun):update-alternatives %endif -BuildArch: noarch %if %{with test} BuildRequires: %{python_module ipykernel} BuildRequires: %{python_module ipython}