Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#60262 - [todoman] TypeError: cli() got an unexpected keyword argument 'colour'

Attached to Project: Community Packages
Opened by Alexander F. Rødseth (xyproto) - Monday, 01 October 2018, 11:41 GMT
Last edited by David Runge (dvzrv) - Tuesday, 02 October 2018, 21:16 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To David Runge (dvzrv)
Architecture All
Severity Medium
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

When installing `todoman` and running `todo`, I get this error:

Traceback (most recent call last):
File "/usr/bin/todo", line 11, in <module>
load_entry_point('todoman==3.4.0', 'console_scripts', 'todo')()
File "/usr/lib/python3.7/site-packages/click/core.py", line 764, in __call__
return self.main(*args, **kwargs)
File "/usr/lib/python3.7/site-packages/click/core.py", line 717, in main
rv = self.invoke(ctx)
File "/usr/lib/python3.7/site-packages/click/core.py", line 1114, in invoke
return Command.invoke(self, ctx)
File "/usr/lib/python3.7/site-packages/click/core.py", line 956, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python3.7/site-packages/click/core.py", line 555, in invoke
return callback(*args, **kwargs)
File "/usr/lib/python3.7/site-packages/click/decorators.py", line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File "/usr/lib/python3.7/site-packages/todoman/cli.py", line 34, in wrapper
return f(*a, **kw)
TypeError: cli() got an unexpected keyword argument 'colour'


Additional info:

* todoman 3.4.0-5


Steps to reproduce:

pacman -S todoman
/usr/bin/todo
This task depends upon

Closed by  David Runge (dvzrv)
Tuesday, 02 October 2018, 21:16 GMT
Reason for closing:  Fixed
Additional comments about closing:  Should be fixed with 3.4.1
Comment by David Runge (dvzrv) - Monday, 01 October 2018, 14:49 GMT
Yep, seems yet another breakage with python-click >= 7.0.
Upstream bug report: https://github.com/pimutils/todoman/issues/326
Comment by David Runge (dvzrv) - Tuesday, 02 October 2018, 07:57 GMT
Yep, seems yet another breakage with python-click >= 7.0.
Upstream bug report: https://github.com/pimutils/todoman/issues/326

Loading...