15
0
forked from pool/python-argh

Accepting request 1116830 from devel:languages:python

- 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

- Update to verios 0.23.0

OBS-URL: https://build.opensuse.org/request/show/1116830
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-argh?expand=0&rev=20
This commit is contained in:
2023-10-11 21:55:41 +00:00
committed by Git OBS Bridge
4 changed files with 31 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b2093086f0e809a3ecc24b64a2145309ee8f56d034936cd59e57c558a357329d
size 62511

3
argh-0.29.4.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:695c0ae4534270cae2697841b4a56f434a990694a00264ea10ebbbcdc02c13f7
size 52694

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Wed Oct 11 08:41:29 UTC 2023 - Dirk Müller <dmueller@suse.com>
- 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
-------------------------------------------------------------------

View File

@@ -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