Update package to version 0.13.0

This commit is contained in:
jxy_git 2023-06-06 16:48:26 +08:00
parent 25de5a29c2
commit cf5bf4246a
3 changed files with 7 additions and 5 deletions

View File

@ -1,24 +1,23 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-sphinx-gallery Name: python-sphinx-gallery
Version: 0.12.2 Version: 0.13.0
Release: 1 Release: 1
Summary: A Sphinx extension that builds an HTML version of any Python script and puts it into an examples gallery. Summary: A Sphinx extension that builds an HTML version of any Python script and puts it into an examples gallery.
License: 3-clause BSD License: 3-clause BSD
URL: https://sphinx-gallery.github.io 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 BuildArch: noarch
Requires: python3-sphinx
%description %description
A Sphinx extension that builds an HTML version of any Python script and puts A Sphinx extension that builds an HTML version of any Python script and puts
it into an examples gallery. it into an examples gallery.
%package -n python3-sphinx-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. 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-devel
BuildRequires: python3-setuptools BuildRequires: python3-setuptools
Requires: python3-sphinx
%description -n python3-sphinx-gallery %description -n python3-sphinx-gallery
A Sphinx extension that builds an HTML version of any Python script and puts A Sphinx extension that builds an HTML version of any Python script and puts
it into an examples gallery. it into an examples gallery.
@ -71,6 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Tue Jun 06 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.13.0-1
- Update package to version 0.13.0
* Fri Apr 07 2023 wulei <wu_lei@hoperun.com> - 0.12.2-1 * Fri Apr 07 2023 wulei <wu_lei@hoperun.com> - 0.12.2-1
- Upgrade package to version 0.12.2 - Upgrade package to version 0.12.2

Binary file not shown.

Binary file not shown.