Accepting request 946703 from devel:languages:python:jupyter

OBS-URL: https://build.opensuse.org/request/show/946703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbclient?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2022-01-15 20:45:21 +00:00 committed by Git OBS Bridge
commit cad565c79e
4 changed files with 21 additions and 21 deletions

3
nbclient-0.5.10.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b5fdea88d6fa52ca38de6c2361401cfe7aaa7cd24c74effc5e489cec04d79088
size 73636

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99e46ddafacd0b861293bf246fed8540a184adfa3aa7d641f89031ec070701e0
size 74175

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sat Jan 15 19:17:53 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 0.5.10
* Fix ipywidgets version in tests #192 (@martinRenou)
* Compatibility with IPython 8 where tracebacks are different
#190 (@frenzymadness)
* Drop tox #187 (@davidbrochart)
* Drop python3.6, test python3.10 #184 (@davidbrochart)
* Fix typos #182 (@kianmeng)
- Cleanup now unused specfile code for Python 3.6 distributions
-------------------------------------------------------------------
Sat Jan 8 20:19:58 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -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
@ -23,11 +23,6 @@
%else
%define psuffix %{nil}
%bcond_with test
%if 0%{suse_version} <= 1500 && 0%{?sle_version} <= 150300
# The requirements are not available in the correct versions
# remove this if you see the :flavor build succeeding
ExclusiveArch: donotbuild
%endif
%endif
%if 0%{?suse_version} > 1500
@ -39,18 +34,16 @@ ExclusiveArch: donotbuild
%{?!python_module:%define python_module() python3-%{**}}
%define skip_python2 1
Name: python-nbclient%{psuffix}
Version: 0.5.9
Version: 0.5.10
Release: 0
Summary: A client library for executing notebooks
License: BSD-3-Clause
URL: https://github.com/jupyter/nbclient
Source: https://files.pythonhosted.org/packages/source/n/nbclient/nbclient-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools >= 38.6.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
%if 0%{?python_version_nodots} < 37
Requires: python-async_generator
%endif
Requires: python-jupyter-client >= 6.1.5
Requires: python-nbformat >= 5.0
Requires: python-nest-asyncio
@ -64,16 +57,11 @@ Requires(postun):update-alternatives
%endif
BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module async_generator if %python-base < 3.7}
BuildRequires: %{python_module ipykernel}
BuildRequires: %{python_module ipython}
BuildRequires: %{python_module ipywidgets}
BuildRequires: %{python_module jupyter-client >= 6.1.5}
BuildRequires: %{python_module nbconvert}
BuildRequires: %{python_module nbformat >= 5.0}
BuildRequires: %{python_module nest-asyncio}
BuildRequires: %{python_module ipywidgets < 8}
BuildRequires: %{python_module nbclient = %{version}}
BuildRequires: %{python_module pytest >= 4.1}
BuildRequires: %{python_module testpath}
BuildRequires: %{python_module traitlets >= 4.2}
BuildRequires: %{python_module xmltodict}
%endif
%python_subpackages