[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/08: gnu: python-requests-mock: Update to 1.3.0.
From: |
Marius Bakke |
Subject: |
02/08: gnu: python-requests-mock: Update to 1.3.0. |
Date: |
Wed, 15 Feb 2017 03:28:09 -0500 (EST) |
mbakke pushed a commit to branch python-tests
in repository guix.
commit 2010af55b98b1cbe6295b7f8b066fed04696a4ba
Author: Marius Bakke <address@hidden>
Date: Wed Feb 15 08:39:15 2017 +0100
gnu: python-requests-mock: Update to 1.3.0.
* gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock):
Update to 1.3.0.
---
gnu/packages/openstack.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 6f7e843..1e8a840 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -245,14 +245,14 @@ tested on Python version 3.2, 2.7 and 2.6.")
(define-public python-requests-mock
(package
(name "python-requests-mock")
- (version "1.0.0")
+ (version "1.3.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "requests-mock" version))
(sha256
(base32
- "0gcjjwsckhqixyffflc54i59x41jnbb37bli077vabii1bjmkin6"))))
+ "0jr997dvk6zbmhvbpcv3rajrgag69mcsm1ai3w3rgk2jdh6rg1mx"))))
(build-system python-build-system)
(propagated-inputs
`(("python-requests" ,python-requests)
- branch python-tests updated (619bfd8 -> 6925cd7), Marius Bakke, 2017/02/15
- 02/08: gnu: python-requests-mock: Update to 1.3.0.,
Marius Bakke <=
- 03/08: gnu: python-sphinxcontrib-programoutput: Disable tests., Marius Bakke, 2017/02/15
- 06/08: gnu: python-sphinx-repoze-autointerface: Disable tests., Marius Bakke, 2017/02/15
- 08/08: gnu: python-qrcode: Disable tests., Marius Bakke, 2017/02/15
- 01/08: gnu: python-tabulate: Disable tests., Marius Bakke, 2017/02/15
- 04/08: gnu: python-sphinxcontrib-newsfeed: Disable tests., Marius Bakke, 2017/02/15
- 05/08: gnu: python-sphinx-rtd-theme: Disable tests., Marius Bakke, 2017/02/15
- 07/08: gnu: python-sphinx-cloud-sptheme: Explicitly disable tests., Marius Bakke, 2017/02/15