!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:
commit
0dd6b41b90
Binary file not shown.
BIN
argh-0.30.4.tar.gz
Normal file
BIN
argh-0.30.4.tar.gz
Normal file
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-argh
|
Name: python-argh
|
||||||
Version: 0.28.1
|
Version: 0.30.4
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: An unobtrusive argparse wrapper with natural syntax
|
Summary: An unobtrusive argparse wrapper with natural syntax
|
||||||
License: LGPL-3.0 and GPL-3.0
|
License: LGPL-3.0 and GPL-3.0
|
||||||
URL: http://github.com/neithere/argh/
|
URL: http://github.com/neithere/argh/
|
||||||
@ -32,7 +32,7 @@ Argh: The Natural CLI
|
|||||||
%pyproject_build
|
%pyproject_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%pyproject_install argh==%{version}
|
%pyproject_install
|
||||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||||
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi
|
||||||
if [ -d docs ]; then cp -arf docs %{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}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Apr 25 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.28.1-2
|
||||||
- Use pyproject to compile package
|
- Use pyproject to compile package
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user