From 05b8ab7e98a06e89b7506a08bcd3b307e7fdb8323564e908a7ae540ddd7f80b8 Mon Sep 17 00:00:00 2001 From: Todd R Date: Mon, 24 Feb 2020 17:16:41 +0000 Subject: [PATCH] Accepting request 778852 from home:TheBlackCat:branches:devel:languages:python:jupyter - Update to 0.9.5 * Add Python 3.8 to Appveyor * Allow Python nightly fail in Travis * Fix coverage for coverage.py >=5 * Add Python 3.8 to Travis OBS-URL: https://build.opensuse.org/request/show/778852 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbval?expand=0&rev=11 --- nbval-0.9.4.tar.gz | 3 --- nbval-0.9.5.tar.gz | 3 +++ python-nbval.changes | 9 +++++++++ python-nbval.spec | 6 +++--- 4 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 nbval-0.9.4.tar.gz create mode 100644 nbval-0.9.5.tar.gz diff --git a/nbval-0.9.4.tar.gz b/nbval-0.9.4.tar.gz deleted file mode 100644 index 4b1c763..0000000 --- a/nbval-0.9.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5273c2d958335e24b170fe59b689b13e4b1855b569626e18b1c7e420f5110cc6 -size 60655 diff --git a/nbval-0.9.5.tar.gz b/nbval-0.9.5.tar.gz new file mode 100644 index 0000000..8b258a6 --- /dev/null +++ b/nbval-0.9.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8727bb54ae844368fd17a40c15f3bf2ae64be6ec3a9ac1433e0155ddeb902f6 +size 60761 diff --git a/python-nbval.changes b/python-nbval.changes index fedf84e..8871854 100644 --- a/python-nbval.changes +++ b/python-nbval.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Feb 24 15:50:14 UTC 2020 - Todd R + +- Update to 0.9.5 + * Add Python 3.8 to Appveyor + * Allow Python nightly fail in Travis + * Fix coverage for coverage.py >=5 + * Add Python 3.8 to Travis + ------------------------------------------------------------------- Wed Jan 15 15:07:57 UTC 2020 - Todd R diff --git a/python-nbval.spec b/python-nbval.spec index dd1423a..dde507c 100644 --- a/python-nbval.spec +++ b/python-nbval.spec @@ -1,7 +1,7 @@ # # spec file for package python-nbval # -# Copyright (c) 2020 SUSE LLC. +# 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.4 +Version: 0.9.5 Release: 0 Summary: A pytest plugin to validate Jupyter notebooks License: BSD-3-Clause @@ -42,7 +42,7 @@ Recommends: python-pytest-cov Recommends: python-pytest-timeout Recommends: python-sympy Provides: python-jupyter_nbval = %{version} -Obsoletes: python-jupyter_nbval <= %{version} +Obsoletes: python-jupyter_nbval < %{version} BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module certifi}