From owner-freebsd-python@freebsd.org Sat Aug 15 22:21:01 2020 Return-Path: Delivered-To: freebsd-python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 7170B3A84C3 for ; Sat, 15 Aug 2020 22:21:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 4BTZWx2Vp5z4p5F for ; Sat, 15 Aug 2020 22:21:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 55EC03A8161; Sat, 15 Aug 2020 22:21:01 +0000 (UTC) Delivered-To: python@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 55AE83A881F for ; Sat, 15 Aug 2020 22:21:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BTZWx1fLzz4p9j for ; Sat, 15 Aug 2020 22:21:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 025712638D for ; Sat, 15 Aug 2020 22:21:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id 07FML0Rn060639 for ; Sat, 15 Aug 2020 22:21:00 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 07FML0K8060638 for python@FreeBSD.org; Sat, 15 Aug 2020 22:21:00 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="UTF-8" From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: maintainer-feedback requested: [Bug 248676] net/py-urllib3: Update to 1.25.10 Date: Sat, 15 Aug 2020 22:21:00 +0000 X-Bugzilla-Type: request X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Aug 2020 22:21:01 -0000 Bugzilla Automation has asked freebsd-python (Nobody) for maintainer-feedback: Bug 248676: net/py-urllib3: Update to 1.25.10 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D248676 --- Description --- Update (py-)urllib3 to 1.25.10 Fix "make test" Tested on FreeBSD 13.0-CURRENT #0 r358620 (AMD64) (make test) Poudriere OK 12.1-RELEASE (AMD64) 1.25.7 (fixed make test) test/contrib/test_socks.py::TestSocks5Proxy::test_socks_with_invalid_passwo= rd FAILED test/with_dummyserver/test_proxy_poolmanager.py::TestHTTPProxyManager::test= _cro ss_protocol_redirect FAILED =3D=3D=3D 2 failed, 1139 passed, 175 skipped, 1 deselected, 129 warnings in= 67.67 seconds =3D=3D=3D 1.25.10 test/contrib/test_socks.py::TestSocks5Proxy::test_socks_with_invalid_passwo= rd FAILED =3D=3D=3D 1 failed, 1159 passed, 195 skipped, 3 deselected, 47 warnings in = 36.02 seconds =3D=3D=3D Full log: ___ TestSocks5Proxy.test_socks_with_invalid_password ___ self =3D def test_socks_with_invalid_password(self): def request_handler(listener): sock =3D listener.accept()[0] handler =3D handle_socks5_negotiation( sock, negotiate=3DTrue, username=3Db"user", password=3Db"pass" ) next(handler) self._start_server(request_handler) proxy_url =3D "socks5h://%s:%s" % (self.host, self.port) with socks.SOCKSProxyManager( proxy_url, username=3D"user", password=3D"badpass" ) as pm: with pytest.raises(NewConnectionError) as e: pm.request("GET", "http://example.com", retries=3DFalse) > assert "SOCKS5 authentication failed" in str(e.value) E AssertionError: assert 'SOCKS5 authentication failed' in ': Failed to establish a new connection: [Errno 61] Connection refused' E + where ': Failed to establish a new connection: [Errno 61] Connection refused' =3D str(NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused')) E + where NewConnectionError(': Failed to establish a new connection: [Errno 61] Connection refused') =3D .value test/contrib/test_socks.py:448: AssertionError