From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] Update Python to 3.4.4 Date: Wed, 22 Jun 2016 01:35:18 -0400 Message-ID: <20160622053518.GA14200@jasmine> References: <87r3bru0rq.fsf@dustycloud.org> <20160620193509.GA8770@jasmine> <87oa6utxdi.fsf@dustycloud.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35339) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFap4-0005Gb-Eh for guix-devel@gnu.org; Wed, 22 Jun 2016 01:35:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bFaoz-000847-Uw for guix-devel@gnu.org; Wed, 22 Jun 2016 01:35:33 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:32910) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bFaoy-00082d-LV for guix-devel@gnu.org; Wed, 22 Jun 2016 01:35:29 -0400 Content-Disposition: inline In-Reply-To: <87oa6utxdi.fsf@dustycloud.org> 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: Christopher Allan Webber Cc: guix-devel On Tue, Jun 21, 2016 at 09:44:25AM -0500, Christopher Allan Webber wrote: > Leo Famulari writes: > > > On Mon, Jun 20, 2016 at 02:18:49PM -0500, Christopher Allan Webber wrote: > >> Hello all! > >> > >> Here's a patch to update Python to the latest version. I can confirm > >> that it builds fine. I'm guessing it needs to go into core-updates > >> though because this probably affects a lot of things? > > > > We received a patch for this a little while ago, and I think we wanted > > to work on 3.5 instead, since either 3.4.4 or 3.5 will require a lot of > > rebuilding. Maybe we should have a python-updates branch? > > I have python-3.5 building here. I'm working so that a python-3.4 > package can still be kept around alongside that... verifying that it > builds successfully, then I'll submit a patch for Python 3.5 which > builds on this patch, so we can both update python3.4 to 3.4.4 and also > switch over most libraries programs to using python3.5 at the same time. > > How does that sound? Sounds good :)