- 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/package/show/devel:languages:python:jupyter/python-nbval?expand=0&rev=24
This commit is contained in:
Benjamin Greiner 2024-03-08 13:24:12 +00:00 committed by Git OBS Bridge
parent dfd1823aaf
commit da32d8e019
4 changed files with 18 additions and 9 deletions

BIN
nbval-0.10.0.tar.gz (Stored with Git LFS)

Binary file not shown.

3
nbval-0.11.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77c95797607b0a968babd2597ee3494102d25c3ad37435debbdac0e46e379094
size 62718

View File

@ -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>

View File

@ -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
# remain the property of their copyright owners, unless otherwise agreed
@ -25,16 +25,16 @@
%bcond_with test
%endif
%define skip_python2 1
%define skip_python39 1
Name: python-nbval%{psuffix}
Version: 0.10.0
Version: 0.11.0
Release: 0
Summary: A pytest plugin to validate Jupyter notebooks
License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/computationalmodelling/nbval
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 setuptools}
BuildRequires: %{python_module wheel}
@ -44,7 +44,7 @@ Requires: python-coverage
Requires: python-ipykernel
Requires: python-jupyter-client
Requires: python-nbformat
Requires: python-pytest >= 2.8
Requires: python-pytest >= 7
Provides: python-jupyter_nbval = %{version}
Obsoletes: python-jupyter_nbval < %{version}
BuildArch: noarch