From owner-freebsd-python@freebsd.org Tue Dec 10 09:37:06 2019 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 F39A01D49A3 for ; Tue, 10 Dec 2019 09:37:06 +0000 (UTC) (envelope-from kai@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 47XFMQ6FHtz4fNZ for ; Tue, 10 Dec 2019 09:37:06 +0000 (UTC) (envelope-from kai@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id D65ED1D49A2; Tue, 10 Dec 2019 09:37:06 +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 D626A1D49A1 for ; Tue, 10 Dec 2019 09:37:06 +0000 (UTC) (envelope-from kai@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [96.47.72.132]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47XFMQ5NCZz4fNY; Tue, 10 Dec 2019 09:37:06 +0000 (UTC) (envelope-from kai@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1454) id B15541741; Tue, 10 Dec 2019 09:37:06 +0000 (UTC) Date: Tue, 10 Dec 2019 09:37:06 +0000 From: Kai Knoblich To: Weldon Godfrey Cc: python@freebsd.org Subject: Re: py36-urllib3 and py-certbot Message-ID: <20191210093706.GA34410@freefall.freebsd.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.11.4 (2019-03-13) X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Dec 2019 09:37:07 -0000 Hi Weldon, On Thu, Dec 05, 2019 at 10:41:09AM -0600, Weldon Godfrey wrote: > Due to a security advisory, I port upgraded py-36-urllib3 to 1.25.6 > > Since then, > > py36-certbot-0.39.0,1 > > is unhappy for the version of urllib3 being too new: > > pkg_resources.DistributionNotFound: The 'urllib3<1.25,>=1.21.1' > distribution was not found and is required by request thank you for reporting it and sorry for the late reply as your mail somehow slipped through the cracks. I already did some investigations but I wasn't able to reproduce the issue. At the moment I have the assumption that the www/py-requests port is still at release 2.20 on your system. Can you please send me a full backtrace of the error messsage? An output of "pkg info -x py" would be also very useful to further investigate the issue. -- Cheers Kai