forked from pool/python-jupyter-client
Accepting request 946714 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/946714 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jupyter-client?expand=0&rev=8
This commit is contained in:
commit
55a71d7394
@ -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>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,7 +26,7 @@
|
||||
%endif
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-jupyter-client%{psuffix}
|
||||
Version: 7.0.6
|
||||
Version: 7.1.1
|
||||
Release: 0
|
||||
Summary: Jupyter protocol implementation and client libraries
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user