[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: python-pytest-runner: Update to 2.8.
From: |
Leo Famulari |
Subject: |
05/06: gnu: python-pytest-runner: Update to 2.8. |
Date: |
Mon, 11 Jul 2016 15:50:01 +0000 (UTC) |
lfam pushed a commit to branch python-updates
in repository guix.
commit 45d511232865086f7c61ea4d2dce59194412e71f
Author: Leo Famulari <address@hidden>
Date: Sat Jul 2 00:59:21 2016 -0400
gnu: python-pytest-runner: Update to 2.8.
* 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 493f232..bc26b81 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -1612,14 +1612,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
- branch python-updates created (now c1e21ab), Leo Famulari, 2016/07/11
- 03/06: gnu: python-scripttest: Disable tests., Leo Famulari, 2016/07/11
- 06/06: gnu: python-cryptopgraphy: Update to 1.4., Leo Famulari, 2016/07/11
- 04/06: gnu: python-pytest: Update to 2.9.2., Leo Famulari, 2016/07/11
- 02/06: gnu: python-pip: Disable tests., Leo Famulari, 2016/07/11
- 01/06: gnu: python-virtualenv: Disable tests., Leo Famulari, 2016/07/11
- 05/06: gnu: python-pytest-runner: Update to 2.8.,
Leo Famulari <=
- branch python-updates created (now c1e21ab), Leo Famulari, 2016/07/11
- 03/06: gnu: python-scripttest: Disable tests., Leo Famulari, 2016/07/11
- 04/06: gnu: python-pytest: Update to 2.9.2., Leo Famulari, 2016/07/11
- 01/06: gnu: python-virtualenv: Disable tests., Leo Famulari, 2016/07/11
- 05/06: gnu: python-pytest-runner: Update to 2.8., Leo Famulari, 2016/07/11
- 06/06: gnu: python-cryptopgraphy: Update to 1.4., Leo Famulari, 2016/07/11
- 02/06: gnu: python-pip: Disable tests., Leo Famulari, 2016/07/11