diff --git a/nbval-0.10.0.tar.gz b/nbval-0.10.0.tar.gz deleted file mode 100644 index fbe0bed13f1271f4e14a9c13c0d83d5c500db0c0..0000000000000000000000000000000000000000 Binary files a/nbval-0.10.0.tar.gz and /dev/null differ diff --git a/nbval-0.11.0.tar.gz b/nbval-0.11.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..803690ab391a306dc5edfc484f6e44e393436430 Binary files /dev/null and b/nbval-0.11.0.tar.gz differ diff --git a/nbval.spec b/nbval.spec index 05c8b13b331ffffcc23f990dc3fd231a632a0c59..eec97af254bf9962c7621c1818297e6abbe3003e 100644 --- a/nbval.spec +++ b/nbval.spec @@ -1,5 +1,5 @@ Name: nbval -Version: 0.10.0 +Version: 0.11.0 Release: 1 Summary: A py.test plugin to validate Jupyter notebooks License: BSD @@ -44,5 +44,15 @@ Whilst also ensuring that the notebooks are running without errors. %{python3_sitelib}/nbval-*egg-info/* %changelog +* Thu Oct 24 2024 shaoning - 0.11.0-1 +- Update package to version 0.11.0 + * Switch collection hook to use pathlib paths + * Correct parameter name for hook + * Remove some more compatibility code for old pytest (versions < 6) + * Build docs with 'mambaforge-latest' Python + * RTD needs the path to pip install + * Drop testing on Python 3.6 + * Install sphinx-rtd-theme for building docs + * Thu Jul 13 2023 xlhans - 0.10.0-1 - Package init