* [gentoo-commits] gentoo-x86 commit in dev-python/oslotest: oslotest-1.5.1.ebuild ChangeLog
@ 2015-03-14 23:22 Alex Brandt (alunduil)
0 siblings, 0 replies; 2+ messages in thread
From: Alex Brandt (alunduil) @ 2015-03-14 23:22 UTC (permalink / raw
To: gentoo-commits
alunduil 15/03/14 23:22:35
Modified: ChangeLog
Added: oslotest-1.5.1.ebuild
Log:
add version 1.5.1
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 11A8217C!)
Revision Changes Path
1.12 dev-python/oslotest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 8 Mar 2015 23:54:47 -0000 1.11
+++ ChangeLog 14 Mar 2015 23:22:35 -0000 1.12
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/oslotest
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.11 2015/03/08 23:54:47 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.12 2015/03/14 23:22:35 alunduil Exp $
+
+*oslotest-1.5.1 (14 Mar 2015)
+
+ 14 Mar 2015; Alex Brandt <alunduil@gentoo.org> +oslotest-1.5.1.ebuild:
+ add version 1.5.1
08 Mar 2015; Pacho Ramos <pacho@gentoo.org> oslotest-1.3.0.ebuild:
x86 stable, bug 540290
1.1 dev-python/oslotest/oslotest-1.5.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild?rev=1.1&content-type=text/plain
Index: oslotest-1.5.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild,v 1.1 2015/03/14 23:22:35 alunduil Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
inherit distutils-r1
DESCRIPTION="OpenStack test framework"
HOMEPAGE="http://launchpad.net/oslo"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~amd64-linux ~x86 ~x86-linux"
IUSE="doc test"
CDEPEND="
>=dev-python/pbr-0.6[${PYTHON_USEDEP}]
!~dev-python/pbr-0.7[${PYTHON_USEDEP}]
<dev-python/pbr-1.0[${PYTHON_USEDEP}]
"
DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
${CDEPEND}
test? (
<dev-python/hacking-0.10[${PYTHON_USEDEP}]
>=dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
)
doc? (
>=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[${PYTHON_USEDEP}]
)
"
RDEPEND="
>=dev-python/fixtures-0.3.14[${PYTHON_USEDEP}]
>=dev-python/mock-1.0[${PYTHON_USEDEP}]
>=dev-python/mox3-0.7.0[${PYTHON_USEDEP}]
>=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
>=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-0.9.36[${PYTHON_USEDEP}]
!~dev-python/testtools-1.2.0[${PYTHON_USEDEP}]
"
python_compile_all() {
use doc && esetup.py build_sphinx
}
python_test() {
rm -rf .testrepository || die "coudln't remove '.testrepository' under ${EPYTHON}"
testr init || die "testr init failed under ${EPYTHON}"
testr run || die "testr run failed under ${EPYTHON}"
}
python_install_all() {
use doc && local HTML_DOCS=( doc/build/html/. )
use doc && doman doc/build/man/oslotest.1
distutils-r1_python_install_all
}
pkg_postinst() {
elog "man page installation requires USE=doc"
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/oslotest: oslotest-1.5.1.ebuild ChangeLog
@ 2015-07-08 20:39 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-07-08 20:39 UTC (permalink / raw
To: gentoo-commits
zlogene 15/07/08 20:39:17
Modified: oslotest-1.5.1.ebuild ChangeLog
Log:
x86 stable wrt bug #554114
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.3 dev-python/oslotest/oslotest-1.5.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild?r1=1.2&r2=1.3
Index: oslotest-1.5.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- oslotest-1.5.1.ebuild 7 Jul 2015 16:11:39 -0000 1.2
+++ oslotest-1.5.1.ebuild 8 Jul 2015 20:39:17 -0000 1.3
@@ -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/oslotest/oslotest-1.5.1.ebuild,v 1.2 2015/07/07 16:11:39 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/oslotest-1.5.1.ebuild,v 1.3 2015/07/08 20:39:17 zlogene Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 python3_3 python3_4 )
@@ -13,7 +13,7 @@
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
CDEPEND="
1.21 dev-python/oslotest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/oslotest/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 7 Jul 2015 16:11:39 -0000 1.20
+++ ChangeLog 8 Jul 2015 20:39:17 -0000 1.21
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/oslotest
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.20 2015/07/07 16:11:39 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/oslotest/ChangeLog,v 1.21 2015/07/08 20:39:17 zlogene Exp $
+
+ 08 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> oslotest-1.5.1.ebuild:
+ x86 stable wrt bug #554114
07 Jul 2015; Mikle Kolyada <zlogene@gentoo.org> oslotest-1.5.0.ebuild,
oslotest-1.5.1.ebuild:
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-07-08 20:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-14 23:22 [gentoo-commits] gentoo-x86 commit in dev-python/oslotest: oslotest-1.5.1.ebuild ChangeLog Alex Brandt (alunduil)
-- strict thread matches above, loose matches on Subject: below --
2015-07-08 20:39 Mikle Kolyada (zlogene)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox