summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2015-05-13 00:44:18 +0000
committerIan Delaney <idella4@gentoo.org>2015-05-13 00:44:18 +0000
commitf7067d92c7202b715463afbd90b6aae5c92e5f1f (patch)
tree3b6ec27ca76c124a4dfdc0068110a2fa02ab9175
parentWhitespace (diff)
downloadgentoo-2-f7067d92c7202b715463afbd90b6aae5c92e5f1f.tar.gz
gentoo-2-f7067d92c7202b715463afbd90b6aae5c92e5f1f.tar.bz2
gentoo-2-f7067d92c7202b715463afbd90b6aae5c92e5f1f.zip
update notation of bugs filed upstream
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
-rw-r--r--dev-python/urllib3/ChangeLog5
-rw-r--r--dev-python/urllib3/urllib3-1.10.3.ebuild9
2 files changed, 7 insertions, 7 deletions
diff --git a/dev-python/urllib3/ChangeLog b/dev-python/urllib3/ChangeLog
index 9c60bf62182c..ab74683a31fa 100644
--- a/dev-python/urllib3/ChangeLog
+++ b/dev-python/urllib3/ChangeLog
@@ -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 <idella4@gentoo.org> urllib3-1.10.3.ebuild:
+ update notation of bugs filed upstream
12 May 2015; Ian Delaney <idella4@gentoo.org> urllib3-1.10.3.ebuild:
re-write of test phase after further testing and probing of the testsuite,
diff --git a/dev-python/urllib3/urllib3-1.10.3.ebuild b/dev-python/urllib3/urllib3-1.10.3.ebuild
index 8b2a64117961..3a95e4d35c3b 100644
--- a/dev-python/urllib3/urllib3-1.10.3.ebuild
+++ b/dev-python/urllib3/urllib3-1.10.3.ebuild
@@ -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_compile_all() {
}
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}"
}