forked from pool/python-jupyter-client
Accepting request 961409 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/961409 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=9
This commit is contained in:
commit
56b99c9187
@ -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>
|
||||
|
||||
|
@ -24,9 +24,10 @@
|
||||
%define psuffix %{nil}
|
||||
%bcond_with test
|
||||
%endif
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-jupyter-client%{psuffix}
|
||||
Version: 7.1.1
|
||||
Version: 7.1.2
|
||||
Release: 0
|
||||
Summary: Jupyter protocol implementation and client libraries
|
||||
License: BSD-3-Clause
|
||||
@ -108,7 +109,7 @@ popd
|
||||
%if !%{with test}
|
||||
%files %{python_files}
|
||||
%license COPYING.md
|
||||
%{python_sitelib}/jupyter_client-%{version}-py*.egg-info
|
||||
%{python_sitelib}/jupyter_client-%{version}*-info
|
||||
%{python_sitelib}/jupyter_client/
|
||||
|
||||
%files -n jupyter-jupyter-client
|
||||
|
Loading…
Reference in New Issue
Block a user