From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 5/6] gnu: python-pytest-runner: Update to 2.8. Date: Sat, 2 Jul 2016 21:10:17 -0400 Message-ID: References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45719) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJVvn-0005uX-L6 for guix-devel@gnu.org; Sat, 02 Jul 2016 21:10:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bJVvl-0002Nx-JJ for guix-devel@gnu.org; Sat, 02 Jul 2016 21:10:42 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:44771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJVvj-0002MW-9S for guix-devel@gnu.org; Sat, 02 Jul 2016 21:10:41 -0400 Received: from localhost.localdomain (74-94-60-115-philadelphia.hfc.comcastbusiness.net [74.94.60.115]) by mail.messagingengine.com (Postfix) with ESMTPA id 85EF7CCDAC for ; Sat, 2 Jul 2016 21:10:23 -0400 (EDT) In-Reply-To: In-Reply-To: References: 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: guix-devel@gnu.org * gnu/packages/python.scm (python-pytest-runner, python2-pytest-runner): Update to 2.8. --- gnu/packages/python.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index c94343b..f9bedba 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1610,14 +1610,14 @@ supports coverage of subprocesses.") (define-public python-pytest-runner (package (name "python-pytest-runner") - (version "2.6.2") + (version "2.8") (source (origin (method url-fetch) (uri (pypi-uri "pytest-runner" version)) (sha256 (base32 - "1nwcqx0l3fv52kv8526wy8ypzghbq96c96di318d98d3wh7a8xg7")))) + "0p0dd3878sjnk59sk17jl6n0j9is9160mi33smgzhld5vbnlvi0y")))) (build-system python-build-system) (arguments `(#:phases -- 2.9.0