From f8761bfe1a1e74b3e8baf84da87c2d8c50fc4744 Mon Sep 17 00:00:00 2001 From: guochao Date: Tue, 30 Jul 2024 18:00:50 +0800 Subject: [PATCH] Update package to version 0.31.3 --- python-argh.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-argh.spec b/python-argh.spec index ee3033d..9bf52c8 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 -- Gitee