prometheanfire 15/02/28 20:10:04 Modified: python-keystoneclient-1.2.0.ebuild ChangeLog Log: fixing doc deps (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Revision Changes Path 1.2 dev-python/python-keystoneclient/python-keystoneclient-1.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-1.2.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-1.2.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-1.2.0.ebuild?r1=1.1&r2=1.2 Index: python-keystoneclient-1.2.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-1.2.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- python-keystoneclient-1.2.0.ebuild 28 Feb 2015 07:06:45 -0000 1.1 +++ python-keystoneclient-1.2.0.ebuild 28 Feb 2015 20:10:04 -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/dev-python/python-keystoneclient/python-keystoneclient-1.2.0.ebuild,v 1.1 2015/02/28 07:06:45 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-1.2.0.ebuild,v 1.2 2015/02/28 20:10:04 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 ) @@ -24,6 +24,7 @@ >=dev-python/mock-1.0[${PYTHON_USEDEP}] >=dev-python/mox3-0.7.0[${PYTHON_USEDEP}] >=dev-python/requests-mock-0.5.1[${PYTHON_USEDEP}] + >=dev-python/tempest-lib-0.2.0[${PYTHON_USEDEP}] >=dev-python/testresources-0.2.4[${PYTHON_USEDEP}] >=dev-python/webob-1.2.3[${PYTHON_USEDEP}] " @@ -42,7 +43,6 @@ >=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}] >=dev-python/pycrypto-2.6[${PYTHON_USEDEP}] >=dev-python/requests-mock-0.5.1[${PYTHON_USEDEP}] - >=dev-python/tempest-lib-0.2.0[${PYTHON_USEDEP}] >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}] >=dev-python/testtools-0.9.36[${PYTHON_USEDEP}] !~dev-python/testtools-1.2.0[${PYTHON_USEDEP}] 1.43 dev-python/python-keystoneclient/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.43&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?r1=1.42&r2=1.43 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- ChangeLog 28 Feb 2015 07:06:45 -0000 1.42 +++ ChangeLog 28 Feb 2015 20:10:04 -0000 1.43 @@ -1,6 +1,10 @@ # ChangeLog for dev-python/python-keystoneclient # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.42 2015/02/28 07:06:45 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.43 2015/02/28 20:10:04 prometheanfire Exp $ + + 28 Feb 2015; Matthew Thode <[email protected]> + python-keystoneclient-1.2.0.ebuild: + fixing doc deps *python-keystoneclient-1.2.0 (28 Feb 2015)
