* [gentoo-commits] gentoo-x86 commit in dev-python/testify: testify-0.2.8.ebuild ChangeLog
@ 2012-10-09 12:56 Patrick Lauer (patrick)
0 siblings, 0 replies; 3+ messages in thread
From: Patrick Lauer (patrick) @ 2012-10-09 12:56 UTC (permalink / raw
To: gentoo-commits
patrick 12/10/09 12:56:06
Modified: ChangeLog
Added: testify-0.2.8.ebuild
Log:
Bump
(Portage version: 2.2.0_alpha136/cvs/Linux x86_64)
Revision Changes Path
1.4 dev-python/testify/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/ChangeLog?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/ChangeLog?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/ChangeLog?r1=1.3&r2=1.4
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog 30 Jul 2012 07:06:26 -0000 1.3
+++ ChangeLog 9 Oct 2012 12:56:06 -0000 1.4
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/testify
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.3 2012/07/30 07:06:26 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.4 2012/10/09 12:56:06 patrick Exp $
+
+*testify-0.2.8 (09 Oct 2012)
+
+ 09 Oct 2012; Patrick Lauer <patrick@gentoo.org> +testify-0.2.8.ebuild:
+ Bump
*testify-0.2.7 (30 Jul 2012)
1.1 dev-python/testify/testify-0.2.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild?rev=1.1&content-type=text/plain
Index: testify-0.2.8.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild,v 1.1 2012/10/09 12:56:06 patrick Exp $
EAPI=4
SUPPORT_PYTHON_ABIS=1
# TODO: verify 2.5
RESTRICT_PYTHON_ABIS="2.5 3.* 2.7-pypy-*"
inherit eutils distutils vcs-snapshot
DESCRIPTION="A more pythonic replacement for the unittest module and nose"
HOMEPAGE="https://github.com/Yelp/testify http://pypi.python.org/pypi/testify/"
SRC_URI="https://github.com/Yelp/${PN}/tarball/${PV} -> ${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="dev-python/pyyaml
dev-python/sqlalchemy
www-servers/tornado
|| ( dev-lang/python:2.7 dev-lang/python:2.6 dev-python/simplejson )"
DEPEND="dev-python/setuptools
test? ( ${RDEPEND} )"
#DOCS="README.txt"
src_prepare() {
distutils_src_prepare
epatch "${FILESDIR}"/${PN}-0.2.6-tests.patch
}
src_test() {
testing() {
PYTHONPATH="build-${PYTHON_ABI}/lib/" "$(PYTHON)" bin/${PN} test
}
python_execute_function testing
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/testify: testify-0.2.8.ebuild ChangeLog
@ 2012-11-12 16:22 Ian Delaney (idella4)
0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2012-11-12 16:22 UTC (permalink / raw
To: gentoo-commits
idella4 12/11/12 16:22:17
Modified: testify-0.2.8.ebuild ChangeLog
Log:
Unrestricted pypy from build, test restricted pypy, rem 1 redundant hunk from tests patch, fixes Bug #438032
(Portage version: 2.1.11.30/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 dev-python/testify/testify-0.2.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild?r1=1.1&r2=1.2
Index: testify-0.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- testify-0.2.8.ebuild 9 Oct 2012 12:56:06 -0000 1.1
+++ testify-0.2.8.ebuild 12 Nov 2012 16:22:17 -0000 1.2
@@ -1,13 +1,13 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild,v 1.1 2012/10/09 12:56:06 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild,v 1.2 2012/11/12 16:22:17 idella4 Exp $
EAPI=4
SUPPORT_PYTHON_ABIS=1
# TODO: verify 2.5
-RESTRICT_PYTHON_ABIS="2.5 3.* 2.7-pypy-*"
-
+RESTRICT_PYTHON_ABIS="2.5 3.*"
+PYTHON_TESTS_RESTRICTED_ABIS="2.7-pypy-1.*"
inherit eutils distutils vcs-snapshot
DESCRIPTION="A more pythonic replacement for the unittest module and nose"
1.5 dev-python/testify/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/ChangeLog?r1=1.4&r2=1.5
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog 9 Oct 2012 12:56:06 -0000 1.4
+++ ChangeLog 12 Nov 2012 16:22:17 -0000 1.5
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/testify
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.4 2012/10/09 12:56:06 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.5 2012/11/12 16:22:17 idella4 Exp $
+
+ 13 Nov 2012; Ian Delaney <idella4@gentoo.org> files/testify-0.2.6-tests.patch,
+ testify-0.2.8.ebuild:
+ Unrestricted pypy from build, test restricted pypy, rem 1 redundant hunk from
+ tests patch, fixes Bug #438032
*testify-0.2.8 (09 Oct 2012)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/testify: testify-0.2.8.ebuild ChangeLog
@ 2012-11-29 15:53 Ian Delaney (idella4)
0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2012-11-29 15:53 UTC (permalink / raw
To: gentoo-commits
idella4 12/11/29 15:53:05
Modified: testify-0.2.8.ebuild ChangeLog
Log:
Removal of rogue test, fixes bug #438032
(Portage version: 2.1.11.30/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.3 dev-python/testify/testify-0.2.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild?r1=1.2&r2=1.3
Index: testify-0.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- testify-0.2.8.ebuild 12 Nov 2012 16:22:17 -0000 1.2
+++ testify-0.2.8.ebuild 29 Nov 2012 15:53:05 -0000 1.3
@@ -1,11 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild,v 1.2 2012/11/12 16:22:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/testify-0.2.8.ebuild,v 1.3 2012/11/29 15:53:05 idella4 Exp $
EAPI=4
SUPPORT_PYTHON_ABIS=1
-# TODO: verify 2.5
RESTRICT_PYTHON_ABIS="2.5 3.*"
PYTHON_TESTS_RESTRICTED_ABIS="2.7-pypy-1.*"
inherit eutils distutils vcs-snapshot
@@ -30,12 +29,13 @@
src_prepare() {
distutils_src_prepare
- epatch "${FILESDIR}"/${PN}-0.2.6-tests.patch
+ # Rm rogue test, Bug #438032
+ rm -f test/plugins//http_reporter_test.py
}
src_test() {
testing() {
- PYTHONPATH="build-${PYTHON_ABI}/lib/" "$(PYTHON)" bin/${PN} test
+ PYTHONPATH="build-${PYTHON_ABI}/lib/" "$(PYTHON)" bin/${PN} test
}
python_execute_function testing
}
1.6 dev-python/testify/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/testify/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 12 Nov 2012 16:22:17 -0000 1.5
+++ ChangeLog 29 Nov 2012 15:53:05 -0000 1.6
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/testify
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.5 2012/11/12 16:22:17 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/testify/ChangeLog,v 1.6 2012/11/29 15:53:05 idella4 Exp $
+
+ 30 Nov 2012; Ian Delaney <idella4@gentoo.org> testify-0.2.8.ebuild:
+ Removal of rogue test, fixes bug #438032
13 Nov 2012; Ian Delaney <idella4@gentoo.org> files/testify-0.2.6-tests.patch,
testify-0.2.8.ebuild:
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-11-29 15:53 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-12 16:22 [gentoo-commits] gentoo-x86 commit in dev-python/testify: testify-0.2.8.ebuild ChangeLog Ian Delaney (idella4)
-- strict thread matches above, loose matches on Subject: below --
2012-11-29 15:53 Ian Delaney (idella4)
2012-10-09 12:56 Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox