From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH v2 1/6] gnu: python-testtools: Update to 1.4.0. Date: Thu, 19 Jan 2017 10:28:50 +0100 Message-ID: <20170119102850.67bf3e21@scratchpost.org> References: <8737gxxza3.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> <20170118075305.29573-1-dannym@scratchpost.org> <20170118075305.29573-2-dannym@scratchpost.org> <874m0w9sj7.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40220) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cU91d-0000ev-Uu for guix-devel@gnu.org; Thu, 19 Jan 2017 04:28:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cU91a-0000mN-QI for guix-devel@gnu.org; Thu, 19 Jan 2017 04:28:57 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:50639) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cU91a-0000mB-IS for guix-devel@gnu.org; Thu, 19 Jan 2017 04:28:54 -0500 In-Reply-To: <874m0w9sj7.fsf@kirby.i-did-not-set--mail-host-address--so-tickle-me> 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: Marius Bakke Cc: guix-devel@gnu.org On Wed, 18 Jan 2017 18:39:24 +0100 Marius Bakke wrote: > Danny Milosavljevic writes: > > > * gnu/packages/python.scm (python-testtools): Update to 1.4.0. > > Why not go with the latest version 2.2.0? It depends on traceback2 backports etc which means for our Python3 version I have to patch out the traceback2 imports for Python3 packages only - it's more complicated than 1.4.0. If it's OK let's update to 1.4.0 now and update to 2.2.0 later? Otherwise I have the feeling I'd have to update and patch all Python packages before anything works :) But let's keep in mind that we should update testtools to 2.2.0 later.