Update package to version 0.31.2
This commit is contained in:
parent
0dd6b41b90
commit
143ba2e7af
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
|
%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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user