From 198fbd0eddc4a621711c88127e8d66919d19f4c5aadd649dfa4beccdc0517b82 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 6 Aug 2024 06:32:14 +0000 Subject: [PATCH] - update to 0.31.3: * Fix type annotation of `errors` in `wrap_errors` * fix: exposing func arg in CLI under a different name via deco (fixes #224) * fix: tests were failing under Python 3.13 by @neithere (reported * Docs update in similar.rst OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argh?expand=0&rev=44 --- argh-0.31.2.tar.gz | 3 --- argh-0.31.3.tar.gz | 3 +++ python-argh.changes | 11 +++++++++++ python-argh.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 argh-0.31.2.tar.gz create mode 100644 argh-0.31.3.tar.gz diff --git a/argh-0.31.2.tar.gz b/argh-0.31.2.tar.gz deleted file mode 100644 index 75e369c..0000000 --- a/argh-0.31.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db1c34885804f7d4646c385dc2fb19b45298561322f4c15eae1b133993f9e323 -size 57200 diff --git a/argh-0.31.3.tar.gz b/argh-0.31.3.tar.gz new file mode 100644 index 0000000..cb1c31e --- /dev/null +++ b/argh-0.31.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f30023d8be14ca5ee6b1b3eeab829151d7bbda464ae07dc4dd5347919c5892f9 +size 57570 diff --git a/python-argh.changes b/python-argh.changes index 5a94a54..1540acc 100644 --- a/python-argh.changes +++ b/python-argh.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Aug 6 06:31:57 UTC 2024 - Dirk Müller + +- update to 0.31.3: + * Fix type annotation of `errors` in `wrap_errors` + * fix: exposing func arg in CLI under a different name via deco + (fixes #224) + * fix: tests were failing under Python 3.13 by @neithere + (reported + * Docs update in similar.rst + ------------------------------------------------------------------- Tue Jan 30 12:20:53 UTC 2024 - Dirk Müller diff --git a/python-argh.spec b/python-argh.spec index a2102c8..cf7d2f1 100644 --- a/python-argh.spec +++ b/python-argh.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-argh -Version: 0.31.2 +Version: 0.31.3 Release: 0 Summary: An argparse wrapper License: LGPL-3.0-or-later