Update package to version 4.3
This commit is contained in:
parent
57f22628f2
commit
49b4eb12ee
Binary file not shown.
BIN
argparse-manpage-4.3.tar.gz
Normal file
BIN
argparse-manpage-4.3.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-argparse-manpage
|
Name: python-argparse-manpage
|
||||||
Version: 4.1
|
Version: 4.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Build manual page from python's ArgumentParser object.
|
Summary: Build manual page from python's ArgumentParser object.
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/praiskup/argparse-manpage
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -16,6 +16,8 @@ Summary: Build manual page from python's ArgumentParser object.
|
|||||||
Provides: python-argparse-manpage = %{version}-%{release}
|
Provides: python-argparse-manpage = %{version}-%{release}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
|
BuildRequires: python3-tomli
|
||||||
|
BuildRequires: python3-toml
|
||||||
%description -n python3-argparse-manpage
|
%description -n python3-argparse-manpage
|
||||||
Automatically build manpage from argparse
|
Automatically build manpage from argparse
|
||||||
|
|
||||||
@ -69,6 +71,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Apr 28 2023 wubijie <wubijie@kylinos.cn> - 4.1-1
|
||||||
- Update package to version 4.1
|
- Update package to version 4.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user