15
0

Accepting request 754089 from home:seanmarlow:branches:devel:languages:python

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
This commit is contained in:
Tomáš Chvátal
2019-12-04 18:26:08 +00:00
committed by Git OBS Bridge
commit 282404058d
6 changed files with 142 additions and 0 deletions

8
python-click-man.changes Normal file
View File

@@ -0,0 +1,8 @@
-------------------------------------------------------------------
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.