diff options
author | Marius Bakke <mbakke@fastmail.com> | 2016-11-08 15:27:50 +0000 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2016-11-08 18:22:18 +0000 |
commit | 43b53bbbf5594a531d08fdb53c8fe01d162d0952 (patch) | |
tree | b817c008bd11da91bcd92f69ea8513d4d6b64092 /gnu/packages/openstack.scm | |
parent | eaba9d66706a3ced603e2d83465c288823e8b23d (diff) | |
download | guix-43b53bbbf5594a531d08fdb53c8fe01d162d0952.tar guix-43b53bbbf5594a531d08fdb53c8fe01d162d0952.tar.gz |
gnu: python-os-testr: Update to 0.8.0.
* gnu/packages/openstack.scm (python-os-testr, python2-os-testr): Update
to 0.8.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 62f1e84a3b..ed6e57c02e 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -206,14 +206,14 @@ tested on Python version 3.2, 2.7 and 2.6.") (define-public python-os-testr (package (name "python-os-testr") - (version "0.5.0") + (version "0.8.0") (source (origin (method url-fetch) (uri (pypi-uri "os-testr" version)) (sha256 (base32 - "0bv03wnmvxhyi8y08hjh9clxrwqc2251529v4kh5khvca0fsbqdp")))) + "0mknd9hlmxmihr755gjkxyjp180380jajq5i3zm34q7y7bi62lss")))) (build-system python-build-system) (arguments ;; os-testr uses itself to run the tests. It seems like pbr writes the @@ -227,7 +227,7 @@ tested on Python version 3.2, 2.7 and 2.6.") (inputs `(("python-babel" ,python-babel) ("python-setuptools" ,python-setuptools))) - (home-page "http://www.openstack.org/") + (home-page "https://www.openstack.org/") (synopsis "Testr wrapper to provide functionality for OpenStack projects") (description "Os-testr provides developers with a testr wrapper and an output filter |