forked from pool/python-click-man
Initial release. Add click-man v0.3.0 for auto generating man pages for click applications. Patch is submitted upstream https://github.com/click-contrib/click-man/pull/33. OBS-URL: https://build.opensuse.org/request/show/754089 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-click-man?expand=0&rev=1
9 lines
370 B
Plaintext
9 lines
370 B
Plaintext
-------------------------------------------------------------------
|
|
Mon Nov 25 20:45:00 UTC 2019 - Sean Marlow <sean.marlow@suse.com>
|
|
|
|
- Initial release. v0.3.0
|
|
- get-short-help.patch adds get_short_help_str function and
|
|
supports older versions of python-click. get_short_help_str was
|
|
added to Click in version >= 7.0.0.
|
|
- Use pytest instead of nose for unit tests.
|