From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: [PATCH 4/6] gnu: python-pytest: Update to 2.9.2. Date: Sat, 2 Jul 2016 21:10:16 -0400 Message-ID: <4565e6a3b2e926453b0ab2af602d9f1e976b9a2d.1467508169.git.leo@famulari.name> References: Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:45680) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJVvl-0005tc-Ry 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 1bJVvh-0002Mm-KL for guix-devel@gnu.org; Sat, 02 Jul 2016 21:10:40 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:56986) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bJVve-0002KW-SB for guix-devel@gnu.org; Sat, 02 Jul 2016 21:10:37 -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 662CACCD34 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, python2-pytest): Update to 2.9.2. [source]: Use pypi-uri. --- gnu/packages/python.scm | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 28984b0..c94343b 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -1545,16 +1545,14 @@ code introspection, and logging.") (define-public python-pytest (package (name "python-pytest") - (version "2.7.3") + (version "2.9.2") (source (origin (method url-fetch) - (uri (string-append - "https://pypi.python.org/packages/source/p/pytest/pytest-" - version ".tar.gz")) + (uri (pypi-uri "pytest" version)) (sha256 (base32 - "1z4yi986f9n0p8qmzmn21m21m8j1x78hk3505f89baqm6pdw7afm")) + "1n6igbc1b138wx1q5gca4pqw1j6nsyicfxds5n0b5989kaxqmh8j")) (modules '((guix build utils))) (snippet ;; One of the tests involves the /usr directory, so it fails. -- 2.9.0