From b44e489db8329606ed16fbde116d72c18940e849c9f6b0e60a29bb894a8519d0 Mon Sep 17 00:00:00 2001 From: Todd R Date: Wed, 15 Jan 2020 19:11:12 +0000 Subject: [PATCH] Accepting request 764782 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to 0.9.4 * Mark nbval as incompatible with coverage * Workaround for Python 3.7 on Travis no longer needed * Drop Python 2.7 testing on Windows again OBS-URL: https://build.opensuse.org/request/show/764782 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbval?expand=0&rev=9 --- nbval-0.9.3.tar.gz | 3 --- nbval-0.9.4.tar.gz | 3 +++ python-nbval.changes | 8 ++++++++ python-nbval.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 nbval-0.9.3.tar.gz create mode 100644 nbval-0.9.4.tar.gz diff --git a/nbval-0.9.3.tar.gz b/nbval-0.9.3.tar.gz deleted file mode 100644 index 789b463..0000000 --- a/nbval-0.9.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f28f755d777f2ffbdfdcc3e3ea68a09b73d62a5aa45e3daaba179043656e2318 -size 60625 diff --git a/nbval-0.9.4.tar.gz b/nbval-0.9.4.tar.gz new file mode 100644 index 0000000..4b1c763 --- /dev/null +++ b/nbval-0.9.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5273c2d958335e24b170fe59b689b13e4b1855b569626e18b1c7e420f5110cc6 +size 60655 diff --git a/python-nbval.changes b/python-nbval.changes index 48d58e5..fedf84e 100644 --- a/python-nbval.changes +++ b/python-nbval.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 15 15:07:57 UTC 2020 - Todd R + +- Update to 0.9.4 + * Mark nbval as incompatible with coverage + * Workaround for Python 3.7 on Travis no longer needed + * Drop Python 2.7 testing on Windows again + ------------------------------------------------------------------- Tue Nov 12 17:32:31 UTC 2019 - Todd R diff --git a/python-nbval.spec b/python-nbval.spec index 8a4c95d..dd1423a 100644 --- a/python-nbval.spec +++ b/python-nbval.spec @@ -1,7 +1,7 @@ # # spec file for package python-nbval # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-nbval -Version: 0.9.3 +Version: 0.9.4 Release: 0 Summary: A pytest plugin to validate Jupyter notebooks License: BSD-3-Clause