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/wsgiintercept: wsgiintercept-0.6.4.ebuild ChangeLog wsgiintercept-0.6.0.ebuild wsgiintercept-0.5.1.ebuild wsgiintercept-0.6.1.ebuild wsgiintercept-0.6.2.ebuild
Date: Tue, 10 Jun 2014 10:28:16
Message-Id: 20140610102810.CBA892004E@flycatcher.gentoo.org
1 idella4 14/06/10 10:28:10
2
3 Modified: wsgiintercept-0.6.4.ebuild ChangeLog
4 Removed: wsgiintercept-0.6.0.ebuild
5 wsgiintercept-0.5.1.ebuild
6 wsgiintercept-0.6.1.ebuild
7 wsgiintercept-0.6.2.ebuild
8 Log:
9 bump; cease using redundant patch, update dep, tidy test phase, rm olds
10
11 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
12
13 Revision Changes Path
14 1.2 dev-python/wsgiintercept/wsgiintercept-0.6.4.ebuild
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.6.4.ebuild?rev=1.2&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.6.4.ebuild?rev=1.2&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.6.4.ebuild?r1=1.1&r2=1.2
19
20 Index: wsgiintercept-0.6.4.ebuild
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.6.4.ebuild,v
23 retrieving revision 1.1
24 retrieving revision 1.2
25 diff -u -r1.1 -r1.2
26 --- wsgiintercept-0.6.4.ebuild 9 Jun 2014 07:56:53 -0000 1.1
27 +++ wsgiintercept-0.6.4.ebuild 10 Jun 2014 10:28:10 -0000 1.2
28 @@ -1,6 +1,6 @@
29 # Copyright 1999-2014 Gentoo Foundation
30 # Distributed under the terms of the GNU General Public License v2
31 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.6.4.ebuild,v 1.1 2014/06/09 07:56:53 jlec Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.6.4.ebuild,v 1.2 2014/06/10 10:28:10 idella4 Exp $
33
34 EAPI=5
35
36 @@ -26,13 +26,11 @@
37 test? (
38 dev-python/httplib2[${PYTHON_USEDEP}]
39 >=dev-python/pytest-2.4[${PYTHON_USEDEP}]
40 - >=dev-python/requests-2[${PYTHON_USEDEP}]
41 + >=dev-python/requests-2.0.1[${PYTHON_USEDEP}]
42 )"
43
44 S="${WORKDIR}/${MY_P}"
45
46 -_PATCHES=( "${FILESDIR}/0.6.0-fix-tests.patch" )
47 -
48 python_test() {
49 - py.test || die
50 + py.test || die "Tests failed under ${EPYTHON}"
51 }
52
53
54
55 1.8 dev-python/wsgiintercept/ChangeLog
56
57 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/ChangeLog?rev=1.8&view=markup
58 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/ChangeLog?rev=1.8&content-type=text/plain
59 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/ChangeLog?r1=1.7&r2=1.8
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v
64 retrieving revision 1.7
65 retrieving revision 1.8
66 diff -u -r1.7 -r1.8
67 --- ChangeLog 9 Jun 2014 07:56:53 -0000 1.7
68 +++ ChangeLog 10 Jun 2014 10:28:10 -0000 1.8
69 @@ -1,6 +1,11 @@
70 # ChangeLog for dev-python/wsgiintercept
71 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v 1.7 2014/06/09 07:56:53 jlec Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v 1.8 2014/06/10 10:28:10 idella4 Exp $
74 +
75 + 10 Jun 2014; Ian Delaney <idella4@g.o> -wsgiintercept-0.5.1.ebuild,
76 + -wsgiintercept-0.6.0.ebuild, -wsgiintercept-0.6.1.ebuild,
77 + -wsgiintercept-0.6.2.ebuild, wsgiintercept-0.6.4.ebuild:
78 + bump; cease using redundant patch, update dep, tidy test phase, rm olds
79
80 *wsgiintercept-0.6.4 (09 Jun 2014)