Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] automated bug filing (i.e. pybugz) failing because of missing token
Date: Thu, 05 Apr 2012 22:00:48
Message-Id: 20120405215949.GA10172@linux1
In Reply to: Re: [gentoo-dev] automated bug filing (i.e. pybugz) failing because of missing token by Mike Gilbert
1 Hi all,
2
3 here is a quick update on this:
4
5 On Mon, Mar 26, 2012 at 01:20:38PM -0400, Mike Gilbert wrote:
6 > On Mon, Mar 26, 2012 at 1:08 PM, "Paweł Hajdan, Jr."
7 > <phajdan.jr@g.o> wrote:
8 > > I posted this issue here because it's not obvious what to do with it.
9 > > That version of pybugz worked for me before (20 February 2012).
10 > >
11 > > Any ideas?
12 > >
13 >
14 > I'm guessing it was broken by the upgrade from Bugzilla 4.0 to Bugzilla 4.2.
15 >
16 > I think you should file a bug for pybugz. :)
17 >
18 > Long term, we may want to consider porting pybugz to use Bugzilla's
19 > XML-RPC api to avoid such breakage.
20
21 Agreed, and I think that is going to happen sooner than longterm.
22
23 I now have a project on my github account called PyZilla, which is a
24 library for communicating with BugZilla via xmlrpc. [1] However, it
25 does not work with python 2.7, which is what I would like.
26
27 I emailed the original author since he hadn't worked on this library in
28 a year, and I was given permission to take over maintainership because
29 he said he doesn't have time to work on it.
30
31 So, any patches to make this work with python-2.7 are welcome. :-)
32
33 William
34
35 [1] https://github.com/williamh/PyZilla

Replies