idella4 15/05/13 00:44:18 Modified: urllib3-1.10.3.ebuild ChangeLog Log: update notation of bugs filed upstream (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path 1.3 dev-python/urllib3/urllib3-1.10.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild?r1=1.2&r2=1.3 Index: urllib3-1.10.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- urllib3-1.10.3.ebuild 12 May 2015 05:47:04 -0000 1.2 +++ urllib3-1.10.3.ebuild 13 May 2015 00:44:18 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild,v 1.2 2015/05/12 05:47:04 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/urllib3-1.10.3.ebuild,v 1.3 2015/05/13 00:44:18 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy ) @@ -55,16 +55,13 @@ } python_test() { - # https://github.com/shazow/urllib3/issues/527 - # test_https_connection_read_timeout is found to hang and - # test_verified is found to fail under py2.7 and pypy. # upstream by their own admission describe the tests as flakey # __init__.py uses a local import requiring use of PYTHONPATH=blank to offset # Currently requires disabling FEATURES=network-sandbox (in make.conf) # Failures currently occur under py2.7 with this disabled. After joint testing - # it's planned for this to have further investigation. - # Further adjustments to this phase to come + # it's planned for this to have further investigation. + # https://github.com/shazow/urllib3/issues/621 PYTHONPATH= nosetests -v ./test/ || die "Tests fail with ${EPYTHON}" } 1.38 dev-python/urllib3/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urllib3/ChangeLog?rev=1.38&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urllib3/ChangeLog?rev=1.38&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/urllib3/ChangeLog?r1=1.37&r2=1.38 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v retrieving revision 1.37 retrieving revision 1.38 diff -u -r1.37 -r1.38 --- ChangeLog 12 May 2015 05:47:04 -0000 1.37 +++ ChangeLog 13 May 2015 00:44:18 -0000 1.38 @@ -1,6 +1,9 @@ # ChangeLog for dev-python/urllib3 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v 1.37 2015/05/12 05:47:04 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/urllib3/ChangeLog,v 1.38 2015/05/13 00:44:18 idella4 Exp $ + + 13 May 2015; Ian Delaney <[email protected]> urllib3-1.10.3.ebuild: + update notation of bugs filed upstream 12 May 2015; Ian Delaney <[email protected]> urllib3-1.10.3.ebuild: re-write of test phase after further testing and probing of the testsuite,
