diff --git a/python-argh.spec b/python-argh.spec index ee3033d336ec0458520784b23ed7081831f6bfdf..9bf52c8a323efef7fbaef958d6663aa677d48b35 100644 --- a/python-argh.spec +++ b/python-argh.spec @@ -1,6 +1,6 @@ %global _empty_manifest_terminate_build 0 Name: python-argh -Version: 0.31.2 +Version: 0.31.3 Release: 1 Summary: An unobtrusive argparse wrapper with natural syntax License: LGPL-3.0 and GPL-3.0 @@ -45,6 +45,11 @@ if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi %{_docdir}/* %changelog +* Tue Jul 30 2024 jiangxinyu - 0.31.3-1 +- Update package to version 0.31.3 +- Fix type annotation of errors in wrap_errors +- fix: tests were failing under Python 3.13 + * Sun Feb 25 2024 jiangxinyu - 0.31.2-1 - Update package to version 0.31.2 fix: nargs + list as default value