Accepting request 960577 from home:apersaud:branches:devel:languages:python:jupyter
update to latest version OBS-URL: https://build.opensuse.org/request/show/960577 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=37
This commit is contained in:
parent
4a8c0ba8e0
commit
af55e3ffb3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:751516992f34b58172bad54eef1e4bf7e4f4460d58e255ca1a4e5c9649476007
|
||||
size 75498
|
3
nbclient-0.5.12.tar.gz
Normal file
3
nbclient-0.5.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0dd7ee6db59753563035f606421c3b558bd8c28b116d7e3ab8a0b4026cb44e38
|
||||
size 75661
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 9 16:47:55 UTC 2022 - Arun Persaud <arun@gmx.de>
|
||||
|
||||
* specfile:
|
||||
* update version requirement for traitlets
|
||||
|
||||
- update to version 0.5.12:
|
||||
* Merged PRs
|
||||
+ Require traitlets>=5.0.0 #204 (@davidbrochart)
|
||||
+ Extend the ignored part of IPython outputs #202 (@frenzymadness)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 28 10:17:42 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -32,7 +32,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-nbclient%{psuffix}
|
||||
Version: 0.5.11
|
||||
Version: 0.5.12
|
||||
Release: 0
|
||||
Summary: A client library for executing notebooks
|
||||
License: BSD-3-Clause
|
||||
@ -45,7 +45,7 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-jupyter-client >= 6.1.5
|
||||
Requires: python-nbformat >= 5.0
|
||||
Requires: python-nest-asyncio
|
||||
Requires: python-traitlets >= 4.2
|
||||
Requires: python-traitlets >= 5.0
|
||||
BuildArch: noarch
|
||||
%if %{with libalternatives}
|
||||
BuildRequires: alts
|
||||
|
Loading…
Reference in New Issue
Block a user