!10 Update package to version 0.5.0

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-03-21 09:39:12 +00:00 committed by Gitee
commit 580779e8ee
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 15 additions and 10 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-sphinxcontrib-apidoc
Version: 0.3.0
Release: 3
Version: 0.5.0
Release: 1
Summary: A Sphinx extension for running 'sphinx-apidoc' on each build
License: BSD 2-Clause "Simplified" License
License: BSD-2-Clause
URL: https://github.com/sphinx-contrib/apidoc
Source0: https://files.pythonhosted.org/packages/57/55/23f6919551a5e0a824f0effc3a85dd1cbc8df225196c0f6b82c7cea38299/sphinxcontrib-apidoc-0.3.0.tar.gz
Source0: https://files.pythonhosted.org/packages/52/8c/a4fe93b51a1026c217731337cfe50569b8521d3e254dd451126bed208cd8/sphinxcontrib-apidoc-0.5.0.tar.gz
BuildArch: noarch
Requires: python3-pbr
@ -20,7 +20,7 @@ not actually build documentation - rather it simply generates it.
%package -n python3-sphinxcontrib-apidoc
Summary: A Sphinx extension for running 'sphinx-apidoc' on each build
Provides: python-sphinxcontrib-apidoc
Provides: python-sphinxcontrib-apidoc = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-pip
@ -35,14 +35,13 @@ not actually build documentation - rather it simply generates it.
Summary: Development documents and examples for sphinxcontrib-apidoc
Provides: python3-sphinxcontrib-apidoc-doc
%description help
sphinx-apidoc is a tool for automatic generation of Sphinx sources
that using the autodoc extension, documents a whole package in the
style of other automatic API documentation tools. sphinx-apidoc does
not actually build documentation - rather it simply generates it.
%prep
%autosetup -n sphinxcontrib-apidoc-0.3.0
%autosetup -n sphinxcontrib-apidoc-%{version}
%build
%py3_build
@ -82,9 +81,15 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Fri Jan 22 2021 zhangy1317 <zhangy1317@foxmail.com>
* Wed Mar 20 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.5.0-1
- Update package to version 0.5.0
- Added missed line in patch for templates support
* Fri Jan 22 2021 zhangy1317 <zhangy1317@foxmail.com> - 0.3.0-3
- Add BuildRequires python3-pbr
* Wed Jan 20 2021 zhangy1317 <zhangy1317@foxmail.com>
* Wed Jan 20 2021 zhangy1317 <zhangy1317@foxmail.com> - 0.3.0-2
- Add BuildRequires python3-pip
* Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org>
* Fri Nov 20 2020 Python_Bot <Python_Bot@openeuler.org> - 0.3.0-1
- Package Spec generated

Binary file not shown.

Binary file not shown.