!5 Update package to version 0.30.4

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2023-11-13 09:57:35 +00:00 committed by Gitee
commit 0dd6b41b90
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
argh-0.30.4.tar.gz Normal file

Binary file not shown.

View File

@ -1,7 +1,7 @@
%global _empty_manifest_terminate_build 0
Name: python-argh
Version: 0.28.1
Release: 2
Version: 0.30.4
Release: 1
Summary: An unobtrusive argparse wrapper with natural syntax
License: LGPL-3.0 and GPL-3.0
URL: http://github.com/neithere/argh/
@ -32,7 +32,7 @@ Argh: The Natural CLI
%pyproject_build
%install
%pyproject_install argh==%{version}
%pyproject_install
install -d -m755 %{buildroot}/%{_pkgdocdir}
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi
@ -45,6 +45,9 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/*
%changelog
* Mon Nov 13 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.30.4-1
- Update package to version 0.30.4
* Tue Apr 25 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.28.1-2
- Use pyproject to compile package