diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:22:35 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-10 05:22:35 +0000 |
commit | 5ebbfa2465558d3d3022f4aa33deed035a836434 (patch) | |
tree | 0d4121f72b1dbcfb63dd7bf3a9c3291fc84b3986 | |
parent | 65659ce3fdbb4648199c76b97e40be307d59bcd6 (diff) |
automatic import of python-sphinx-gallery
-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 +1,2 @@ /sphinx-gallery-0.12.0.tar.gz +/sphinx-gallery-0.12.2.tar.gz diff --git a/python-sphinx-gallery.spec b/python-sphinx-gallery.spec index fb5b800..318f678 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.0 +Version: 0.12.2 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/42/c3/688e8d043f0fd9ca3c081338628b9252bb8773e811e78b99cff23142806b/sphinx-gallery-0.12.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/b5/19/dbc4997a8c1ad2ce88a723aebdd923da37aaf24ad3a4a4cfe7bd5c057259/sphinx-gallery-0.12.2.tar.gz BuildArch: noarch Requires: python3-sphinx @@ -29,7 +29,7 @@ Provides: python3-sphinx-gallery-doc %prep -%autosetup -n sphinx-gallery-0.12.0 +%autosetup -n sphinx-gallery-0.12.2 %build %py3_build @@ -69,5 +69,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.0-1 +* Mon Apr 10 2023 Python_Bot <Python_Bot@openeuler.org> - 0.12.2-1 - Package Spec generated @@ -1 +1 @@ -02084227e133fdbcd2ad51bb460c9519 sphinx-gallery-0.12.0.tar.gz +58a41686155b33abe26648aee8e88c40 sphinx-gallery-0.12.2.tar.gz |