Accepting request 748375 from home:TheBlackCat:branches:devel:languages:python:jupyter

- Update to 0.9.3
- Drop python2 support due to python-notebook dropping python2 support

OBS-URL: https://build.opensuse.org/request/show/748375
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbval?expand=0&rev=7
This commit is contained in:
Todd R 2019-11-13 15:27:13 +00:00 committed by Git OBS Bridge
parent b2ae6bbd6d
commit 92d69d4953
4 changed files with 14 additions and 6 deletions

View File

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

3
nbval-0.9.3.tar.gz Normal file
View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Nov 12 17:32:31 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 0.9.3
* Use a MULTILINE anchored regex when removing carriage returns
- Drop python2 support due to python-notebook dropping python2 support
-------------------------------------------------------------------
Mon Jul 29 02:33:24 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-nbval
Version: 0.9.2
Version: 0.9.3
Release: 0
Summary: A pytest plugin to validate Jupyter notebooks
License: BSD-3-Clause
@ -31,7 +32,7 @@ BuildRequires: python-rpm-macros
Requires: python-certifi
Requires: python-coverage
Requires: python-ipykernel
Requires: python-jupyter_client
Requires: python-jupyter-client
Requires: python-nbdime
Requires: python-nbformat
Requires: python-pytest >= 2.8
@ -47,7 +48,7 @@ BuildArch: noarch
BuildRequires: %{python_module certifi}
BuildRequires: %{python_module coverage}
BuildRequires: %{python_module ipykernel}
BuildRequires: %{python_module jupyter_client}
BuildRequires: %{python_module jupyter-client}
BuildRequires: %{python_module matplotlib}
BuildRequires: %{python_module nbdime}
BuildRequires: %{python_module nbformat}