[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: gnu: python-flaky: Update to 3.5.3.
From: |
guix-commits |
Subject: |
09/12: gnu: python-flaky: Update to 3.5.3. |
Date: |
Sun, 27 Jan 2019 05:49:41 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit eba8a00d84232fb8bed441c4e2b66e74bf0e2098
Author: Efraim Flashner <address@hidden>
Date: Sun Jan 27 12:06:36 2019 +0200
gnu: python-flaky: Update to 3.5.3.
* gnu/packages/check.scm (python-flaky): Update to 3.5.3.
---
gnu/packages/check.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 439a668..59a0a23 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2039,13 +2039,13 @@ mocks, stubs and fakes.")
(define-public python-flaky
(package
(name "python-flaky")
- (version "3.4.0")
+ (version "3.5.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "flaky" version))
(sha256
(base32
- "18pkmf79rfkfpy1d2rrx3v55nxj762ilyk9rvd6s6dccxw58imsa"))))
+ "1nm1kjf857z5aw7v642ffsy1vwf255c6wjvmil71kckjyd0mxg8j"))))
(build-system python-build-system)
(arguments
;; TODO: Tests require 'coveralls' and 'genty' which are not in Guix yet.
- branch master updated (9f92038 -> 2066975), guix-commits, 2019/01/27
- 06/12: gnu: python-flask: Update to 1.0.2., guix-commits, 2019/01/27
- 07/12: gnu: python-flask: Run test suite., guix-commits, 2019/01/27
- 02/12: gnu: python-itsdangerous: Update to 1.1.0., guix-commits, 2019/01/27
- 05/12: gnu: python-werkzeug: Update to 0.14.1., guix-commits, 2019/01/27
- 08/12: gnu: python-tornado: Update to 5.1.1., guix-commits, 2019/01/27
- 10/12: gnu: python-urllib3: Update to 1.24.1., guix-commits, 2019/01/27
- 12/12: gnu: python-cryptography, python-cryptography-vectors: Update to 2.5., guix-commits, 2019/01/27
- 09/12: gnu: python-flaky: Update to 3.5.3.,
guix-commits <=
- 03/12: gnu: python-click: Update to 7.0., guix-commits, 2019/01/27
- 04/12: gnu: python-click: Enable tests., guix-commits, 2019/01/27
- 01/12: gnu: python-entrypoints: Update to 0.3., guix-commits, 2019/01/27
- 11/12: gnu: python-bcrypt: Update to 3.1.6., guix-commits, 2019/01/27