jlec 14/05/21 09:16:31
Modified: pybugz-9999-bugzilla-4.4.1.patch
pybugz-0.10.1-bugzilla-4.4.1.patch
Log:
www-client/pybugz: Update patch
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
B9D4F231BD1558AB!)
Revision Changes Path
1.2 www-client/pybugz/files/pybugz-9999-bugzilla-4.4.1.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/pybugz/files/pybugz-9999-bugzilla-4.4.1.patch?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/pybugz/files/pybugz-9999-bugzilla-4.4.1.patch?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/pybugz/files/pybugz-9999-bugzilla-4.4.1.patch?r1=1.1&r2=1.2
Index: pybugz-9999-bugzilla-4.4.1.patch
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/www-client/pybugz/files/pybugz-9999-bugzilla-4.4.1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pybugz-9999-bugzilla-4.4.1.patch 20 May 2014 09:42:31 -0000 1.1
+++ pybugz-9999-bugzilla-4.4.1.patch 21 May 2014 09:16:31 -0000 1.2
@@ -32,7 +32,7 @@
+ def set_token(self, *args):
+ if args and self.token:
-+ args[0]['token'] = self.token
++ args[0]['Bugzilla_token'] = self.token
+ return args
+
def bzcall(self, method, *args):
1.2 www-client/pybugz/files/pybugz-0.10.1-bugzilla-4.4.1.patch
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/pybugz/files/pybugz-0.10.1-bugzilla-4.4.1.patch?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/pybugz/files/pybugz-0.10.1-bugzilla-4.4.1.patch?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-client/pybugz/files/pybugz-0.10.1-bugzilla-4.4.1.patch?r1=1.1&r2=1.2
Index: pybugz-0.10.1-bugzilla-4.4.1.patch
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/www-client/pybugz/files/pybugz-0.10.1-bugzilla-4.4.1.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pybugz-0.10.1-bugzilla-4.4.1.patch 19 May 2014 14:34:09 -0000 1.1
+++ pybugz-0.10.1-bugzilla-4.4.1.patch 21 May 2014 09:16:31 -0000 1.2
@@ -27,7 +27,7 @@
+ def set_token(self, *args):
+ if args and self.token:
-+ args[0]['token'] = self.token
++ args[0]['Bugzilla_token'] = self.token
+ return args
+
def bzcall(self, method, *args):