!3 Upgrade package to version 0.4.0

From: @ccdxx 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
This commit is contained in:
openeuler-ci-bot 2022-12-09 01:35:21 +00:00 committed by Gitee
commit 925871ad56
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-sphinx-argparse Name: python-sphinx-argparse
Version: 0.3.1 Version: 0.4.0
Release: 1 Release: 1
Summary: A sphinx extension that automatically documents argparse commands and options Summary: A sphinx extension that automatically documents argparse commands and options
License: MIT License: MIT
URL: https://github.com/ashb/sphinx-argparse URL: https://github.com/ashb/sphinx-argparse
Source0: https://files.pythonhosted.org/packages/59/a1/69993f45da700fc842f6714f2062be3d5e2501be8a6cf20b9a133b72a295/sphinx-argparse-0.3.1.tar.gz Source0: https://files.pythonhosted.org/packages/82/0b/d98f799d4283e8b6c403fd8102acf2b552ad78e947b6899a1344521e9d86/sphinx_argparse-0.4.0.tar.gz
BuildArch: noarch BuildArch: noarch
Requires: python3-sphinx Requires: python3-sphinx
@ -30,7 +30,7 @@ Provides: python3-sphinx-argparse-doc
A sphinx extension that automatically documents argparse commands and options A sphinx extension that automatically documents argparse commands and options
%prep %prep
%autosetup -n sphinx-argparse-%{version} %autosetup -n sphinx_argparse-%{version}
%build %build
%py3_build %py3_build
@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Wed Dec 07 2022 chendexi <chendexi@kylinos.cn> - 0.4.0-1
- Upgrade package to version 0.4.0
* Tue Sep 27 2022 guozhengxin <guozhengxin@kylinos.cn> - 0.3.1-1 * Tue Sep 27 2022 guozhengxin <guozhengxin@kylinos.cn> - 0.3.1-1
- Upgrade package to version 0.3.1 - Upgrade package to version 0.3.1

Binary file not shown.

Binary file not shown.