diff --git a/jupyter_client-6.0.0.tar.gz b/jupyter_client-6.0.0.tar.gz deleted file mode 100644 index f8fc33e..0000000 --- a/jupyter_client-6.0.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fac6e3be1e797aea33d5cd1cfa568ff1ee71e01180bc89f64b24ee274f1f126 -size 286697 diff --git a/jupyter_client-6.1.3.tar.gz b/jupyter_client-6.1.3.tar.gz new file mode 100644 index 0000000..baa6158 --- /dev/null +++ b/jupyter_client-6.1.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a32fa4d0b16d1c626b30c3002a62dfd86d6863ed39eaba3f537fade197bb756 +size 290112 diff --git a/python-jupyter-client.changes b/python-jupyter-client.changes index 75144de..a36133e 100644 --- a/python-jupyter-client.changes +++ b/python-jupyter-client.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Sat Apr 25 17:16:52 UTC 2020 - Arun Persaud + +- Update to version 6.1.3: + * Add AsyncKernelClient client_class to AsyncKernelManager + (:ghpull:`542`) + * Doc fix for xeus hyperlinks (:ghpull:`540`) + * Doc typo fix (:ghpull:`539`) + +- changes from version 6.1.2: + * Fixed a bug causing clients to sometimes hang after a stop call + was made (:ghpull:`536`) + +- changes from version 6.1.1: + * Subprocess kill action fix for async execution (:ghpull:`535`) + * Doc fix for xeus kernel list (:ghpull:`534`) + +- changes from version 6.1.0: + * This release includes support for asyncio patterns! Downstream + tools should soon have releases to additionally support async + patterns. + * AsyncKernelManager and AsyncMultiKernelManager are now available + for async jupyter_client interactions (:ghpull:`528`, + :ghpull:`529`) + * Removed unused sphinx dependency (:ghpull:`518`, :ghpull:`518`). + * Added install instructions for pip to documentation + (:ghpull:`521`) + * Improved docs around version protocol and messaging + (:ghpull:`522`, :ghpull:`526`) + ------------------------------------------------------------------- Mon Feb 24 15:15:04 UTC 2020 - Todd R diff --git a/python-jupyter-client.spec b/python-jupyter-client.spec index 036694d..8b8213d 100644 --- a/python-jupyter-client.spec +++ b/python-jupyter-client.spec @@ -24,11 +24,9 @@ %define psuffix %{nil} %bcond_with test %endif - %{?!python_module:%define python_module() python-%{**} python3-%{**}} -%define skip_python2 1 Name: python-jupyter-client%{psuffix} -Version: 6.0.0 +Version: 6.1.3 Release: 0 Summary: Jupyter protocol implementation and client libraries License: BSD-3-Clause