[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/10: gnu: python-tox: Update to 2.8.1.
From: |
Cyril Roelandt |
Subject: |
05/10: gnu: python-tox: Update to 2.8.1. |
Date: |
Mon, 2 Oct 2017 18:05:03 -0400 (EDT) |
steap pushed a commit to branch master
in repository guix.
commit 9bb7c05e3db1adca51f9441c725e34599ba8e44c
Author: Cyril Roelandt <address@hidden>
Date: Sat Sep 9 04:37:22 2017 +0200
gnu: python-tox: Update to 2.8.1.
* gnu/packages/python.scm (python-tox): Update to 2.8.1.
---
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 55f4f65..94aca8f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -9925,14 +9925,14 @@ Pytest but stripped of Pytest specific details.")
(define-public python-tox
(package
(name "python-tox")
- (version "2.8.0")
+ (version "2.8.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "tox" version))
(sha256
(base32
- "00lrql2cfzhb712v70inac6mrgdv8s8fmvz7qpggkk623hkm2pgc"))))
+ "1drp6mwm8wdypjym15ia8lwjxbhcksb9vzxg4ay5dh4ji57by2ny"))))
(build-system python-build-system)
(arguments
;; FIXME: Tests require pytest-timeout, which itself requires
- branch master updated (76dd04b -> 3ef85c1), Cyril Roelandt, 2017/10/02
- 05/10: gnu: python-tox: Update to 2.8.1.,
Cyril Roelandt <=
- 03/10: gnu: python-requests-toolbelt: Update to 0.8.0., Cyril Roelandt, 2017/10/02
- 01/10: gnu: Add python-pydiff., Cyril Roelandt, 2017/10/02
- 04/10: gnu: Add python2-requests-toolbelt., Cyril Roelandt, 2017/10/02
- 07/10: gnu: Update the propagated inputs of python-urllib3., Cyril Roelandt, 2017/10/02
- 02/10: gnu: python-autopep8: Update to 1.3.2., Cyril Roelandt, 2017/10/02
- 09/10: gnu: Add python-pkginfo., Cyril Roelandt, 2017/10/02
- 10/10: gnu: Add python-twine., Cyril Roelandt, 2017/10/02
- 08/10: gnu: Add python-tqdm., Cyril Roelandt, 2017/10/02
- 06/10: gnu: Add python-nose-timer., Cyril Roelandt, 2017/10/02