diff --git a/jupyter_client-7.1.1.tar.gz b/jupyter_client-7.1.1.tar.gz deleted file mode 100644 index 35cfb08..0000000 --- a/jupyter_client-7.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:540ca35e57e83c5ece81abd9b781a57cba39a37c60a2a30c8c1b2f6663544343 -size 326093 diff --git a/jupyter_client-7.1.2.tar.gz b/jupyter_client-7.1.2.tar.gz new file mode 100644 index 0000000..7600b5f --- /dev/null +++ b/jupyter_client-7.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ea61033726c8e579edb55626d8ee2e6bf0a83158ddf3751b8dd46b2c5cd1e96 +size 326163 diff --git a/python-jupyter-client.changes b/python-jupyter-client.changes index 13e2c81..a4d54b7 100644 --- a/python-jupyter-client.changes +++ b/python-jupyter-client.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Mar 13 06:53:58 UTC 2022 - Ben Greiner + +- Update to 7.1.2 + * Await kernel.ready in _async_shutdown_kernel #740 (@jtpio) + ------------------------------------------------------------------- Sat Jan 15 20:57:58 UTC 2022 - Ben Greiner diff --git a/python-jupyter-client.spec b/python-jupyter-client.spec index eb56933..792877d 100644 --- a/python-jupyter-client.spec +++ b/python-jupyter-client.spec @@ -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