diff --git a/nbval-0.10.0.tar.gz b/nbval-0.10.0.tar.gz deleted file mode 100644 index 9a36e0b..0000000 --- a/nbval-0.10.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b4acefdc1132aef8a1b5b62bf9a93d128eba52839b2854ea3e42598f4db7beb3 -size 62727 diff --git a/nbval-0.11.0.tar.gz b/nbval-0.11.0.tar.gz new file mode 100644 index 0000000..4d19e5e --- /dev/null +++ b/nbval-0.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77c95797607b0a968babd2597ee3494102d25c3ad37435debbdac0e46e379094 +size 62718 diff --git a/python-nbval.changes b/python-nbval.changes index 66ef3c5..8625fdc 100644 --- a/python-nbval.changes +++ b/python-nbval.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Mar 8 13:20:47 UTC 2024 - Ben Greiner + +- 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 diff --git a/python-nbval.spec b/python-nbval.spec index fdae7ea..c39c263 100644 --- a/python-nbval.spec +++ b/python-nbval.spec @@ -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