Hey all,
I'd like to transition python-bugzilla to github. I've come around to the idea
since Arun proposed it last year.
I set up a mirror for now that I'll just sync using a cron job:
https://github.com/python-bugzilla/python-bugzilla
I'll finish the actual transfer over sometime in the future and deprecate the
fedorahosted repo.
Patches to the mailing list are still preferred, but I'll take pull-requests
as well.
Comments welcome
Thanks,
Cole
python-bugzilla is failing for me since I updated to F22. Is anybody
else hitting this? Everything fails with "data must be a byte string".
I nuked ~/.bugzilla*. e.g.:
$ bugzilla --debug login jorton foo
[10:22:14] INFO (bugzilla:1160) Connecting to https://bugzilla.redhat.com/xmlrpc.cgi
[10:22:14] INFO (bugzilla:1163) Autodetecting Bugzilla type
[10:22:14] DEBUG (__init__:39) Detecting subclass for https://bugzilla.redhat.com/xmlrpc.cgi
[10:22:14] INFO (__init__:46) Using RHBugzilla for URL containing bugzilla.redhat.com
[10:22:14] INFO (__init__:114) Chose subclass RHBugzilla v0.1
[10:22:14] DEBUG (base:420) Using tokenfile=/home/jorton/.bugzillatoken
[10:22:14] DEBUG (base:537) Using cookiefile=/home/jorton/.bugzillacookies
[10:22:14] INFO (base:676) Using username/password for authentication
[10:22:14] INFO (base:684) Logging in...
data must be a byte string
$ rpm -qf /usr/bin/bugzilla
python-bugzilla-1.2.1-1.fc22.noarch
Any help appreciated!
Regards, Joe