File python3-argh.changes of Package python3-argh
-------------------------------------------------------------------
Fri Jul 22 15:51:31 UTC 2016 - arun@gmx.de
- update to version 0.26.2:
* Removed official support for Python 3.4, added for 3.5.
* Various tox-related improvements for development.
* Improved documentation.
-------------------------------------------------------------------
Sun May 8 06:58:20 UTC 2016 - arun@gmx.de
- specfile:
* changed to https for source url
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Fri Jan 16 03:13:33 UTC 2015 - arun@gmx.de
- specfile:
* updated url
* README -> README.rst
- updated to version 0.26.1:
* The undocumented (and untested) argument `dispatch(...,
pre_call=x)` was broken; fixing because at least one important app
depends on it (issue #63).
- changes from version 0.26:
* Removed decorator `@alias` (deprecated since v.0.19).
* Removed decorator `@plain_signature` (deprecated since v.0.20).
* Dropped support for old-style functions that implicitly expected
namespace objects (deprecated since v.0.21). The `@expects_obj`
decorator is now mandatory for such functions.
* Removed decorator `@command` (deprecated since v.0.21).
* The `@wrap_errors` decorator now strictly requires that the
classes are given as a list (old behaviour was deprecated since
v.0.22).
* The `allow_warnings` argument is removed from
`argh.completion.autocomplete()`. Debug-level logging is used
instead. (The warnings were deprecated since v.0.25).
* Deprecated arguments `title`, `help` and `description` in
`add_commands()` helper function. See documentation and issue #60.
* Improved representation of default values in the help.
* Dispatcher can be configured to skip unknown arguments (issue
#57).
* Added `add_subcommands()` helper function (a convenience wrapper
for `add_commands()`).
* `EntryPoint` now stores kwargs for the parser.
* Added support for default command *with* nested commands (issue
#78).
* Help formatter was broken for arguments with empty strings as
default values (issue #76).
- changes from version 0.25:
* Added EntryPoint class as another way to assemble functions (issue
#59).
* Added support for Python 3.4; dropped support for Python 3.3 (this
doesn't mean that Argh is necessarily broken under 3.3, it's just
that I'm not testing against it anymore).
* Shell completion warnings are now deprecated in favour of
`logging`.
* The command help now displays default values of all arguments
(issue #64).
* Function docstrings are now displayed verbatim in the help (issue
#64).
* Argh's dispatching now should work properly in Cython.
- no changelog information for earlier version.
-------------------------------------------------------------------
Sun Jan 10 00:51:53 UTC 2015 - arun@gmx.de
- specfile:
* update copyright year
* remove ifs for opensuse version <=1220
-------------------------------------------------------------------
Wed Oct 23 08:47:34 UTC 2013 - toddrme2178@gmail.com
- Add BuildRequires: python3 for openSUSE 12.2, so hashlib is
available.
-------------------------------------------------------------------
Fri Oct 11 08:53:44 UTC 2013 - speilicke@suse.com
- No need to depend on argparse, it's part of the stdlib since 2.7
-------------------------------------------------------------------
Wed Sep 25 17:32:33 UTC 2013 - p.drouand@gmail.com
- Initial python3 support
-------------------------------------------------------------------
Wed Sep 25 17:18:00 UTC 2013 - p.drouand@gmail.com
- Update to version 0.23.3
+ No changelog available
-------------------------------------------------------------------
Thu Mar 7 20:43:50 UTC 2013 - darin@darins.net
- Update to verios 0.23.0
+ Upstream provides no changelog
-------------------------------------------------------------------
Fri Nov 23 10:45:39 UTC 2012 - saschpe@suse.de
- Update to version 0.17.2:
+ Upstream provides no changelog
-------------------------------------------------------------------
Wed Jun 6 23:41:39 UTC 2012 - os-dev@jacraig.com
- Update to version 0.15.1:
+ Upstream provides no changelog
-------------------------------------------------------------------
Tue Jan 31 12:26:26 UTC 2012 - saschpe@suse.de
- Initial version