Upgrade package to version 0.4.0

This commit is contained in:
chendexi 2022-12-07 15:55:32 +08:00
parent 020ad18930
commit 5241f49900
3 changed files with 6 additions and 3 deletions

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-sphinx-argparse
Version: 0.3.1
Version: 0.4.0
Release: 1
Summary: A sphinx extension that automatically documents argparse commands and options
License: MIT
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
Requires: python3-sphinx
@ -30,7 +30,7 @@ Provides: python3-sphinx-argparse-doc
A sphinx extension that automatically documents argparse commands and options
%prep
%autosetup -n sphinx-argparse-%{version}
%autosetup -n sphinx_argparse-%{version}
%build
%py3_build
@ -70,6 +70,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%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
- Upgrade package to version 0.3.1

Binary file not shown.

Binary file not shown.