From 92d69d4953f7a1f00a228b120a41fb525decee48e4830f656d5149ee1721e518 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 13 Nov 2019 15:27:13 +0000 Subject: [PATCH] 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 --- nbval-0.9.2.tar.gz | 3 --- nbval-0.9.3.tar.gz | 3 +++ python-nbval.changes | 7 +++++++ python-nbval.spec | 7 ++++--- 4 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 nbval-0.9.2.tar.gz create mode 100644 nbval-0.9.3.tar.gz diff --git a/nbval-0.9.2.tar.gz b/nbval-0.9.2.tar.gz deleted file mode 100644 index 6e417c7..0000000 --- a/nbval-0.9.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e26ea0af4b46bc8200075fc665bf8e645aaeae1467ce6c7d84fe595402a11d3d -size 60813 diff --git a/nbval-0.9.3.tar.gz b/nbval-0.9.3.tar.gz new file mode 100644 index 0000000..789b463 --- /dev/null +++ b/nbval-0.9.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28f755d777f2ffbdfdcc3e3ea68a09b73d62a5aa45e3daaba179043656e2318 +size 60625 diff --git a/python-nbval.changes b/python-nbval.changes index 5d0071f..48d58e5 100644 --- a/python-nbval.changes +++ b/python-nbval.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Nov 12 17:32:31 UTC 2019 - Todd R + +- 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 diff --git a/python-nbval.spec b/python-nbval.spec index 0b8b9ec..8a4c95d 100644 --- a/python-nbval.spec +++ b/python-nbval.spec @@ -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}