From mboxrd@z Thu Jan 1 00:00:00 1970 From: Danny Milosavljevic Subject: Re: [PATCH 0/8] Make python-oslosphinx work in python-tests branch. Date: Tue, 17 Jan 2017 23:46:21 +0100 Message-ID: <20170117234616.2a7a02b6@scratchpost.org> References: <20170117222548.13995-1-dannym@scratchpost.org> <87h94xb9nr.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]:49892) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cTcWM-0002WD-GB for guix-devel@gnu.org; Tue, 17 Jan 2017 17:46:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cTcWH-0000jG-Ka for guix-devel@gnu.org; Tue, 17 Jan 2017 17:46:30 -0500 Received: from dd1012.kasserver.com ([85.13.128.8]:34291) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1cTcWH-0000iW-Dm for guix-devel@gnu.org; Tue, 17 Jan 2017 17:46:25 -0500 In-Reply-To: <87h94xb9nr.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 Hi, On Tue, 17 Jan 2017 23:31:52 +0100 Marius Bakke wrote: > Danny Milosavljevic writes: > > > Danny Milosavljevic (8): > > gnu: python-oslosphinx: Update to 4.9.0. > > gnu: Add python-reno. > > gnu: python-requests: Update to 2.10.0. > > gnu: Add python-dulwich. > > gnu: Add python-geventhttpclient. > > gnu: Add python-fastimport. > > gnu: python-oslosphinx: Add python-reno. > > gnu: python-dulwich: Fix tests. > > > > gnu/packages/openstack.scm | 32 ++++++++++++++-- > > gnu/packages/python.scm | 95 +++++++++++++++++++++++++++++++++++++++++++++- > > 2 files changed, 122 insertions(+), 5 deletions(-) > > Wow, thanks! Not-very-coincidentally was I working on the same (this is > to fix oslosphinx on python-tests branch). > > I'll comment on the commits individually. It's not done yet, it's just better than before - and I figured 8 commits at once is more than enough :)