idella4 14/06/10 10:28:10
Modified: wsgiintercept-0.6.4.ebuild ChangeLog
Removed: wsgiintercept-0.6.0.ebuild
wsgiintercept-0.5.1.ebuild
wsgiintercept-0.6.1.ebuild
wsgiintercept-0.6.2.ebuild
Log:
bump; cease using redundant patch, update dep, tidy test phase, rm olds
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
0xB8072B0D)
Revision Changes Path
1.2 dev-python/wsgiintercept/wsgiintercept-0.6.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.6.4.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.6.4.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.6.4.ebuild?r1=1.1&r2=1.2
Index: wsgiintercept-0.6.4.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.6.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wsgiintercept-0.6.4.ebuild 9 Jun 2014 07:56:53 -0000 1.1
+++ wsgiintercept-0.6.4.ebuild 10 Jun 2014 10:28:10 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.6.4.ebuild,v
1.1 2014/06/09 07:56:53 jlec Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-python/wsgiintercept/wsgiintercept-0.6.4.ebuild,v
1.2 2014/06/10 10:28:10 idella4 Exp $
EAPI=5
@@ -26,13 +26,11 @@
test? (
dev-python/httplib2[${PYTHON_USEDEP}]
>=dev-python/pytest-2.4[${PYTHON_USEDEP}]
- >=dev-python/requests-2[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.0.1[${PYTHON_USEDEP}]
)"
S="${WORKDIR}/${MY_P}"
-_PATCHES=( "${FILESDIR}/0.6.0-fix-tests.patch" )
-
python_test() {
- py.test || die
+ py.test || die "Tests failed under ${EPYTHON}"
}
1.8 dev-python/wsgiintercept/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/ChangeLog?rev=1.8&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/ChangeLog?rev=1.8&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/wsgiintercept/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 9 Jun 2014 07:56:53 -0000 1.7
+++ ChangeLog 10 Jun 2014 10:28:10 -0000 1.8
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/wsgiintercept
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v 1.7
2014/06/09 07:56:53 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/wsgiintercept/ChangeLog,v 1.8
2014/06/10 10:28:10 idella4 Exp $
+
+ 10 Jun 2014; Ian Delaney <[email protected]> -wsgiintercept-0.5.1.ebuild,
+ -wsgiintercept-0.6.0.ebuild, -wsgiintercept-0.6.1.ebuild,
+ -wsgiintercept-0.6.2.ebuild, wsgiintercept-0.6.4.ebuild:
+ bump; cease using redundant patch, update dep, tidy test phase, rm olds
*wsgiintercept-0.6.4 (09 Jun 2014)