Python library for bugzilla
This is a python module that provides a nice, python-ish interface to Bugzilla
over XMLRPC.
It was originally written specifically for Red Hat's Bugzilla instance, but now
supports the Web Services provided by upstream Bugzilla 3.0 and 3.2 also.
It also includes a 'bugzilla' commandline client which can be used for quick,
ad-hoc bugzilla jiggery-pokery. I guess you could use it in shell scripts too,
but gosh - why not just write something in Python instead?
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
6
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-bugzilla && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
0012-Fix-for-httplib-xmlrpclib-changes-in-py2.7.pa |
0000004202 4.1 KB | |
0016-obfuscated-password-support-in-oscrc.patch | 0000002050 2 KB | |
0017-fix-typo-in-url-argument.patch | 0000000852 852 Bytes | |
0018-novell-bugzilla-support-in-getBugzillaClassFo |
0000000801 801 Bytes | |
0019-novell-bugzilla-run-on-3.4.patch | 0000001075 1.05 KB | |
python-bugzilla-0.6.1.tar.bz2 | 0000038743 37.8 KB | |
python-bugzilla.changes | 0000001209 1.18 KB | |
python-bugzilla.spec | 0000002630 2.57 KB |
Revision 9 (latest revision is 34)
Sascha Peilicke (saschpe)
accepted
request 71048
from
Michal Vyskocil (mvyskocil)
(revision 9)
- update to 0.6.1 * many new parameters for bugzilla command-line tool like --target_milestone, --private, --status, --assignee, et all * add support for Bugzilla 36 * Unicode related fixes - SUSE specific fixes * novell bugzilla support in getBugzillaClassForURL * obfuscated password support in oscrc * move novell bugzilla to 3.4 * xmlrpclib changes done in python 2.7 from master [bug#685842] - create suse branch for stashing SUSE specific changes https://gitorious.org/opensuse/python-bugzilla/commits/suse
Comments 0