Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/keystone: keystone-2015.1.9999.ebuild ChangeLog
Date: Wed, 29 Jul 2015 23:28:55
Message-Id: 20150729232850.0C523111@oystercatcher.gentoo.org
1 prometheanfire 15/07/29 23:28:50
2
3 Modified: keystone-2015.1.9999.ebuild ChangeLog
4 Log:
5 updating stable/kilo deps
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
8
9 Revision Changes Path
10 1.2 sys-auth/keystone/keystone-2015.1.9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2015.1.9999.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2015.1.9999.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2015.1.9999.ebuild?r1=1.1&r2=1.2
15
16 Index: keystone-2015.1.9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.9999.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- keystone-2015.1.9999.ebuild 30 Apr 2015 17:23:27 -0000 1.1
23 +++ keystone-2015.1.9999.ebuild 29 Jul 2015 23:28:49 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.9999.ebuild,v 1.1 2015/04/30 17:23:27 prometheanfire Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.9999.ebuild,v 1.2 2015/07/29 23:28:49 prometheanfire Exp $
29
30 EAPI=5
31
32 @@ -33,17 +33,19 @@
33 >=dev-python/python-memcached-1.48[${PYTHON_USEDEP}]
34 )
35 mongo? (
36 - >=dev-python/pymongo-2.5[${PYTHON_USEDEP}]
37 + >=dev-python/pymongo-2.6.3[${PYTHON_USEDEP}]
38 <dev-python/pymongo-3.0[${PYTHON_USEDEP}]
39 )
40 ldap? (
41 - dev-python/python-ldap[${PYTHON_USEDEP}]
42 + >=dev-python/python-ldap-2.4[${PYTHON_USEDEP}]
43 >=dev-python/ldappool-1.0[${PYTHON_USEDEP}]
44 )
45 >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
46 >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
47 + <dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]
48 >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
49 >=dev-python/mock-1.0[${PYTHON_USEDEP}]
50 + <dev-python/mock-1.1.0[${PYTHON_USEDEP}]
51 >=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
52 <dev-python/oslotest-1.6.0[${PYTHON_USEDEP}]
53 >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
54 @@ -57,6 +59,7 @@
55 >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
56 <dev-python/oslo-sphinx-2.6.0[${PYTHON_USEDEP}]
57 >=dev-python/tempest-lib-0.4.0[${PYTHON_USEDEP}]
58 + <dev-python/tempest-lib-0.5.0[${PYTHON_USEDEP}]
59 )"
60 RDEPEND="
61 >=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
62 @@ -68,6 +71,7 @@
63 dev-python/paste[${PYTHON_USEDEP}]
64 >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
65 !~dev-python/routes-2.0[${PYTHON_USEDEP}]
66 + >=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
67 >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
68 sqlite? (
69 >=dev-python/sqlalchemy-0.9.7[sqlite,${PYTHON_USEDEP}]
70 @@ -86,7 +90,7 @@
71 >=dev-python/sqlalchemy-migrate-0.9.5[${PYTHON_USEDEP}]
72 dev-python/passlib[${PYTHON_USEDEP}]
73 >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
74 - >=dev-python/python-keystoneclient-1.1.0[${PYTHON_USEDEP}]
75 + >=dev-python/python-keystoneclient-1.2.0[${PYTHON_USEDEP}]
76 <dev-python/python-keystoneclient-1.4.0[${PYTHON_USEDEP}]
77 >=dev-python/keystonemiddleware-1.5.0[${PYTHON_USEDEP}]
78 <dev-python/keystonemiddleware-1.6.0[${PYTHON_USEDEP}]
79
80
81
82 1.102 sys-auth/keystone/ChangeLog
83
84 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.102&view=markup
85 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.102&content-type=text/plain
86 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?r1=1.101&r2=1.102
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
91 retrieving revision 1.101
92 retrieving revision 1.102
93 diff -u -r1.101 -r1.102
94 --- ChangeLog 29 Jul 2015 23:17:43 -0000 1.101
95 +++ ChangeLog 29 Jul 2015 23:28:49 -0000 1.102
96 @@ -1,6 +1,10 @@
97 # ChangeLog for sys-auth/keystone
98 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.101 2015/07/29 23:17:43 prometheanfire Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.102 2015/07/29 23:28:49 prometheanfire Exp $
101 +
102 + 29 Jul 2015; Matthew Thode <prometheanfire@g.o>
103 + keystone-2015.1.9999.ebuild:
104 + updating stable/kilo deps
105
106 *keystone-2015.1.1 (29 Jul 2015)