diff --git a/argh-0.30.4.tar.gz b/argh-0.30.4.tar.gz deleted file mode 100644 index 4aeac76..0000000 Binary files a/argh-0.30.4.tar.gz and /dev/null differ diff --git a/argh-0.31.2.tar.gz b/argh-0.31.2.tar.gz new file mode 100644 index 0000000..5481d53 Binary files /dev/null and b/argh-0.31.2.tar.gz differ diff --git a/python-argh.spec b/python-argh.spec index 003c833..ee3033d 100644 --- a/python-argh.spec +++ b/python-argh.spec @@ -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 - 0.31.2-1 +- Update package to version 0.31.2 + fix: nargs + list as default value + * Mon Nov 13 2023 jiangxinyu - 0.30.4-1 - Update package to version 0.30.4