mbakke pushed a commit to branch master
in repository guix.

commit 0db89cc03f3cc64c29f325804815e990a237c05f
Author: Marius Bakke <[email protected]>
AuthorDate: Mon Jan 10 23:03:33 2022 +0100

    gnu: python-os-testr: Update to 2.0.1.
    
    * gnu/packages/openstack.scm (python-os-testr): Update to 2.0.1.
    [propagated-inputs]: Change from PYTHON-SUBUNIT to PYTHON-STESTR.
---
 gnu/packages/openstack.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index b0395fd7d0..3dc96e21b7 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2015, 2016 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016, 2017, 2019, 2021 Clément Lassieur <[email protected]>
 ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
-;;; Copyright © 2018 Marius Bakke <[email protected]>
+;;; Copyright © 2018, 2022 Marius Bakke <[email protected]>
 ;;; Copyright © 2020, 2021 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2020 Maxim Cournoyer <[email protected]>
 ;;;
@@ -253,14 +253,14 @@ to docs.openstack.org and developer.openstack.org.")
 (define-public python-os-testr
   (package
     (name "python-os-testr")
-    (version "0.8.0")
+    (version "2.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "os-testr" version))
        (sha256
         (base32
-         "0mknd9hlmxmihr755gjkxyjp180380jajq5i3zm34q7y7bi62lss"))))
+         "10xaqg3wxly13652hdvh9c69y4s12ird0ircffya3kvpl5pky0pz"))))
     (build-system python-build-system)
     (arguments
      ;; os-testr uses itself to run the tests. It seems like pbr writes the
@@ -268,7 +268,7 @@ to docs.openstack.org and developer.openstack.org.")
      ;; when building the package. Skip the tests for now.
      `(#:tests? #f))
     (propagated-inputs
-     (list python-subunit))
+     (list python-stestr))
     (native-inputs
      (list python-pbr python-testtools python-babel))
     (home-page "https://www.openstack.org/";)

Reply via email to