diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2016-11-08 15:49:28 +0000 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2016-11-08 18:22:48 +0000 |
| commit | f0ad50af8c0e91c60246c990d3d8ed4771ff18e4 (patch) | |
| tree | 9613427ad59ef9e6447d2b9be8e40f8176082cf2 /gnu/packages/openstack.scm | |
| parent | 43b53bbbf5594a531d08fdb53c8fe01d162d0952 (diff) | |
gnu: python-tempest-lib: Update to 1.0.0.
* gnu/packages/openstack.scm (python-tempest-lib): Update to 1.0.0.
[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index ed6e57c02e1..b2b98098269 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -319,14 +319,14 @@ extensions.") | |||
| 319 | (define-public python-tempest-lib | 319 | (define-public python-tempest-lib |
| 320 | (package | 320 | (package |
| 321 | (name "python-tempest-lib") | 321 | (name "python-tempest-lib") |
| 322 | (version "0.12.0") | 322 | (version "1.0.0") |
| 323 | (source | 323 | (source |
| 324 | (origin | 324 | (origin |
| 325 | (method url-fetch) | 325 | (method url-fetch) |
| 326 | (uri (pypi-uri "tempest-lib" version)) | 326 | (uri (pypi-uri "tempest-lib" version)) |
| 327 | (sha256 | 327 | (sha256 |
| 328 | (base32 | 328 | (base32 |
| 329 | "0f15wxk394cb2kw34krpxq8mvy1rxw0lnl5wfiv14cq1s1fm9cjd")))) | 329 | "1cpp2vwmawpd29hjsklsps181lq2ah91cl412qvpnz228nf9sqn5")))) |
| 330 | (build-system python-build-system) | 330 | (build-system python-build-system) |
| 331 | (arguments | 331 | (arguments |
| 332 | `(#:phases | 332 | `(#:phases |
| @@ -351,7 +351,7 @@ extensions.") | |||
| 351 | ("python-os-testr" ,python-os-testr) | 351 | ("python-os-testr" ,python-os-testr) |
| 352 | ("python-oslotest" ,python-oslotest) | 352 | ("python-oslotest" ,python-oslotest) |
| 353 | ("python-setuptools" ,python-setuptools))) | 353 | ("python-setuptools" ,python-setuptools))) |
| 354 | (home-page "http://www.openstack.org/") | 354 | (home-page "https://www.openstack.org/") |
| 355 | (synopsis "OpenStack functional testing library") | 355 | (synopsis "OpenStack functional testing library") |
| 356 | (description | 356 | (description |
| 357 | "Tempest-lib is a functional testing library for OpenStack. It provides | 357 | "Tempest-lib is a functional testing library for OpenStack. It provides |
