guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/37: gnu: python-subunit: Update to 1.2.0.


From: Marius Bakke
Subject: 02/37: gnu: python-subunit: Update to 1.2.0.
Date: Wed, 28 Feb 2018 10:33:50 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 151f32a74bb50461f701fce8b4ac233ca311fdc4
Author: Marius Bakke <address@hidden>
Date:   Tue Feb 27 16:37:38 2018 +0100

    gnu: python-subunit: Update to 1.2.0.
    
    * gnu/packages/check.scm (python-subunit): Update to 1.2.0.
    [source](uri): Use PYPI-URI.
    [propagated-inputs]: Remove PYTHON-MIMEPARSE.  Add PYTHON-TESTTOOLS.
    [native-inputs]: Add PYTHON-FIXTURES and PYTHON-TESTSCENARIOS.
---
 gnu/packages/check.scm | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 20845f8..fbb89ce 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -936,22 +936,22 @@ use of resources by test cases.")
 (define-public python-subunit
   (package
     (name "python-subunit")
-    (version "0.0.21")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             
"https://pypi.python.org/packages/source/p/python-subunit/python-subunit-";
-             version ".tar.gz"))
+       (uri (pypi-uri name version))
        (sha256
         (base32
-         "1nkw9wfbvizmpajbj3in8ns07g7lwkiv8hip14jjlwk3cacls6jv"))))
+         "1yii2gx3z6323as3iraj1yphj76dy7i3h6kj63pnc5y0hwjs5sgx"))))
     (build-system python-build-system)
     (propagated-inputs
      `(("python-extras" ,python-extras)
-       ("python-mimeparse" ,python-mimeparse)))
+       ("python-testtools" ,python-testtools)))
     (native-inputs
-     `(("python-testscenarios" ,python-testscenarios)))
+     `(("python-fixtures" ,python-fixtures-bootstrap)
+       ("python-hypothesis" ,python-hypothesis)
+       ("python-testscenarios" ,python-testscenarios)))
     (home-page "http://launchpad.net/subunit";)
     (synopsis "Python implementation of the subunit protocol")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]