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.
This commit is contained in:
		
							parent
							
								
									eaba9d6670
								
							
						
					
					
						commit
						43b53bbbf5
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -206,14 +206,14 @@ tested on Python version 3.2, 2.7 and 2.6.")
 | 
				
			||||||
(define-public python-os-testr
 | 
					(define-public python-os-testr
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "python-os-testr")
 | 
					    (name "python-os-testr")
 | 
				
			||||||
    (version "0.5.0")
 | 
					    (version "0.8.0")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
       (uri (pypi-uri "os-testr" version))
 | 
					       (uri (pypi-uri "os-testr" version))
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0bv03wnmvxhyi8y08hjh9clxrwqc2251529v4kh5khvca0fsbqdp"))))
 | 
					         "0mknd9hlmxmihr755gjkxyjp180380jajq5i3zm34q7y7bi62lss"))))
 | 
				
			||||||
    (build-system python-build-system)
 | 
					    (build-system python-build-system)
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     ;; os-testr uses itself to run the tests. It seems like pbr writes the
 | 
					     ;; 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
 | 
					    (inputs
 | 
				
			||||||
      `(("python-babel" ,python-babel)
 | 
					      `(("python-babel" ,python-babel)
 | 
				
			||||||
        ("python-setuptools" ,python-setuptools)))
 | 
					        ("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")
 | 
					    (synopsis "Testr wrapper to provide functionality for OpenStack projects")
 | 
				
			||||||
    (description
 | 
					    (description
 | 
				
			||||||
      "Os-testr provides developers with a testr wrapper and an output filter
 | 
					      "Os-testr provides developers with a testr wrapper and an output filter
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue