Accepting request 946711 from home:bnavigator:branches:devel:languages:python:jupyter
- Update to 7.1.1 * Further improvements to pending kernels managment #732 (@Zsailer) * Test against all kernels in jupyter kernel test and clean up CI #731 (@blink1073) * Add support for pending kernels #712 (@blink1073) * Improve restarter logic #717 (@vidartf) * Set sticky bit only on the directory #711 (@ci4ic4) OBS-URL: https://build.opensuse.org/request/show/946711 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-client?expand=0&rev=14
This commit is contained in:
parent
14ccfa5dc4
commit
0c977b0108
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8b6e06000eb9399775e0a55c52df6c1be4766666209c22f90c2691ded0e338dc
|
|
||||||
size 320572
|
|
3
jupyter_client-7.1.1.tar.gz
Normal file
3
jupyter_client-7.1.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:540ca35e57e83c5ece81abd9b781a57cba39a37c60a2a30c8c1b2f6663544343
|
||||||
|
size 326093
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 15 20:57:58 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 7.1.1
|
||||||
|
* Further improvements to pending kernels managment #732
|
||||||
|
(@Zsailer)
|
||||||
|
* Test against all kernels in jupyter kernel test and clean up CI
|
||||||
|
#731 (@blink1073)
|
||||||
|
* Add support for pending kernels #712 (@blink1073)
|
||||||
|
* Improve restarter logic #717 (@vidartf)
|
||||||
|
* Set sticky bit only on the directory #711 (@ci4ic4)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Oct 17 18:33:06 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
Sun Oct 17 18:33:06 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-jupyter-client%{psuffix}
|
Name: python-jupyter-client%{psuffix}
|
||||||
Version: 7.0.6
|
Version: 7.1.1
|
||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user