diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 08:54:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 08:54:17 +0000 |
commit | 38f473f58bb758acdae69a2e3acd7de855333fa3 (patch) | |
tree | 8f8b77bd0cbbc3e605d35b0a2bf1f908f7c56b03 | |
parent | 5ebbfa2465558d3d3022f4aa33deed035a836434 (diff) |
automatic import of python-sphinx-galleryopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-sphinx-gallery.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1,2 +1,3 @@ /sphinx-gallery-0.12.0.tar.gz /sphinx-gallery-0.12.2.tar.gz +/sphinx-gallery-0.13.0.tar.gz diff --git a/python-sphinx-gallery.spec b/python-sphinx-gallery.spec index 318f678..7785d96 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.12.2 +Version: 0.13.0 Release: 1 Summary: A `Sphinx <https://www.sphinx-doc.org/en/master/>`_ extension that builds an HTML gallery of examples from any set of Python scripts. License: 3-clause BSD URL: https://sphinx-gallery.github.io -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b5/19/dbc4997a8c1ad2ce88a723aebdd923da37aaf24ad3a4a4cfe7bd5c057259/sphinx-gallery-0.12.2.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/4d/43/9d197848fa1867fb10d0561c9124984bb6f49bc05236482384290d03170c/sphinx-gallery-0.13.0.tar.gz BuildArch: noarch Requires: python3-sphinx @@ -29,7 +29,7 @@ Provides: python3-sphinx-gallery-doc %prep -%autosetup -n sphinx-gallery-0.12.2 +%autosetup -n sphinx-gallery-0.13.0 %build %py3_build @@ -69,5 +69,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.2-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 0.13.0-1 - Package Spec generated @@ -1 +1 @@ -58a41686155b33abe26648aee8e88c40 sphinx-gallery-0.12.2.tar.gz +653078ba025b89a99171fe21417088b9 sphinx-gallery-0.13.0.tar.gz |