forked from pool/python-nbval
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
This commit is contained in:
parent
b44e489db8
commit
05b8ab7e98
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5273c2d958335e24b170fe59b689b13e4b1855b569626e18b1c7e420f5110cc6
|
||||
size 60655
|
3
nbval-0.9.5.tar.gz
Normal file
3
nbval-0.9.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8727bb54ae844368fd17a40c15f3bf2ae64be6ec3a9ac1433e0155ddeb902f6
|
||||
size 60761
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 24 15:50:14 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||
|
||||
- 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 <toddrme2178@gmail.com>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user