Accepting request 961399 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 7.1.2 * Await kernel.ready in _async_shutdown_kernel #740 (@jtpio) OBS-URL: https://build.opensuse.org/request/show/961399 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=15
This commit is contained in:
parent
0c977b0108
commit
1c5e2994b6
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:540ca35e57e83c5ece81abd9b781a57cba39a37c60a2a30c8c1b2f6663544343
|
|
||||||
size 326093
|
|
3
jupyter_client-7.1.2.tar.gz
Normal file
3
jupyter_client-7.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4ea61033726c8e579edb55626d8ee2e6bf0a83158ddf3751b8dd46b2c5cd1e96
|
||||||
|
size 326163
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 13 06:53:58 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 7.1.2
|
||||||
|
* Await kernel.ready in _async_shutdown_kernel #740 (@jtpio)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 15 20:57:58 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
Sat Jan 15 20:57:58 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -24,9 +24,10 @@
|
|||||||
%define psuffix %{nil}
|
%define psuffix %{nil}
|
||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python3-%{**}}
|
||||||
|
%define skip_python2 1
|
||||||
Name: python-jupyter-client%{psuffix}
|
Name: python-jupyter-client%{psuffix}
|
||||||
Version: 7.1.1
|
Version: 7.1.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Jupyter protocol implementation and client libraries
|
Summary: Jupyter protocol implementation and client libraries
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -108,7 +109,7 @@ popd
|
|||||||
%if !%{with test}
|
%if !%{with test}
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license COPYING.md
|
%license COPYING.md
|
||||||
%{python_sitelib}/jupyter_client-%{version}-py*.egg-info
|
%{python_sitelib}/jupyter_client-%{version}*-info
|
||||||
%{python_sitelib}/jupyter_client/
|
%{python_sitelib}/jupyter_client/
|
||||||
|
|
||||||
%files -n jupyter-jupyter-client
|
%files -n jupyter-jupyter-client
|
||||||
|
Loading…
Reference in New Issue
Block a user