diff --git a/python-sphinx-gallery.spec b/python-sphinx-gallery.spec index 3e480fc..c648ffe 100644 --- a/python-sphinx-gallery.spec +++ b/python-sphinx-gallery.spec @@ -1,13 +1,14 @@ %global _empty_manifest_terminate_build 0 Name: python-sphinx-gallery -Version: 0.9.0 +Version: 0.11.1 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/40/6e/c494d573669eb6a581d7c270b7efd9c1244086f818b9a6e767d6a2adfeda/sphinx-gallery-0.9.0.tar.gz +Source0: https://files.pythonhosted.org/packages/a8/fc/afffbf7d5ae709f0f18d1ce06a1b2a300b72bac13248194e1a51af247c62/sphinx-gallery-0.11.1.tar.gz BuildArch: noarch +Requires: python3-sphinx %description A Sphinx extension that builds an HTML version of any Python script and puts @@ -30,7 +31,7 @@ A Sphinx extension that builds an HTML version of any Python script and puts it into an examples gallery. %prep -%autosetup -n sphinx-gallery-0.9.0 +%autosetup -n sphinx-gallery-%{version} %build %py3_build @@ -70,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Oct 25 2022 wangjunqi - 0.11.1-1 +- Update package to version 0.11.1 + * Wed Sep 01 2021 Python_Bot - 0.9.0-1 - Package Init diff --git a/sphinx-gallery-0.11.1.tar.gz b/sphinx-gallery-0.11.1.tar.gz new file mode 100644 index 0000000..1ebc2ef Binary files /dev/null and b/sphinx-gallery-0.11.1.tar.gz differ diff --git a/sphinx-gallery-0.9.0.tar.gz b/sphinx-gallery-0.9.0.tar.gz deleted file mode 100644 index 8cc9b3e..0000000 Binary files a/sphinx-gallery-0.9.0.tar.gz and /dev/null differ