prometheanfire    15/07/29 23:28:50

  Modified:             keystone-2015.1.9999.ebuild ChangeLog
  Log:
  updating stable/kilo deps
  
  (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 
0x33ED3FD25AFC78BA)

Revision  Changes    Path
1.2                  sys-auth/keystone/keystone-2015.1.9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2015.1.9999.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2015.1.9999.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/keystone-2015.1.9999.ebuild?r1=1.1&r2=1.2

Index: keystone-2015.1.9999.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.9999.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- keystone-2015.1.9999.ebuild 30 Apr 2015 17:23:27 -0000      1.1
+++ keystone-2015.1.9999.ebuild 29 Jul 2015 23:28:49 -0000      1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.9999.ebuild,v 1.1 
2015/04/30 17:23:27 prometheanfire Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/sys-auth/keystone/keystone-2015.1.9999.ebuild,v 1.2 
2015/07/29 23:28:49 prometheanfire Exp $
 
 EAPI=5
 
@@ -33,17 +33,19 @@
                        >=dev-python/python-memcached-1.48[${PYTHON_USEDEP}]
                )
                mongo? (
-                       >=dev-python/pymongo-2.5[${PYTHON_USEDEP}]
+                       >=dev-python/pymongo-2.6.3[${PYTHON_USEDEP}]
                        <dev-python/pymongo-3.0[${PYTHON_USEDEP}]
                )
                ldap? (
-                       dev-python/python-ldap[${PYTHON_USEDEP}]
+                       >=dev-python/python-ldap-2.4[${PYTHON_USEDEP}]
                        >=dev-python/ldappool-1.0[${PYTHON_USEDEP}]
                )
                >=dev-python/coverage-3.6[${PYTHON_USEDEP}]
                >=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
+               <dev-python/fixtures-1.3.0[${PYTHON_USEDEP}]
                >=dev-python/lxml-2.3[${PYTHON_USEDEP}]
                >=dev-python/mock-1.0[${PYTHON_USEDEP}]
+               <dev-python/mock-1.1.0[${PYTHON_USEDEP}]
                >=dev-python/oslotest-1.5.1[${PYTHON_USEDEP}]
                <dev-python/oslotest-1.6.0[${PYTHON_USEDEP}]
                >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}]
@@ -57,6 +59,7 @@
                >=dev-python/oslo-sphinx-2.5.0[${PYTHON_USEDEP}]
                <dev-python/oslo-sphinx-2.6.0[${PYTHON_USEDEP}]
                >=dev-python/tempest-lib-0.4.0[${PYTHON_USEDEP}]
+               <dev-python/tempest-lib-0.5.0[${PYTHON_USEDEP}]
        )"
 RDEPEND="
        >=dev-python/webob-1.2.3-r1[${PYTHON_USEDEP}]
@@ -68,6 +71,7 @@
        dev-python/paste[${PYTHON_USEDEP}]
        >=dev-python/routes-1.12.3[${PYTHON_USEDEP}]
        !~dev-python/routes-2.0[${PYTHON_USEDEP}]
+       >=dev-python/cryptography-0.8[${PYTHON_USEDEP}]
        >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
        sqlite? (
                >=dev-python/sqlalchemy-0.9.7[sqlite,${PYTHON_USEDEP}]
@@ -86,7 +90,7 @@
        >=dev-python/sqlalchemy-migrate-0.9.5[${PYTHON_USEDEP}]
        dev-python/passlib[${PYTHON_USEDEP}]
        >=dev-python/iso8601-0.1.9[${PYTHON_USEDEP}]
-       >=dev-python/python-keystoneclient-1.1.0[${PYTHON_USEDEP}]
+       >=dev-python/python-keystoneclient-1.2.0[${PYTHON_USEDEP}]
        <dev-python/python-keystoneclient-1.4.0[${PYTHON_USEDEP}]
        >=dev-python/keystonemiddleware-1.5.0[${PYTHON_USEDEP}]
        <dev-python/keystonemiddleware-1.6.0[${PYTHON_USEDEP}]



1.102                sys-auth/keystone/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.102&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?rev=1.102&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-auth/keystone/ChangeLog?r1=1.101&r2=1.102

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog   29 Jul 2015 23:17:43 -0000      1.101
+++ ChangeLog   29 Jul 2015 23:28:49 -0000      1.102
@@ -1,6 +1,10 @@
 # ChangeLog for sys-auth/keystone
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.101 
2015/07/29 23:17:43 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/keystone/ChangeLog,v 1.102 
2015/07/29 23:28:49 prometheanfire Exp $
+
+  29 Jul 2015; Matthew Thode <[email protected]>
+  keystone-2015.1.9999.ebuild:
+  updating stable/kilo deps
 
 *keystone-2015.1.1 (29 Jul 2015)
 




Reply via email to