From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: [PATCH] python: update to 2.7.9 Date: Fri, 10 Apr 2015 07:09:22 +0200 Message-ID: <87wq1k36yl.fsf@mango.localdomain> References: <55270C56.7090707@gmail.com> <1428624105-9539-1-git-send-email-tipecaml@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52410) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgRCD-0002Su-KS for guix-devel@gnu.org; Fri, 10 Apr 2015 01:09:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YgRC8-0003pe-Rv for guix-devel@gnu.org; Fri, 10 Apr 2015 01:09:37 -0400 Received: from sinope.bbbm.mdc-berlin.de ([141.80.25.23]:39938) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgRC8-0003og-Iv for guix-devel@gnu.org; Fri, 10 Apr 2015 01:09:32 -0400 In-Reply-To: <1428624105-9539-1-git-send-email-tipecaml@gmail.com> 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Cyril Roelandt Cc: guix-devel@gnu.org Cyril Roelandt writes: > * gnu/packages/python.scm (python-2): Upgrade to 2.7.9. [...] > diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm > index 2381c7d..e2f252f 100644 > --- a/gnu/packages/python.scm > +++ b/gnu/packages/python.scm > @@ -69,18 +69,15 @@ > (define-public python-2 > (package > (name "python") > - (version "2.7.6") > + (version "2.7.9") I suspect that upgrading from 2.7.6 to 2.7.9 will break the build of a number of python modules. IIRC there are a few that explicitly check for a Python version of 2.7.6. ~~ Ricardo