From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 04/11] gnu: python-ndg-httpsclient: Update to 0.4.2. Date: Sun, 25 Sep 2016 14:05:17 -0400 Message-ID: <20160925180517.GD10837@jasmine> References: <20160913013827.25877-1-ng0@we.make.ritual.n0.is> <20160913013827.25877-4-ng0@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38976) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boDns-0004Vd-Hi for guix-devel@gnu.org; Sun, 25 Sep 2016 14:05:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1boDnr-0002pP-Bh for guix-devel@gnu.org; Sun, 25 Sep 2016 14:05:28 -0400 Received: from out2-smtp.messagingengine.com ([66.111.4.26]:59083) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1boDnq-0002lH-5G for guix-devel@gnu.org; Sun, 25 Sep 2016 14:05:27 -0400 Content-Disposition: inline In-Reply-To: <20160913013827.25877-4-ng0@we.make.ritual.n0.is> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: ng0 Cc: guix-devel@gnu.org On Tue, Sep 13, 2016 at 01:38:20AM +0000, ng0 wrote: > * gnu/packages/python.scm (python-ndg-httpsclient): Update to 0.4.2. > [source]: Use 'pypi-uri' format. LGTM. I will make sure that certbot still build before committing. > --- > gnu/packages/python.scm | 8 +++----- > 1 file changed, 3 insertions(+), 5 deletions(-) > > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 0e75223..43f53f5 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -6823,15 +6823,13 @@ be set via config files and/or environment variables.") > (define-public python-ndg-httpsclient > (package > (name "python-ndg-httpsclient") > - (version "0.4.0") > + (version "0.4.2") > (source (origin > (method url-fetch) > - (uri (string-append > - "https://pypi.python.org/packages/source/n/ndg-httpsclient/" > - "ndg_httpsclient-" version ".tar.gz")) > + (uri (pypi-uri "ndg_httpsclient" version)) > (sha256 > (base32 > - "0x32ibixm3vv5m9xfk83xsqm8xcqw4dd0khbh6qbri6rxgymbhg8")))) > + "1b5qirv46v4dpnmfqviwq42mdwfcby4dxmz0i41wad2337pqf2aq")))) > (build-system python-build-system) > (propagated-inputs > `(("python-pyopenssl" ,python-pyopenssl))) > -- > 2.10.0 > >