Update package to version 0.31.2

This commit is contained in:
jxy_git 2024-02-25 09:59:39 +08:00
parent 0dd6b41b90
commit 143ba2e7af
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
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