!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:
commit
c91416956d
Binary file not shown.
BIN
argh-0.31.2.tar.gz
Normal file
BIN
argh-0.31.2.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
Name: python-argh
|
||||
Version: 0.30.4
|
||||
Version: 0.31.2
|
||||
Release: 1
|
||||
Summary: An unobtrusive argparse wrapper with natural syntax
|
||||
License: LGPL-3.0 and GPL-3.0
|
||||
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
|
||||
|
||||
%description
|
||||
@ -45,6 +45,10 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi
|
||||
%{_docdir}/*
|
||||
|
||||
%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
|
||||
- Update package to version 0.30.4
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user