diff options
| author | Marius Bakke <marius@gnu.org> | 2022-01-10 23:03:33 +0100 |
|---|---|---|
| committer | Marius Bakke <marius@gnu.org> | 2022-01-11 18:36:38 +0100 |
| commit | 0db89cc03f3cc64c29f325804815e990a237c05f (patch) | |
| tree | 472e8b23cda3e060ddc11eb6bf70e35b7cf12967 /gnu/packages/openstack.scm | |
| parent | 6613661c6df478d207bfc1ce0f4785ddc25239fe (diff) | |
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.
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index b0395fd7d01..3dc96e21b7d 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il> | 3 | ;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il> |
| 4 | ;;; Copyright © 2016, 2017, 2019, 2021 Clément Lassieur <clement@lassieur.org> | 4 | ;;; Copyright © 2016, 2017, 2019, 2021 Clément Lassieur <clement@lassieur.org> |
| 5 | ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> | 5 | ;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> |
| 6 | ;;; Copyright © 2018 Marius Bakke <mbakke@fastmail.com> | 6 | ;;; Copyright © 2018, 2022 Marius Bakke <marius@gnu.org> |
| 7 | ;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net> | 7 | ;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net> |
| 8 | ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com> | 8 | ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com> |
| 9 | ;;; | 9 | ;;; |
| @@ -253,14 +253,14 @@ to docs.openstack.org and developer.openstack.org.") | |||
| 253 | (define-public python-os-testr | 253 | (define-public python-os-testr |
| 254 | (package | 254 | (package |
| 255 | (name "python-os-testr") | 255 | (name "python-os-testr") |
| 256 | (version "0.8.0") | 256 | (version "2.0.1") |
| 257 | (source | 257 | (source |
| 258 | (origin | 258 | (origin |
| 259 | (method url-fetch) | 259 | (method url-fetch) |
| 260 | (uri (pypi-uri "os-testr" version)) | 260 | (uri (pypi-uri "os-testr" version)) |
| 261 | (sha256 | 261 | (sha256 |
| 262 | (base32 | 262 | (base32 |
| 263 | "0mknd9hlmxmihr755gjkxyjp180380jajq5i3zm34q7y7bi62lss")))) | 263 | "10xaqg3wxly13652hdvh9c69y4s12ird0ircffya3kvpl5pky0pz")))) |
| 264 | (build-system python-build-system) | 264 | (build-system python-build-system) |
| 265 | (arguments | 265 | (arguments |
| 266 | ;; os-testr uses itself to run the tests. It seems like pbr writes the | 266 | ;; 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.") | |||
| 268 | ;; when building the package. Skip the tests for now. | 268 | ;; when building the package. Skip the tests for now. |
| 269 | `(#:tests? #f)) | 269 | `(#:tests? #f)) |
| 270 | (propagated-inputs | 270 | (propagated-inputs |
| 271 | (list python-subunit)) | 271 | (list python-stestr)) |
| 272 | (native-inputs | 272 | (native-inputs |
| 273 | (list python-pbr python-testtools python-babel)) | 273 | (list python-pbr python-testtools python-babel)) |
| 274 | (home-page "https://www.openstack.org/") | 274 | (home-page "https://www.openstack.org/") |
