Update package to version 4.3

This commit is contained in:
jxy_git 2023-06-25 14:28:14 +08:00
parent 57f22628f2
commit 49b4eb12ee
3 changed files with 7 additions and 2 deletions

Binary file not shown.

BIN
argparse-manpage-4.3.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0
Name: python-argparse-manpage
Version: 4.1
Version: 4.3
Release: 1
Summary: Build manual page from python's ArgumentParser object.
License: Apache-2.0
URL: https://github.com/praiskup/argparse-manpage
Source0: https://files.pythonhosted.org/packages/6c/96/b53e86c3479d03f62338ede7430c32ec9b6bf189c83a5008b7d346dc00af/argparse-manpage-4.1.tar.gz
Source0: https://files.pythonhosted.org/packages/d3/5f/3353e1dd33fcb3801cfe7e6412ad9d75202fc642679d105015e361aceef7/argparse-manpage-4.3.tar.gz
BuildArch: noarch
%description
@ -16,6 +16,8 @@ Summary: Build manual page from python's ArgumentParser object.
Provides: python-argparse-manpage = %{version}-%{release}
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-tomli
BuildRequires: python3-toml
%description -n python3-argparse-manpage
Automatically build manpage from argparse
@ -69,6 +71,9 @@ mv %{buildroot}/doclist.lst .
%{_docdir}/*
%changelog
* Sun Jun 25 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 4.3-1
- Update package to version 4.3
* Fri Apr 28 2023 wubijie <wubijie@kylinos.cn> - 4.1-1
- Update package to version 4.1