[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/25: gnu: python-os-testr: Update to 2.0.1.
From: |
guix-commits |
Subject: |
07/25: gnu: python-os-testr: Update to 2.0.1. |
Date: |
Tue, 11 Jan 2022 12:41:18 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 0db89cc03f3cc64c29f325804815e990a237c05f
Author: Marius Bakke <marius@gnu.org>
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 <efraim@flashner.co.il>
;;; Copyright © 2016, 2017, 2019, 2021 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
-;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com>
+;;; Copyright © 2018, 2022 Marius Bakke <marius@gnu.org>
;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;;
@@ -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/")
- branch master updated (33898cd5b7 -> 993bc8f06c), guix-commits, 2022/01/11
- 05/25: gnu: python-xattr: Update to 0.9.9., guix-commits, 2022/01/11
- 01/25: gnu: python-sqlparse: Update to 0.4.2 [fixes CVE-2021-32839]., guix-commits, 2022/01/11
- 06/25: gnu: python-cmd2: Update to 2.3.3., guix-commits, 2022/01/11
- 04/25: gnu: node: Simplify inputs., guix-commits, 2022/01/11
- 07/25: gnu: python-os-testr: Update to 2.0.1.,
guix-commits <=
- 09/25: gnu: poetry: Use python-msgpack., guix-commits, 2022/01/11
- 02/25: gnu: python-sqlparse: Specify CPE name., guix-commits, 2022/01/11
- 10/25: gnu: python-oslo.i18n: Disable tests., guix-commits, 2022/01/11
- 14/25: gnu: authenticator: Fix build., guix-commits, 2022/01/11
- 22/25: gnu: QEMU: Update to 6.2.0., guix-commits, 2022/01/11
- 25/25: gnu: varnish: Remove input labels., guix-commits, 2022/01/11
- 08/25: gnu: python-pifpaf: Update to 3.1.5., guix-commits, 2022/01/11
- 11/25: gnu: pantalaimon: Disable sanity check., guix-commits, 2022/01/11
- 12/25: gnu: python-pyperclip: Update to 1.8.2., guix-commits, 2022/01/11
- 15/25: gnu: authenticator: Remove input labels., guix-commits, 2022/01/11