Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/
Date: Sun, 21 Feb 2016 15:32:56
Message-Id: 1456068766.43cf24834fa8821bb2bed899b34c1e49634d0f99.jlec@gentoo
1 commit: 43cf24834fa8821bb2bed899b34c1e49634d0f99
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 21 15:30:45 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 21 15:32:46 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43cf2483
7
8 dev-python/google-api-python-client: Version Bump
9
10 Set correct versions for dependencies
11
12 Package-Manager: portage-2.2.27
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 dev-python/google-api-python-client/Manifest | 1 +
16 .../google-api-python-client-1.3.1.ebuild | 4 ++--
17 .../google-api-python-client-1.4.2.ebuild | 4 ++--
18 ...ent-1.4.2.ebuild => google-api-python-client-1.5.0.ebuild} | 11 ++++++++---
19 4 files changed, 13 insertions(+), 7 deletions(-)
20
21 diff --git a/dev-python/google-api-python-client/Manifest b/dev-python/google-api-python-client/Manifest
22 index 53ea9c5..1fffb9a 100644
23 --- a/dev-python/google-api-python-client/Manifest
24 +++ b/dev-python/google-api-python-client/Manifest
25 @@ -1,3 +1,4 @@
26 DIST google-api-python-client-1.1.tar.gz 71178 SHA256 bc88cae1c40446f22d58923fc5a8dbac77da29d6efbe4ae2276cc2f30f724617 SHA512 750c482e90f83d0b2d53f7d655db9a476686158b5e380cab7a5e92af1b521b26871dcda08a2ee946cd09035f65ca50ad8dcffa8f766d3671fceae009fbdb831e WHIRLPOOL 62d2ebb7f51f58c76b45f748fe79b031cda5f11fd6088d8ea947e7ab9b9b754688e004773f99169cc65fdd2789002faa486bed7717fc07dea0b25994cbede0da
27 DIST google-api-python-client-1.3.1.tar.gz 1480269 SHA256 5137c4d6e853cda1a2e32b7f1b1ce28b66f5d62e464d91386be22492c276b1f8 SHA512 385377bd99f006154f90bed2b6f55cb25786032d28ac7f15b9859882670cc8bf94acbfbd8485c4cf89abd665908f1a7f46f74e84f05faba992a62fe4b9fd5bd1 WHIRLPOOL cda6825e502738f6d3035e524494aadc159ac8d41ae12d3f682236f8c344dc41e2ecf03aee6b247233c5b9aa8c756ac8d598c98c95333dc8a8929901c3a82327
28 DIST google-api-python-client-1.4.2.tar.gz 2289731 SHA256 dfb7feab9733ae99952545927b5d87dda24cea308b2040fba2c505e7f0c57696 SHA512 ab5ce56142d96ed9b38d00294133e188dfeaf70aac78054f093f03fce7c4aee5b7b99f18ee27190aaef14b7fbe2bc8d0a4e2526ff6f166e41eb0b4b050e7c6b5 WHIRLPOOL 006e24d1a4e5d2bfabcbf2503fa163d6b0a3a28a839396014bf0a91a463454f02140f38dd179a141010a03e268711c2d22c9aa3158b594e5b465d9032997e7b9
29 +DIST google-api-python-client-1.5.0.tar.gz 2683924 SHA256 1558d6a6bca8c4ea775be46c6a81364739dc35b7ad2afc660c3a3102a43165bb SHA512 082a89e2e52dff449b6c4b6800503e337c5f2aa7ea2ca45a8373743a312d18d24ad87a486aed77b2e26075ba897f36e1129852dc30a139750e75cce5a1c25aa4 WHIRLPOOL f306a91fda8f241774a0b121dd8741ed5342aafb920b1bb59ca46a296ac7eaee4072839480abcd592a52d92e01811b9032545f93e8528211edf51d0cbe07644b
30
31 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild
32 index 45576f2..fd1a0b7 100644
33 --- a/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild
34 +++ b/dev-python/google-api-python-client/google-api-python-client-1.3.1.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2015 Gentoo Foundation
37 +# Copyright 1999-2016 Gentoo Foundation
38 # Distributed under the terms of the GNU General Public License v2
39 # $Id$
40
41 @@ -20,7 +20,7 @@ IUSE=""
42 DEPEND="
43 dev-python/python-gflags[${PYTHON_USEDEP}]
44 >=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
45 - dev-python/oauth2client[${PYTHON_USEDEP}]
46 + <dev-python/oauth2client-2[${PYTHON_USEDEP}]
47 dev-python/simplejson[${PYTHON_USEDEP}]
48 dev-python/setuptools[${PYTHON_USEDEP}]
49 dev-python/uritemplate[${PYTHON_USEDEP}]
50
51 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild
52 index bd55bbb..cf07c4f 100644
53 --- a/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild
54 +++ b/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild
55 @@ -1,4 +1,4 @@
56 -# Copyright 1999-2015 Gentoo Foundation
57 +# Copyright 1999-2016 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 # $Id$
60
61 @@ -19,7 +19,7 @@ IUSE="test"
62
63 RDEPEND="
64 >=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
65 - dev-python/oauth2client[${PYTHON_USEDEP}]
66 + <dev-python/oauth2client-2[${PYTHON_USEDEP}]
67 dev-python/setuptools[${PYTHON_USEDEP}]
68 dev-python/uritemplate[${PYTHON_USEDEP}]
69 "
70
71 diff --git a/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild b/dev-python/google-api-python-client/google-api-python-client-1.5.0.ebuild
72 similarity index 69%
73 copy from dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild
74 copy to dev-python/google-api-python-client/google-api-python-client-1.5.0.ebuild
75 index bd55bbb..aef0fa7 100644
76 --- a/dev-python/google-api-python-client/google-api-python-client-1.4.2.ebuild
77 +++ b/dev-python/google-api-python-client/google-api-python-client-1.5.0.ebuild
78 @@ -1,4 +1,4 @@
79 -# Copyright 1999-2015 Gentoo Foundation
80 +# Copyright 1999-2016 Gentoo Foundation
81 # Distributed under the terms of the GNU General Public License v2
82 # $Id$
83
84 @@ -19,9 +19,14 @@ IUSE="test"
85
86 RDEPEND="
87 >=dev-python/httplib2-0.8[${PYTHON_USEDEP}]
88 - dev-python/oauth2client[${PYTHON_USEDEP}]
89 + <dev-python/httplib2-1[${PYTHON_USEDEP}]
90 + >=dev-python/oauth2client-2[${PYTHON_USEDEP}]
91 + <dev-python/oauth2client-3[${PYTHON_USEDEP}]
92 dev-python/setuptools[${PYTHON_USEDEP}]
93 - dev-python/uritemplate[${PYTHON_USEDEP}]
94 + >=dev-python/uritemplate-0.6[${PYTHON_USEDEP}]
95 + <dev-python/uritemplate-1[${PYTHON_USEDEP}]
96 + >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
97 + <dev-python/six-2[${PYTHON_USEDEP}]
98 "
99 DEPEND="${RDEPEND}
100 test? (