Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pytest: pytest-2.3.4.ebuild ChangeLog
Date: Tue, 26 Feb 2013 06:33:16
Message-Id: 20130226063313.1DCCE2171E@flycatcher.gentoo.org
1 idella4 13/02/26 06:33:13
2
3 Modified: pytest-2.3.4.ebuild ChangeLog
4 Log:
5 unicode.patch adjusted consequent to upstream's partial update to tox.ini, IUSE test added, fixes Bug #458418
6
7 (Portage version: 2.1.11.40/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.4 dev-python/pytest/pytest-2.3.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild?r1=1.3&r2=1.4
15
16 Index: pytest-2.3.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- pytest-2.3.4.ebuild 13 Feb 2013 13:09:54 -0000 1.3
23 +++ pytest-2.3.4.ebuild 26 Feb 2013 06:33:12 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.3 2013/02/13 13:09:54 idella4 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/pytest-2.3.4.ebuild,v 1.4 2013/02/26 06:33:12 idella4 Exp $
29
30 EAPI="5"
31
32 @@ -14,7 +14,7 @@
33 LICENSE="MIT"
34 SLOT="0"
35 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"
36 -IUSE="doc"
37 +IUSE="doc test"
38
39 # When bumping, please check setup.py for the proper py version
40 PY_VER="1.4.12"
41
42
43
44 1.47 dev-python/pytest/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.47&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?rev=1.47&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pytest/ChangeLog?r1=1.46&r2=1.47
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v
53 retrieving revision 1.46
54 retrieving revision 1.47
55 diff -u -r1.46 -r1.47
56 --- ChangeLog 13 Feb 2013 13:09:54 -0000 1.46
57 +++ ChangeLog 26 Feb 2013 06:33:12 -0000 1.47
58 @@ -1,6 +1,11 @@
59 # ChangeLog for dev-python/pytest
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.46 2013/02/13 13:09:54 idella4 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pytest/ChangeLog,v 1.47 2013/02/26 06:33:12 idella4 Exp $
63 +
64 + 26 Feb 2013; Ian Delaney <idella4@g.o>
65 + files/pytest-2.3.4-unicode.patch, pytest-2.3.4.ebuild:
66 + unicode.patch adjusted consequent to upstream's partial update to tox.ini,
67 + IUSE test added, fixes Bug #458418
68
69 14 Feb 2013; Ian Delaney <idella4@g.o>
70 +files/pytest-2.3.4-unicode.patch, pytest-2.3.4.ebuild: