File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3,10 +3,10 @@ over XMLRPC.
33
44Currently it targets Red Hat's xmlrpc services, because:
55a) That's what the Fedora project uses, and
6- b) It 's a lot richer than the Bugzilla 3.0 web services API.
6+ b) Even if it is ugly, it 's got more methods than the Bugzilla 3.0 API
77
8- In the near future (see TODO) we will support the Bugzilla 3.0 API, although
9- it may not support all the same methods as the RHBugzilla class.
8+ In the near future (see TODO) we may support the Bugzilla 3.0 API, although
9+ it probably won't not support all the same methods as the RHBugzilla class.
1010
1111In the long-term future, Red Hat is planning on porting their interfaces to
1212the Bugzilla 3.0 framework and contributing them to upstream Bugzilla, so in
Original file line number Diff line number Diff line change 22from glob import glob
33import bugzilla
44
5- setup (name = 'bugzilla' ,
5+ setup (name = 'python- bugzilla' ,
66 version = str (bugzilla .version ),
77 description = 'Bugzilla XMLRPC access module' ,
88 author = 'Will Woods' ,
9910- url = 'http://localhost /' ,
10+ url = 'http://wwoods.fedorapeople.org/python-bugzilla /' ,
1111 py_modules = ['bugzilla' ],
1212 scripts = ['bugzilla' ],
1313)
You can’t perform that action at this time.
0 commit comments