From b2ae6bbd6d5707e8c165ee3c53bd60cf1907164adcc5c71396eca307d49db1f2 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 29 Jul 2019 02:37:08 +0000 Subject: [PATCH] Accepting request 719458 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to 0.9.2 * Update latex tests' output * Do not compare widget views * Replace deprecated warning API OBS-URL: https://build.opensuse.org/request/show/719458 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbval?expand=0&rev=5 --- nbval-0.9.1.tar.gz | 3 --- nbval-0.9.2.tar.gz | 3 +++ python-nbval.changes | 8 ++++++++ python-nbval.spec | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) delete mode 100644 nbval-0.9.1.tar.gz create mode 100644 nbval-0.9.2.tar.gz diff --git a/nbval-0.9.1.tar.gz b/nbval-0.9.1.tar.gz deleted file mode 100644 index 4f6c469..0000000 --- a/nbval-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f18b87af4e94ccd073263dd58cd3eebabe9f5e4d6ab535b39d3af64811c7eda -size 64476 diff --git a/nbval-0.9.2.tar.gz b/nbval-0.9.2.tar.gz new file mode 100644 index 0000000..6e417c7 --- /dev/null +++ b/nbval-0.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e26ea0af4b46bc8200075fc665bf8e645aaeae1467ce6c7d84fe595402a11d3d +size 60813 diff --git a/python-nbval.changes b/python-nbval.changes index 59854e5..5d0071f 100644 --- a/python-nbval.changes +++ b/python-nbval.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Jul 29 02:33:24 UTC 2019 - Todd R + +- Update to 0.9.2 + * Update latex tests' output + * Do not compare widget views + * Replace deprecated warning API + ------------------------------------------------------------------- Thu Apr 25 01:59:57 UTC 2019 - Todd R diff --git a/python-nbval.spec b/python-nbval.spec index bc8c178..0b8b9ec 100644 --- a/python-nbval.spec +++ b/python-nbval.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-nbval -Version: 0.9.1 +Version: 0.9.2 Release: 0 Summary: A pytest plugin to validate Jupyter notebooks License: BSD-3-Clause