From mboxrd@z Thu Jan 1 00:00:00 1970 From: Cyril Roelandt Subject: Re: 01/01: python: Update to 3.4.3 Date: Fri, 10 Apr 2015 01:33:42 +0200 Message-ID: <55270C56.7090707@gmail.com> References: <20150409222223.31495.47046@vcs.savannah.gnu.org> <87lhi0sxv0.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37781) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgLxF-000130-4h for guix-devel@gnu.org; Thu, 09 Apr 2015 19:33:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YgLxB-0001xa-4N for guix-devel@gnu.org; Thu, 09 Apr 2015 19:33:49 -0400 Received: from mail-wg0-x231.google.com ([2a00:1450:400c:c00::231]:35688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YgLxA-0001xT-TQ for guix-devel@gnu.org; Thu, 09 Apr 2015 19:33:45 -0400 Received: by wgyo15 with SMTP id o15so2186886wgy.2 for ; Thu, 09 Apr 2015 16:33:44 -0700 (PDT) In-Reply-To: <87lhi0sxv0.fsf@netris.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org On 04/10/2015 01:09 AM, Mark H Weaver wrote: > Cyril Roelandt writes: > >> commit 08c045091e8d8da3b4c677540ed577e8f2448b0d >> Author: Cyril Roelandt >> Date: Fri Apr 10 00:19:20 2015 +0200 >> >> python: Update to 3.4.3 >> >> * gnu/packages/python.scm (python): Update from 3.3.5 to 3.4.3. >> * gnu/packages/patches/python-fix-tests.patch: Update the required test fixes. >> * gnu/packages/patches/python-libffi-mips-n32-fix.patch: Remove it... > > We can't remove this patch yet, because it's still needed for our > python-2 package. I added it back in 7934c8cfee. > Oh right. I'll try to upgrade to 2.7.9 and see whether it is still needed. Cyril.