!6 Update package to version 0.31.2

From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
This commit is contained in:
openeuler-ci-bot 2024-02-25 05:58:01 +00:00 committed by Gitee
commit c91416956d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 2 deletions

Binary file not shown.

BIN
argh-0.31.2.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,11 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
Name: python-argh Name: python-argh
Version: 0.30.4 Version: 0.31.2
Release: 1 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/
Source0: https://github.com/neithere/argh/archive/refs/tags/v%{version}.tar.gz#/argh-%{version}.tar.gz Source0: https://github.com/neithere/argh/archive/v%{version}/argh-%{version}.tar.gz
BuildArch: noarch BuildArch: noarch
%description %description
@ -45,6 +45,10 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
%{_docdir}/* %{_docdir}/*
%changelog %changelog
* Sun Feb 25 2024 jiangxinyu <jiangxinyu@kylinos.cn> - 0.31.2-1
- Update package to version 0.31.2
fix: nargs + list as default value
* Mon Nov 13 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.30.4-1 * Mon Nov 13 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 0.30.4-1
- Update package to version 0.30.4 - Update package to version 0.30.4