[Webkit-unassigned] [Bug 176344] Tools should use Bugzilla REST API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 7 16:47:57 PDT 2017


https://bugs.webkit.org/show_bug.cgi?id=176344

--- Comment #7 from Sam Weinig <sam at webkit.org> ---
(In reply to Ross Kirsling from comment #6)
> The main library I see for the purpose is GPL-licensed:
> https://github.com/python-bugzilla/python-bugzilla
> 
> I could look into making
> Tools/Scripts/webkitpy/common/net/bugzilla/bugzilla.py depend only on
> urllib2 and not Mechanize though.

I believe python-bugzilla uses the old XMLRPC API (which I don't think the bugzilla folks want people using if possible).

There are other libraries, like https://github.com/AutomatedTester/Bugsy (on pypi at https://pypi.python.org/pypi/bugsy/0.10.1) that might work though. It's not too complex a surface area though, so, not sure it matters much.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170907/ed7cedd7/attachment.html>


More information about the webkit-unassigned mailing list