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.
This commit is contained in:
		
							parent
							
								
									43b53bbbf5
								
							
						
					
					
						commit
						f0ad50af8c
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -319,14 +319,14 @@ extensions.") | ||||||
| (define-public python-tempest-lib | (define-public python-tempest-lib | ||||||
|   (package |   (package | ||||||
|     (name "python-tempest-lib") |     (name "python-tempest-lib") | ||||||
|     (version "0.12.0") |     (version "1.0.0") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|       (method url-fetch) |       (method url-fetch) | ||||||
|       (uri (pypi-uri "tempest-lib" version)) |       (uri (pypi-uri "tempest-lib" version)) | ||||||
|       (sha256 |       (sha256 | ||||||
|        (base32 |        (base32 | ||||||
|         "0f15wxk394cb2kw34krpxq8mvy1rxw0lnl5wfiv14cq1s1fm9cjd")))) |         "1cpp2vwmawpd29hjsklsps181lq2ah91cl412qvpnz228nf9sqn5")))) | ||||||
|     (build-system python-build-system) |     (build-system python-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:phases |      `(#:phases | ||||||
|  | @ -351,7 +351,7 @@ extensions.") | ||||||
|         ("python-os-testr" ,python-os-testr) |         ("python-os-testr" ,python-os-testr) | ||||||
|         ("python-oslotest" ,python-oslotest) |         ("python-oslotest" ,python-oslotest) | ||||||
|         ("python-setuptools" ,python-setuptools))) |         ("python-setuptools" ,python-setuptools))) | ||||||
|     (home-page "http://www.openstack.org/") |     (home-page "https://www.openstack.org/") | ||||||
|     (synopsis "OpenStack functional testing library") |     (synopsis "OpenStack functional testing library") | ||||||
|     (description |     (description | ||||||
|       "Tempest-lib is a functional testing library for OpenStack.  It provides |       "Tempest-lib is a functional testing library for OpenStack.  It provides | ||||||
|  |  | ||||||
		Reference in a new issue