Accepting request 778854 from devel:languages:python:jupyter
OBS-URL: https://build.opensuse.org/request/show/778854 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbval?expand=0&rev=5
This commit is contained in:
commit
ca69170e2b
@ -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>
|
Wed Jan 15 15:07:57 UTC 2020 - Todd R <toddrme2178@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-nbval
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-nbval
|
Name: python-nbval
|
||||||
Version: 0.9.4
|
Version: 0.9.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A pytest plugin to validate Jupyter notebooks
|
Summary: A pytest plugin to validate Jupyter notebooks
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -42,7 +42,7 @@ Recommends: python-pytest-cov
|
|||||||
Recommends: python-pytest-timeout
|
Recommends: python-pytest-timeout
|
||||||
Recommends: python-sympy
|
Recommends: python-sympy
|
||||||
Provides: python-jupyter_nbval = %{version}
|
Provides: python-jupyter_nbval = %{version}
|
||||||
Obsoletes: python-jupyter_nbval <= %{version}
|
Obsoletes: python-jupyter_nbval < %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module certifi}
|
BuildRequires: %{python_module certifi}
|
||||||
|
Loading…
Reference in New Issue
Block a user