diff --git a/python-sphinx-gallery.spec b/python-sphinx-gallery.spec index 1e0ecc9..eb96c0a 100644 --- a/python-sphinx-gallery.spec +++ b/python-sphinx-gallery.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-sphinx-gallery -Version: 0.13.0 +Version: 0.15.0 Release: 1 Summary: A Sphinx extension that builds an HTML version of any Python script and puts it into an examples gallery. -License: 3-clause BSD +License: BSD-3-Clause URL: https://sphinx-gallery.github.io -Source0: https://files.pythonhosted.org/packages/4d/43/9d197848fa1867fb10d0561c9124984bb6f49bc05236482384290d03170c/sphinx-gallery-0.13.0.tar.gz +Source0: https://files.pythonhosted.org/packages/aa/22/5bcce07215e1c4b0511b3881b9001c963dad7a639201cdc5746ea39862d5/sphinx-gallery-0.15.0.tar.gz BuildArch: noarch %description @@ -70,6 +70,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Mar 19 2024 jiangxinyu - 0.15.0-1 +- Update package to version 0.15.0 +- FIX Copy JupyterLite contents early so it runs before jupyterlite_sphinx build-finished + * Tue Jun 06 2023 jiangxinyu - 0.13.0-1 - Update package to version 0.13.0 diff --git a/sphinx-gallery-0.13.0.tar.gz b/sphinx-gallery-0.13.0.tar.gz deleted file mode 100644 index 763818e..0000000 Binary files a/sphinx-gallery-0.13.0.tar.gz and /dev/null differ diff --git a/sphinx-gallery-0.15.0.tar.gz b/sphinx-gallery-0.15.0.tar.gz new file mode 100644 index 0000000..296dc55 Binary files /dev/null and b/sphinx-gallery-0.15.0.tar.gz differ