From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Woodcroft Subject: Re: 03/03: gnu: python-dateutil: Update to 2.6.1. Date: Wed, 31 Jan 2018 16:03:57 +1000 Message-ID: References: <20180127175208.8250.59896@vcs0.savannah.gnu.org> <20180127175209.C391220B05@vcs0.savannah.gnu.org> <874ln2wxhz.fsf@netris.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eglVC-00079G-4G for guix-devel@gnu.org; Wed, 31 Jan 2018 01:04:11 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eglV7-0000A3-8T for guix-devel@gnu.org; Wed, 31 Jan 2018 01:04:10 -0500 Received: from mailhub1.soe.uq.edu.au ([130.102.132.208]:40543 helo=newmailhub.uq.edu.au) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eglV6-0008Ur-M7 for guix-devel@gnu.org; Wed, 31 Jan 2018 01:04:05 -0500 In-Reply-To: <874ln2wxhz.fsf@netris.org> Content-Language: en-US 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: Mark H Weaver , Alex Vong Cc: guix-devel@gnu.org Hi Mark, Marius, On 31/01/18 12:52, Mark H Weaver wrote: > Hi, > > mbakke@fastmail.com (Marius Bakke) writes: > >> mbakke pushed a commit to branch master >> in repository guix. >> >> commit b94502bed69c0fb5033d702fd0308209efb8815c >> Author: Alex Vong >> Date: Sat Jan 27 22:58:58 2018 +0800 >> >> gnu: python-dateutil: Update to 2.6.1. >> >> * gnu/packages/python.scm (python-dateutil, python2-dateutil): Update to >> 2.6.1. > This seems to have broken 'python-pandas'. 'python-pandas' on master needs to be updated to 0.22, but testing the updated version requires adding further packages and doing a few updates. I have been working on this (slowly) on 'core-updates' since it requires updates to some of the more core python testing packages. I have a draft set of packages WDYT about updating it on the master branch but disabling automated tests until 'core-updates' is merged? ben