Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/oauthlib: oauthlib-0.6.3.ebuild oauthlib-0.6.1.ebuild oauthlib-0.1.3.ebuild oauthlib-0.3.0.ebuild ChangeLog
Date: Sun, 06 Jul 2014 12:44:11
Message-Id: 20140706124408.789092004E@flycatcher.gentoo.org
1 mgorny 14/07/06 12:44:08
2
3 Modified: oauthlib-0.6.3.ebuild oauthlib-0.6.1.ebuild
4 oauthlib-0.1.3.ebuild oauthlib-0.3.0.ebuild
5 ChangeLog
6 Log:
7 Clean up obsolete dependencies on virtual/python-argparse and virtual/python-unittest2 (those packages were only required for <=python-2.6).
8
9 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
10
11 Revision Changes Path
12 1.2 dev-python/oauthlib/oauthlib-0.6.3.ebuild
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.3.ebuild?rev=1.2&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.3.ebuild?rev=1.2&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.3.ebuild?r1=1.1&r2=1.2
17
18 Index: oauthlib-0.6.3.ebuild
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.3.ebuild,v
21 retrieving revision 1.1
22 retrieving revision 1.2
23 diff -u -r1.1 -r1.2
24 --- oauthlib-0.6.3.ebuild 17 Jun 2014 05:23:55 -0000 1.1
25 +++ oauthlib-0.6.3.ebuild 6 Jul 2014 12:44:08 -0000 1.2
26 @@ -1,6 +1,6 @@
27 # Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.3.ebuild,v 1.1 2014/06/17 05:23:55 idella4 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.3.ebuild,v 1.2 2014/07/06 12:44:08 mgorny Exp $
31
32 EAPI=5
33 PYTHON_COMPAT=( python{2_7,3_3,3_4} )
34 @@ -23,7 +23,6 @@
35 dev-python/setuptools[${PYTHON_USEDEP}]
36 test? (
37 dev-python/nose[${PYTHON_USEDEP}]
38 - virtual/python-unittest2[${PYTHON_USEDEP}]
39 dev-python/pyjwt[${PYTHON_USEDEP}]
40 dev-python/mock[${PYTHON_USEDEP}]
41 )"
42
43
44
45 1.2 dev-python/oauthlib/oauthlib-0.6.1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.1.ebuild?rev=1.2&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.1.ebuild?rev=1.2&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.1.ebuild?r1=1.1&r2=1.2
50
51 Index: oauthlib-0.6.1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.1.ebuild,v
54 retrieving revision 1.1
55 retrieving revision 1.2
56 diff -u -r1.1 -r1.2
57 --- oauthlib-0.6.1.ebuild 25 Jan 2014 09:45:51 -0000 1.1
58 +++ oauthlib-0.6.1.ebuild 6 Jul 2014 12:44:08 -0000 1.2
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2014 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.1.ebuild,v 1.1 2014/01/25 09:45:51 radhermit Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.6.1.ebuild,v 1.2 2014/07/06 12:44:08 mgorny Exp $
64
65 EAPI=5
66 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
67 @@ -23,7 +23,6 @@
68 dev-python/setuptools[${PYTHON_USEDEP}]
69 test? (
70 dev-python/nose[${PYTHON_USEDEP}]
71 - virtual/python-unittest2[${PYTHON_USEDEP}]
72 dev-python/mock[${PYTHON_USEDEP}]
73 )"
74
75
76
77
78 1.11 dev-python/oauthlib/oauthlib-0.1.3.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild?rev=1.11&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild?rev=1.11&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild?r1=1.10&r2=1.11
83
84 Index: oauthlib-0.1.3.ebuild
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild,v
87 retrieving revision 1.10
88 retrieving revision 1.11
89 diff -u -r1.10 -r1.11
90 --- oauthlib-0.1.3.ebuild 6 Jan 2013 19:43:52 -0000 1.10
91 +++ oauthlib-0.1.3.ebuild 6 Jul 2014 12:44:08 -0000 1.11
92 @@ -1,6 +1,6 @@
93 -# Copyright 1999-2013 Gentoo Foundation
94 +# Copyright 1999-2014 Gentoo Foundation
95 # Distributed under the terms of the GNU General Public License v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild,v 1.10 2013/01/06 19:43:52 mgorny Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.1.3.ebuild,v 1.11 2014/07/06 12:44:08 mgorny Exp $
98
99 EAPI="4"
100
101 @@ -25,8 +25,7 @@
102
103 RDEPEND="dev-python/rsa"
104 DEPEND="${RDEPEND}
105 - dev-python/setuptools
106 - test? ( virtual/python-unittest2 )"
107 + dev-python/setuptools"
108
109 src_test() {
110 touch tests/__init__.py
111
112
113
114 1.7 dev-python/oauthlib/oauthlib-0.3.0.ebuild
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild?rev=1.7&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild?rev=1.7&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild?r1=1.6&r2=1.7
119
120 Index: oauthlib-0.3.0.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild,v
123 retrieving revision 1.6
124 retrieving revision 1.7
125 diff -u -r1.6 -r1.7
126 --- oauthlib-0.3.0.ebuild 6 Jan 2013 19:43:52 -0000 1.6
127 +++ oauthlib-0.3.0.ebuild 6 Jul 2014 12:44:08 -0000 1.7
128 @@ -1,6 +1,6 @@
129 -# Copyright 1999-2013 Gentoo Foundation
130 +# Copyright 1999-2014 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild,v 1.6 2013/01/06 19:43:52 mgorny Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/oauthlib-0.3.0.ebuild,v 1.7 2014/07/06 12:44:08 mgorny Exp $
134
135 EAPI="4"
136
137 @@ -25,8 +25,7 @@
138
139 RDEPEND="dev-python/pycrypto"
140 DEPEND="${RDEPEND}
141 - dev-python/setuptools
142 - test? ( virtual/python-unittest2 )"
143 + dev-python/setuptools"
144
145 src_test() {
146 touch tests/__init__.py
147
148
149
150 1.34 dev-python/oauthlib/ChangeLog
151
152 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/ChangeLog?rev=1.34&view=markup
153 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/ChangeLog?rev=1.34&content-type=text/plain
154 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oauthlib/ChangeLog?r1=1.33&r2=1.34
155
156 Index: ChangeLog
157 ===================================================================
158 RCS file: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v
159 retrieving revision 1.33
160 retrieving revision 1.34
161 diff -u -r1.33 -r1.34
162 --- ChangeLog 17 Jun 2014 05:23:55 -0000 1.33
163 +++ ChangeLog 6 Jul 2014 12:44:08 -0000 1.34
164 @@ -1,6 +1,11 @@
165 # ChangeLog for dev-python/oauthlib
166 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
167 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.33 2014/06/17 05:23:55 idella4 Exp $
168 +# $Header: /var/cvsroot/gentoo-x86/dev-python/oauthlib/ChangeLog,v 1.34 2014/07/06 12:44:08 mgorny Exp $
169 +
170 + 06 Jul 2014; Michał Górny <mgorny@g.o> oauthlib-0.1.3.ebuild,
171 + oauthlib-0.3.0.ebuild, oauthlib-0.6.1.ebuild, oauthlib-0.6.3.ebuild:
172 + Clean up obsolete dependencies on virtual/python-argparse and virtual/python-
173 + unittest2 (those packages were only required for <=python-2.6).
174
175 *oauthlib-0.6.3 (17 Jun 2014)