* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog
@ 2013-01-02 4:32 Mike Gilbert (floppym)
0 siblings, 0 replies; 14+ messages in thread
From: Mike Gilbert (floppym) @ 2013-01-02 4:32 UTC (permalink / raw
To: gentoo-commits
floppym 13/01/02 04:32:07
Modified: pytest-2.3.4.ebuild ChangeLog
Log:
Add pypy2_0.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Revision Changes Path
1.2 dev-python/pytest/pytest-2.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.1&r2=1.2
Index: pytest-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pytest-2.3.4.ebuild 23 Dec 2012 10:04:45 -0000 1.1
+++ pytest-2.3.4.ebuild 2 Jan 2013 04:32:07 -0000 1.2
@@ -1,10 +1,10 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.1 2012/12/23 10:04:45 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.2 2013/01/02 04:32:07 floppym Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9} )
+PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
inherit distutils-r1
DESCRIPTION="py.test: simple powerful testing with Python"
1.45 dev-python/pytest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 23 Dec 2012 10:04:45 -0000 1.44
+++ ChangeLog 2 Jan 2013 04:32:07 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.44 2012/12/23 10:04:45 radhermit Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.45 2013/01/02 04:32:07 floppym Exp $
+
+ 02 Jan 2013; Mike Gilbert <floppym@gentoo.org> pytest-2.3.4.ebuild:
+ Add pypy2_0.
*pytest-2.3.4 (23 Dec 2012)
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog
@ 2013-02-13 13:09 Ian Delaney (idella4)
0 siblings, 0 replies; 14+ messages in thread
From: Ian Delaney (idella4) @ 2013-02-13 13:09 UTC (permalink / raw
To: gentoo-commits
idella4 13/02/13 13:09:54
Modified: pytest-2.3.4.ebuild ChangeLog
Log:
Upstream fix to unicode issue, -unicode.patch, for removal next release, fixes Bug #452580
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.3 dev-python/pytest/pytest-2.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.2&r2=1.3
Index: pytest-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pytest-2.3.4.ebuild 2 Jan 2013 04:32:07 -0000 1.2
+++ pytest-2.3.4.ebuild 13 Feb 2013 13:09:54 -0000 1.3
@@ -1,11 +1,11 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.2 2013/01/02 04:32:07 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.3 2013/02/13 13:09:54 idella4 Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} pypy{1_8,1_9,2_0} )
-inherit distutils-r1
+inherit distutils-r1 eutils
DESCRIPTION="py.test: simple powerful testing with Python"
HOMEPAGE="http://pytest.org/ http://pypi.python.org/pypi/pytest"
@@ -31,6 +31,8 @@
sed -e "s/return points/return {'py.test': target}/" -i setup.py || die "sed failed"
grep -qF "py>=${PY_VER}" setup.py || die "Incorrect dev-python/py dependency"
distutils-r1_python_prepare_all
+
+ epatch "${FILESDIR}"/${P}-unicode.patch
}
python_compile_all() {
1.46 dev-python/pytest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 2 Jan 2013 04:32:07 -0000 1.45
+++ ChangeLog 13 Feb 2013 13:09:54 -0000 1.46
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.45 2013/01/02 04:32:07 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.46 2013/02/13 13:09:54 idella4 Exp $
+
+ 14 Feb 2013; Ian Delaney <idella4@gentoo.org>
+ +files/pytest-2.3.4-unicode.patch, pytest-2.3.4.ebuild:
+ Upstream fix to unicode issue, -unicode.patch, for removal next release, fixes
+ Bug #452580
02 Jan 2013; Mike Gilbert <floppym@gentoo.org> pytest-2.3.4.ebuild:
Add pypy2_0.
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog
@ 2013-02-26 6:33 Ian Delaney (idella4)
0 siblings, 0 replies; 14+ messages in thread
From: Ian Delaney (idella4) @ 2013-02-26 6:33 UTC (permalink / raw
To: gentoo-commits
idella4 13/02/26 06:33:13
Modified: pytest-2.3.4.ebuild ChangeLog
Log:
unicode.patch adjusted consequent to upstream's partial update to tox.ini, IUSE test added, fixes Bug #458418
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.4 dev-python/pytest/pytest-2.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.3&r2=1.4
Index: pytest-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pytest-2.3.4.ebuild 13 Feb 2013 13:09:54 -0000 1.3
+++ pytest-2.3.4.ebuild 26 Feb 2013 06:33:12 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.3 2013/02/13 13:09:54 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.4 2013/02/26 06:33:12 idella4 Exp $
EAPI="5"
@@ -14,7 +14,7 @@
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
-IUSE="doc"
+IUSE="doc test"
# When bumping, please check setup.py for the proper py version
PY_VER="1.4.12"
1.47 dev-python/pytest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 13 Feb 2013 13:09:54 -0000 1.46
+++ ChangeLog 26 Feb 2013 06:33:12 -0000 1.47
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.46 2013/02/13 13:09:54 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.47 2013/02/26 06:33:12 idella4 Exp $
+
+ 26 Feb 2013; Ian Delaney <idella4@gentoo.org>
+ files/pytest-2.3.4-unicode.patch, pytest-2.3.4.ebuild:
+ unicode.patch adjusted consequent to upstream's partial update to tox.ini,
+ IUSE test added, fixes Bug #458418
14 Feb 2013; Ian Delaney <idella4@gentoo.org>
+files/pytest-2.3.4-unicode.patch, pytest-2.3.4.ebuild:
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog
@ 2013-03-23 21:38 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-23 21:38 UTC (permalink / raw
To: gentoo-commits
ago 13/03/23 21:38:17
Modified: pytest-2.3.4.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #462180
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.5 dev-python/pytest/pytest-2.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.4&r2=1.5
Index: pytest-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pytest-2.3.4.ebuild 26 Feb 2013 06:33:12 -0000 1.4
+++ pytest-2.3.4.ebuild 23 Mar 2013 21:38:17 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.4 2013/02/26 06:33:12 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.5 2013/03/23 21:38:17 ago Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
1.48 dev-python/pytest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 26 Feb 2013 06:33:12 -0000 1.47
+++ ChangeLog 23 Mar 2013 21:38:17 -0000 1.48
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.47 2013/02/26 06:33:12 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.48 2013/03/23 21:38:17 ago Exp $
+
+ 23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
+ Stable for amd64, wrt bug #462180
26 Feb 2013; Ian Delaney <idella4@gentoo.org>
files/pytest-2.3.4-unicode.patch, pytest-2.3.4.ebuild:
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog
@ 2013-03-23 21:42 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-23 21:42 UTC (permalink / raw
To: gentoo-commits
ago 13/03/23 21:42:09
Modified: pytest-2.3.4.ebuild ChangeLog
Log:
Stable for x86, wrt bug #462180
(Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.6 dev-python/pytest/pytest-2.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.5&r2=1.6
Index: pytest-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pytest-2.3.4.ebuild 23 Mar 2013 21:38:17 -0000 1.5
+++ pytest-2.3.4.ebuild 23 Mar 2013 21:42:09 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.5 2013/03/23 21:38:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.6 2013/03/23 21:42:09 ago Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
1.49 dev-python/pytest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 23 Mar 2013 21:38:17 -0000 1.48
+++ ChangeLog 23 Mar 2013 21:42:09 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.48 2013/03/23 21:38:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.49 2013/03/23 21:42:09 ago Exp $
+
+ 23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
+ Stable for x86, wrt bug #462180
23 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for amd64, wrt bug #462180
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog
@ 2013-03-26 11:08 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-26 11:08 UTC (permalink / raw
To: gentoo-commits
ago 13/03/26 11:08:27
Modified: pytest-2.3.4.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #462180
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.8 dev-python/pytest/pytest-2.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.7&r2=1.8
Index: pytest-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pytest-2.3.4.ebuild 24 Mar 2013 12:35:12 -0000 1.7
+++ pytest-2.3.4.ebuild 26 Mar 2013 11:08:27 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.7 2013/03/24 12:35:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.8 2013/03/26 11:08:27 ago Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
1.51 dev-python/pytest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.50&r2=1.51
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog 24 Mar 2013 12:35:12 -0000 1.50
+++ ChangeLog 26 Mar 2013 11:08:27 -0000 1.51
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.50 2013/03/24 12:35:12 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.51 2013/03/26 11:08:27 ago Exp $
+
+ 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
+ Stable for ppc, wrt bug #462180
24 Mar 2013; Markus Meier <maekke@gentoo.org> pytest-2.3.4.ebuild:
arm stable, bug #462180
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog
@ 2013-03-26 19:14 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-26 19:14 UTC (permalink / raw
To: gentoo-commits
ago 13/03/26 19:14:11
Modified: pytest-2.3.4.ebuild ChangeLog
Log:
Stable for ppc64, wrt bug #462180
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.9 dev-python/pytest/pytest-2.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.8&r2=1.9
Index: pytest-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pytest-2.3.4.ebuild 26 Mar 2013 11:08:27 -0000 1.8
+++ pytest-2.3.4.ebuild 26 Mar 2013 19:14:11 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.8 2013/03/26 11:08:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.9 2013/03/26 19:14:11 ago Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
1.52 dev-python/pytest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 26 Mar 2013 11:08:27 -0000 1.51
+++ ChangeLog 26 Mar 2013 19:14:11 -0000 1.52
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.51 2013/03/26 11:08:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.52 2013/03/26 19:14:11 ago Exp $
+
+ 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
+ Stable for ppc64, wrt bug #462180
26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for ppc, wrt bug #462180
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog
@ 2013-03-28 23:04 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-28 23:04 UTC (permalink / raw
To: gentoo-commits
ago 13/03/28 23:04:37
Modified: pytest-2.3.4.ebuild ChangeLog
Log:
Stable for ia64, wrt bug #462180
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.10 dev-python/pytest/pytest-2.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.9&r2=1.10
Index: pytest-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pytest-2.3.4.ebuild 26 Mar 2013 19:14:11 -0000 1.9
+++ pytest-2.3.4.ebuild 28 Mar 2013 23:04:37 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.9 2013/03/26 19:14:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.10 2013/03/28 23:04:37 ago Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
1.53 dev-python/pytest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 26 Mar 2013 19:14:11 -0000 1.52
+++ ChangeLog 28 Mar 2013 23:04:37 -0000 1.53
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.52 2013/03/26 19:14:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.53 2013/03/28 23:04:37 ago Exp $
+
+ 28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
+ Stable for ia64, wrt bug #462180
26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for ppc64, wrt bug #462180
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog
@ 2013-03-30 15:06 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-30 15:06 UTC (permalink / raw
To: gentoo-commits
ago 13/03/30 15:06:38
Modified: pytest-2.3.4.ebuild ChangeLog
Log:
Stable for alpha, wrt bug #462180
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.11 dev-python/pytest/pytest-2.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.10&r2=1.11
Index: pytest-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pytest-2.3.4.ebuild 28 Mar 2013 23:04:37 -0000 1.10
+++ pytest-2.3.4.ebuild 30 Mar 2013 15:06:38 -0000 1.11
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.10 2013/03/28 23:04:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.11 2013/03/30 15:06:38 ago Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
1.54 dev-python/pytest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 28 Mar 2013 23:04:37 -0000 1.53
+++ ChangeLog 30 Mar 2013 15:06:38 -0000 1.54
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.53 2013/03/28 23:04:37 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.54 2013/03/30 15:06:38 ago Exp $
+
+ 30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
+ Stable for alpha, wrt bug #462180
28 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for ia64, wrt bug #462180
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog
@ 2013-03-31 10:23 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-03-31 10:23 UTC (permalink / raw
To: gentoo-commits
ago 13/03/31 10:23:27
Modified: pytest-2.3.4.ebuild ChangeLog
Log:
Stable for sparc, wrt bug #462180
(Portage version: 2.1.11.52/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.12 dev-python/pytest/pytest-2.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.11&r2=1.12
Index: pytest-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- pytest-2.3.4.ebuild 30 Mar 2013 15:06:38 -0000 1.11
+++ pytest-2.3.4.ebuild 31 Mar 2013 10:23:27 -0000 1.12
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.11 2013/03/30 15:06:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.12 2013/03/31 10:23:27 ago Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
1.55 dev-python/pytest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 30 Mar 2013 15:06:38 -0000 1.54
+++ ChangeLog 31 Mar 2013 10:23:27 -0000 1.55
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.54 2013/03/30 15:06:38 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.55 2013/03/31 10:23:27 ago Exp $
+
+ 31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
+ Stable for sparc, wrt bug #462180
30 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for alpha, wrt bug #462180
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog
@ 2013-04-02 10:06 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-02 10:06 UTC (permalink / raw
To: gentoo-commits
ago 13/04/02 10:06:17
Modified: pytest-2.3.4.ebuild ChangeLog
Log:
Stable for sh, wrt bug #462180
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.13 dev-python/pytest/pytest-2.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.12&r2=1.13
Index: pytest-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- pytest-2.3.4.ebuild 31 Mar 2013 10:23:27 -0000 1.12
+++ pytest-2.3.4.ebuild 2 Apr 2013 10:06:17 -0000 1.13
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.12 2013/03/31 10:23:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.13 2013/04/02 10:06:17 ago Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
1.56 dev-python/pytest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 31 Mar 2013 10:23:27 -0000 1.55
+++ ChangeLog 2 Apr 2013 10:06:17 -0000 1.56
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.55 2013/03/31 10:23:27 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.56 2013/04/02 10:06:17 ago Exp $
+
+ 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
+ Stable for sh, wrt bug #462180
31 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for sparc, wrt bug #462180
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog
@ 2013-04-02 23:14 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-02 23:14 UTC (permalink / raw
To: gentoo-commits
ago 13/04/02 23:14:11
Modified: pytest-2.3.4.ebuild ChangeLog
Log:
Stable for hppa, wrt bug #462180
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.14 dev-python/pytest/pytest-2.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.13&r2=1.14
Index: pytest-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pytest-2.3.4.ebuild 2 Apr 2013 10:06:17 -0000 1.13
+++ pytest-2.3.4.ebuild 2 Apr 2013 23:14:11 -0000 1.14
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.13 2013/04/02 10:06:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.14 2013/04/02 23:14:11 ago Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
1.57 dev-python/pytest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.57&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.57&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.56&r2=1.57
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.56
retrieving revision 1.57
diff -u -r1.56 -r1.57
--- ChangeLog 2 Apr 2013 10:06:17 -0000 1.56
+++ ChangeLog 2 Apr 2013 23:14:11 -0000 1.57
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.56 2013/04/02 10:06:17 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.57 2013/04/02 23:14:11 ago Exp $
+
+ 02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
+ Stable for hppa, wrt bug #462180
02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for sh, wrt bug #462180
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog
@ 2013-04-04 9:14 Ian Delaney (idella4)
0 siblings, 0 replies; 14+ messages in thread
From: Ian Delaney (idella4) @ 2013-04-04 9:14 UTC (permalink / raw
To: gentoo-commits
idella4 13/04/04 09:14:30
Modified: pytest-2.3.4.ebuild ChangeLog
Log:
Test suite fixed for py3, fixes Bug #462552, by patrick
(Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.15 dev-python/pytest/pytest-2.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.14&r2=1.15
Index: pytest-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- pytest-2.3.4.ebuild 2 Apr 2013 23:14:11 -0000 1.14
+++ pytest-2.3.4.ebuild 4 Apr 2013 09:14:30 -0000 1.15
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.14 2013/04/02 23:14:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.15 2013/04/04 09:14:30 idella4 Exp $
EAPI="5"
@@ -13,12 +13,12 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha ~amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
PY_VER="1.4.12"
-RDEPEND=">=dev-python/py-${PY_VER}[${PYTHON_USEDEP}]"
+RDEPEND=">=dev-python/py-${PY_VER}"
DEPEND="${RDEPEND}
app-arch/unzip
dev-python/setuptools[${PYTHON_USEDEP}]"
@@ -43,7 +43,15 @@
}
python_test() {
- "${PYTHON}" "${BUILD_DIR}"/lib/pytest.py || die "tests failed with ${EPYTHON}"
+ cd "${BUILD_DIR}"/lib/ || die
+ # pytest.py draws from "${S}" if / when absent of a local testing folder; Bug 462552
+ if [[ "${EPYTHON:6:1}" == 3 ]]; then
+ cp -a "${S}"/testing/ . || die
+ "${PYTHON}" pytest.py || die "tests failed with ${EPYTHON}"
+ rm -rf testing/
+ else
+ "${PYTHON}" pytest.py || die "tests failed with ${EPYTHON}"
+ fi
}
python_install_all() {
1.58 dev-python/pytest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 2 Apr 2013 23:14:11 -0000 1.57
+++ ChangeLog 4 Apr 2013 09:14:30 -0000 1.58
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.57 2013/04/02 23:14:11 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.58 2013/04/04 09:14:30 idella4 Exp $
+
+ 04 Apr 2013; Ian Delaney <idella4@gentoo.org> pytest-2.3.4.ebuild:
+ Test suite fixed for py3, fixes Bug #462552, by patrick
02 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
Stable for hppa, wrt bug #462180
^ permalink raw reply [flat|nested] 14+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog
@ 2013-04-10 19:51 Agostino Sarubbo (ago)
0 siblings, 0 replies; 14+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-10 19:51 UTC (permalink / raw
To: gentoo-commits
ago 13/04/10 19:51:27
Modified: pytest-2.3.4.ebuild ChangeLog
Log:
Stable for s390, wrt bug #458992
(Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Revision Changes Path
1.17 dev-python/pytest/pytest-2.3.4.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.16&r2=1.17
Index: pytest-2.3.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- pytest-2.3.4.ebuild 4 Apr 2013 12:38:16 -0000 1.16
+++ pytest-2.3.4.ebuild 10 Apr 2013 19:51:27 -0000 1.17
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.16 2013/04/04 12:38:16 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.17 2013/04/10 19:51:27 ago Exp $
EAPI="5"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE="doc test"
# When bumping, please check setup.py for the proper py version
1.62 dev-python/pytest/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 4 Apr 2013 18:30:58 -0000 1.61
+++ ChangeLog 10 Apr 2013 19:51:27 -0000 1.62
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pytest
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.61 2013/04/04 18:30:58 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.62 2013/04/10 19:51:27 ago Exp $
+
+ 10 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pytest-2.3.4.ebuild:
+ Stable for s390, wrt bug #458992
04 Apr 2013; Mike Gilbert <floppym@gentoo.org> -pytest-2.3.4-r1.ebuild:
Drop unnecessary revbump.
^ permalink raw reply [flat|nested] 14+ messages in thread
end of thread, other threads:[~2013-04-10 19:51 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-04 9:14 [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog Ian Delaney (idella4)
-- strict thread matches above, loose matches on Subject: below --
2013-04-10 19:51 Agostino Sarubbo (ago)
2013-04-02 23:14 Agostino Sarubbo (ago)
2013-04-02 10:06 Agostino Sarubbo (ago)
2013-03-31 10:23 Agostino Sarubbo (ago)
2013-03-30 15:06 Agostino Sarubbo (ago)
2013-03-28 23:04 Agostino Sarubbo (ago)
2013-03-26 19:14 Agostino Sarubbo (ago)
2013-03-26 11:08 Agostino Sarubbo (ago)
2013-03-23 21:42 Agostino Sarubbo (ago)
2013-03-23 21:38 Agostino Sarubbo (ago)
2013-02-26 6:33 Ian Delaney (idella4)
2013-02-13 13:09 Ian Delaney (idella4)
2013-01-02 4:32 Mike Gilbert (floppym)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox