Accepting request 1156363 from devel:languages:python:jupyter
- Update to 0.11.0 * no release notes * pure maintenance - Skip python39: no longer supported since ipython 8.19 (via ipykernel) OBS-URL: https://build.opensuse.org/request/show/1156363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-nbval?expand=0&rev=12
This commit is contained in:
commit
8242752cec
BIN
nbval-0.10.0.tar.gz
(Stored with Git LFS)
BIN
nbval-0.10.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
nbval-0.11.0.tar.gz
Normal file
3
nbval-0.11.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77c95797607b0a968babd2597ee3494102d25c3ad37435debbdac0e46e379094
|
||||||
|
size 62718
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 8 13:20:47 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- Update to 0.11.0
|
||||||
|
* no release notes
|
||||||
|
* pure maintenance
|
||||||
|
- Skip python39: no longer supported since ipython 8.19 (via
|
||||||
|
ipykernel)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jan 15 20:30:34 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
Sun Jan 15 20:30:34 UTC 2023 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file
|
# spec file for package python-nbval
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 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
|
||||||
@ -25,16 +25,16 @@
|
|||||||
%bcond_with test
|
%bcond_with test
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%define skip_python2 1
|
%define skip_python39 1
|
||||||
Name: python-nbval%{psuffix}
|
Name: python-nbval%{psuffix}
|
||||||
Version: 0.10.0
|
Version: 0.11.0
|
||||||
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
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
URL: https://github.com/computationalmodelling/nbval
|
URL: https://github.com/computationalmodelling/nbval
|
||||||
Source: https://files.pythonhosted.org/packages/source/n/nbval/nbval-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/n/nbval/nbval-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.6}
|
BuildRequires: %{python_module base >= 3.7}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
@ -44,7 +44,7 @@ Requires: python-coverage
|
|||||||
Requires: python-ipykernel
|
Requires: python-ipykernel
|
||||||
Requires: python-jupyter-client
|
Requires: python-jupyter-client
|
||||||
Requires: python-nbformat
|
Requires: python-nbformat
|
||||||
Requires: python-pytest >= 2.8
|
Requires: python-pytest >= 7
|
||||||
Provides: python-jupyter_nbval = %{version}
|
Provides: python-jupyter_nbval = %{version}
|
||||||
Obsoletes: python-jupyter_nbval < %{version}
|
Obsoletes: python-jupyter_nbval < %{version}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
Reference in New Issue
Block a user