From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pjotr Prins Subject: Re: [PATCH] Add and use sqlite-legacy-for-python Date: Mon, 15 Feb 2016 22:03:11 +0100 Message-ID: <20160215210311.GA30057@thebird.nl> References: <20160208164641.GA28440@thebird.nl> <87ziv9poua.fsf@gnu.org> <87h9hd8o2k.fsf@dustycloud.org> <87egch8lg9.fsf@dustycloud.org> <87d1ryu26m.fsf@dustycloud.org> <87ziv1sr03.fsf@dustycloud.org> <87twl9spe7.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]:56318) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVQJY-0000D5-68 for guix-devel@gnu.org; Mon, 15 Feb 2016 16:04:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aVQJV-000187-07 for guix-devel@gnu.org; Mon, 15 Feb 2016 16:04:12 -0500 Received: from mail.thebird.nl ([95.154.246.10]:51648) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aVQJU-00017t-R2 for guix-devel@gnu.org; Mon, 15 Feb 2016 16:04:08 -0500 Content-Disposition: inline In-Reply-To: <87twl9spe7.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Christopher Allan Webber Cc: guix-devel On Mon, Feb 15, 2016 at 12:13:36PM -0800, Christopher Allan Webber wrote: > Christopher Allan Webber writes: > > > Building with a newer version still fails. > > > > I filed a bug on the sqlalchemy tracker: > > > > https://bitbucket.org/zzzeek/sqlalchemy/issues/3649/tests-fail-with-python-built-with-newer > > Good news, see the above ticket! There's a fix upstream. I'm working > backporting as a patch for Guix. > > Only python-sqlalchemy will need to be updated, which meanss this won't > require a ton of rebuilds. That is good news indeed :) --