diff --git a/python-sphinx-gallery.spec b/python-sphinx-gallery.spec index c648ffe..0423442 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.11.1 +Version: 0.12.2 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 URL: https://sphinx-gallery.github.io -Source0: https://files.pythonhosted.org/packages/a8/fc/afffbf7d5ae709f0f18d1ce06a1b2a300b72bac13248194e1a51af247c62/sphinx-gallery-0.11.1.tar.gz +Source0: https://files.pythonhosted.org/packages/b5/19/dbc4997a8c1ad2ce88a723aebdd923da37aaf24ad3a4a4cfe7bd5c057259/sphinx-gallery-0.12.2.tar.gz BuildArch: noarch Requires: python3-sphinx @@ -71,6 +71,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Apr 07 2023 wulei - 0.12.2-1 +- Upgrade package to version 0.12.2 + * Tue Oct 25 2022 wangjunqi - 0.11.1-1 - Update package to version 0.11.1 diff --git a/sphinx-gallery-0.11.1.tar.gz b/sphinx-gallery-0.11.1.tar.gz deleted file mode 100644 index 1ebc2ef..0000000 Binary files a/sphinx-gallery-0.11.1.tar.gz and /dev/null differ diff --git a/sphinx-gallery-0.12.2.tar.gz b/sphinx-gallery-0.12.2.tar.gz new file mode 100644 index 0000000..de04615 Binary files /dev/null and b/sphinx-gallery-0.12.2.tar.gz differ