diff --git a/python-sphinx-gallery.spec b/python-sphinx-gallery.spec index 0423442..1e0ecc9 100644 --- a/python-sphinx-gallery.spec +++ b/python-sphinx-gallery.spec @@ -1,24 +1,23 @@ %global _empty_manifest_terminate_build 0 Name: python-sphinx-gallery -Version: 0.12.2 +Version: 0.13.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 URL: https://sphinx-gallery.github.io -Source0: https://files.pythonhosted.org/packages/b5/19/dbc4997a8c1ad2ce88a723aebdd923da37aaf24ad3a4a4cfe7bd5c057259/sphinx-gallery-0.12.2.tar.gz +Source0: https://files.pythonhosted.org/packages/4d/43/9d197848fa1867fb10d0561c9124984bb6f49bc05236482384290d03170c/sphinx-gallery-0.13.0.tar.gz BuildArch: noarch -Requires: python3-sphinx - %description A Sphinx extension that builds an HTML version of any Python script and puts it into an examples gallery. %package -n python3-sphinx-gallery Summary: A Sphinx extension that builds an HTML version of any Python script and puts it into an examples gallery. -Provides: python-sphinx-gallery +Provides: python-sphinx-gallery = %{version}-%{release} BuildRequires: python3-devel BuildRequires: python3-setuptools +Requires: python3-sphinx %description -n python3-sphinx-gallery A Sphinx extension that builds an HTML version of any Python script and puts it into an examples gallery. @@ -71,6 +70,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Jun 06 2023 jiangxinyu - 0.13.0-1 +- Update package to version 0.13.0 + * Fri Apr 07 2023 wulei - 0.12.2-1 - Upgrade package to version 0.12.2 diff --git a/sphinx-gallery-0.12.2.tar.gz b/sphinx-gallery-0.12.2.tar.gz deleted file mode 100644 index de04615..0000000 Binary files a/sphinx-gallery-0.12.2.tar.gz and /dev/null differ diff --git a/sphinx-gallery-0.13.0.tar.gz b/sphinx-gallery-0.13.0.tar.gz new file mode 100644 index 0000000..763818e Binary files /dev/null and b/sphinx-gallery-0.13.0.tar.gz differ