Update package to version 0.30.4

This commit is contained in:
jxy_git 2023-11-13 17:38:01 +08:00
parent fed2d0e331
commit 3c05c7af0c
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 %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