Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-client/pybugz/files: pybugz-9999-bugzilla-4.4.1.patch pybugz-0.10.1-bugzilla-4.4.1.patch
Date: Wed, 21 May 2014 09:16:35
Message-Id: 20140521091631.B760C2004E@flycatcher.gentoo.org
1 jlec 14/05/21 09:16:31
2
3 Modified: pybugz-9999-bugzilla-4.4.1.patch
4 pybugz-0.10.1-bugzilla-4.4.1.patch
5 Log:
6 www-client/pybugz: Update patch
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
9
10 Revision Changes Path
11 1.2 www-client/pybugz/files/pybugz-9999-bugzilla-4.4.1.patch
12
13 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
14 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
15 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
16
17 Index: pybugz-9999-bugzilla-4.4.1.patch
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/www-client/pybugz/files/pybugz-9999-bugzilla-4.4.1.patch,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- pybugz-9999-bugzilla-4.4.1.patch 20 May 2014 09:42:31 -0000 1.1
24 +++ pybugz-9999-bugzilla-4.4.1.patch 21 May 2014 09:16:31 -0000 1.2
25 @@ -32,7 +32,7 @@
26
27 + def set_token(self, *args):
28 + if args and self.token:
29 -+ args[0]['token'] = self.token
30 ++ args[0]['Bugzilla_token'] = self.token
31 + return args
32 +
33 def bzcall(self, method, *args):
34
35
36
37 1.2 www-client/pybugz/files/pybugz-0.10.1-bugzilla-4.4.1.patch
38
39 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
40 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
41 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
42
43 Index: pybugz-0.10.1-bugzilla-4.4.1.patch
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/www-client/pybugz/files/pybugz-0.10.1-bugzilla-4.4.1.patch,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- pybugz-0.10.1-bugzilla-4.4.1.patch 19 May 2014 14:34:09 -0000 1.1
50 +++ pybugz-0.10.1-bugzilla-4.4.1.patch 21 May 2014 09:16:31 -0000 1.2
51 @@ -27,7 +27,7 @@
52
53 + def set_token(self, *args):
54 + if args and self.token:
55 -+ args[0]['token'] = self.token
56 ++ args[0]['Bugzilla_token'] = self.token
57 + return args
58 +
59 def bzcall(self, method, *args):