prometheanfire 15/03/11 05:25:11 Modified: ChangeLog Added: oslo-context-0.2.0.ebuild Log: bup (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x33ED3FD25AFC78BA)
Revision Changes Path 1.4 dev-python/oslo-context/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-context/ChangeLog?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-context/ChangeLog?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-context/ChangeLog?r1=1.3&r2=1.4 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/oslo-context/ChangeLog,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ChangeLog 28 Feb 2015 07:01:27 -0000 1.3 +++ ChangeLog 11 Mar 2015 05:25:11 -0000 1.4 @@ -1,6 +1,12 @@ # ChangeLog for dev-python/oslo-context # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-context/ChangeLog,v 1.3 2015/02/28 07:01:27 prometheanfire Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-context/ChangeLog,v 1.4 2015/03/11 05:25:11 prometheanfire Exp $ + +*oslo-context-0.2.0 (11 Mar 2015) + + 11 Mar 2015; Matthew Thode <[email protected]> + +oslo-context-0.2.0.ebuild: + bup *oslo-context-0.1.0-r1 (28 Feb 2015) 1.1 dev-python/oslo-context/oslo-context-0.2.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-context/oslo-context-0.2.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslo-context/oslo-context-0.2.0.ebuild?rev=1.1&content-type=text/plain Index: oslo-context-0.2.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/oslo-context/oslo-context-0.2.0.ebuild,v 1.1 2015/03/11 05:25:11 prometheanfire Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 python3_3 python3_4 ) inherit distutils-r1 DESCRIPTION="Helpers to maintain useful information about a request context" HOMEPAGE="https://pypi.python.org/pypi/oslo.context" SRC_URI="mirror://pypi/${PN:0:1}/oslo.context/oslo.context-${PV}.tar.gz" S="${WORKDIR}/oslo.context-${PV}" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] >=dev-python/pbr-0.8[${PYTHON_USEDEP}] <dev-python/pbr-1.0[${PYTHON_USEDEP}] test? ( >=dev-python/hacking-0.9.2[${PYTHON_USEDEP}] <dev-python/hacking-0.10[${PYTHON_USEDEP}] >=dev-python/oslotest-1.2.0[${PYTHON_USEDEP}] >=dev-python/coverage-3.6[${PYTHON_USEDEP}] >=dev-python/oslo-sphinx-2.2.0[${PYTHON_USEDEP}] >=dev-python/sphinx-1.1.2[${PYTHON_USEDEP}] !~dev-python/sphinx-1.2.0[${PYTHON_USEDEP}] <dev-python/sphinx-1.3.0[${PYTHON_USEDEP}] )" RDEPEND=" >=dev-python/Babel-1.3[${PYTHON_USEDEP}] " # This time half the doc files are missing; Do you want them? python_test() { nosetests tests/ || die "test failed under ${EPYTHON}" }
