From mboxrd@z Thu Jan 1 00:00:00 1970 From: contact.ng0@cryptolab.net Subject: [PATCH 8/9] gnu: python-requests: Update to 2.12.4. Date: Sat, 4 Feb 2017 16:35:05 +0000 Message-ID: <20170204163506.16758-9-contact.ng0@cryptolab.net> References: <20170204163506.16758-1-contact.ng0@cryptolab.net> Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60232) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ca3JQ-0005gd-9Z for guix-devel@gnu.org; Sat, 04 Feb 2017 11:35:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ca3JP-00088N-9K for guix-devel@gnu.org; Sat, 04 Feb 2017 11:35:44 -0500 Received: from aibo.runbox.com ([91.220.196.211]:49826) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ca3JP-00087M-1p for guix-devel@gnu.org; Sat, 04 Feb 2017 11:35:43 -0500 Received: from [10.9.9.211] (helo=mailfront11.runbox.com) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1ca3JN-0002gZ-Id for guix-devel@gnu.org; Sat, 04 Feb 2017 17:35:41 +0100 In-Reply-To: <20170204163506.16758-1-contact.ng0@cryptolab.net> 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 Cc: ng0 From: ng0 * gnu/packages/python.scm (python-requests): Update to 2.12.4. --- gnu/packages/python.scm | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a4179a67a..6ad40dfde 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -2492,19 +2492,20 @@ installed with a newer @code{pip} or with wheel's own command line utility.") (define-public python-requests (package (name "python-requests") - (version "2.9.1") + (version "2.12.4") (source (origin (method url-fetch) (uri (pypi-uri "requests" version)) (sha256 (base32 - "0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5")))) + "0d5fwxmw4ibynk3imph3n4n84m0n3ib1vj339fxhkqri0qd4767d")))) (build-system python-build-system) (native-inputs `(("python-py" ,python-py) ("python-pytest" ,python-pytest) ("python-pytest-cov" ,python-pytest-cov) - ("python-wheel" ,python-wheel))) + ("python-wheel" ,python-wheel) + ("python-pytest-httpbin-0.0.7" ,python-pytest-httpbin-0.0.7))) (home-page "http://python-requests.org/") (synopsis "Python HTTP library") (description -- 2.11.0