diff --git a/argh-0.28.1.tar.gz b/argh-0.28.1.tar.gz deleted file mode 100644 index 477e463..0000000 --- a/argh-0.28.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b2093086f0e809a3ecc24b64a2145309ee8f56d034936cd59e57c558a357329d -size 62511 diff --git a/argh-0.29.4.tar.gz b/argh-0.29.4.tar.gz new file mode 100644 index 0000000..06553d3 --- /dev/null +++ b/argh-0.29.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:695c0ae4534270cae2697841b4a56f434a990694a00264ea10ebbbcdc02c13f7 +size 52694 diff --git a/python-argh.changes b/python-argh.changes index 54bac06..b04bb6a 100644 --- a/python-argh.changes +++ b/python-argh.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Wed Oct 11 08:41:29 UTC 2023 - Dirk Müller + +- update to 0.29.4: + * Test coverage reported as <100% when argcomplete is installed + * Technical releases for packaging purposes. No changes in + functionality. + * Backwards incompatible changes: + * Wrapped exceptions now cause ``dispatching.dispatch()`` to + raise ``SystemExit(1)`` instead of returning without error. + For most users, this means failed commands will now exit + with a failure status instead of a success. + * Renamed arguments in `add_commands()` (#165): + * `namespace` → `group_name` + * `namespace_kwargs` → `group_kwargs` + * The old names are deprecated and will be removed in v.0.30. + * Can control exit status (see Backwards Incompatible Changes + above) when raising ``CommandError`` using the ``code`` + keyword arg. + * Bugs fixed: + * Positional arguments should not lead to removal of short + form of keyword arguments. + * Other changes: + * Avoid depending on iocapture by using pytest's built-in + feature + ------------------------------------------------------------------- Fri Jun 2 07:12:44 UTC 2023 - pgajdos@suse.com @@ -130,7 +156,7 @@ Wed Sep 25 17:18:00 UTC 2013 - p.drouand@gmail.com ------------------------------------------------------------------- Thu Mar 7 20:43:50 UTC 2013 - darin@darins.net -- Update to verios 0.23.0 +- Update to verios 0.23.0 + Upstream provides no changelog ------------------------------------------------------------------- diff --git a/python-argh.spec b/python-argh.spec index 3fb83f0..7ffbb9c 100644 --- a/python-argh.spec +++ b/python-argh.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-argh -Version: 0.28.1 +Version: 0.29.4 Release: 0 Summary: An argparse wrapper License: LGPL-3.0-or-later