gnu: python-subunit: Update to 1.3.0.

* gnu/packages/check.scm (python-subunit): Update to 1.3.0.
[home-page]: Use https.
master
Efraim Flashner 2019-01-05 19:26:48 +02:00
parent b18b9d2042
commit 4df24531dc
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
;;; Copyright © 2015, 2017 Cyril Roelandt <tipecaml@gmail.com> ;;; Copyright © 2015, 2017 Cyril Roelandt <tipecaml@gmail.com>
;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch> ;;; Copyright © 2015 Federico Beffa <beffa@fbengineering.ch>
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015, 2016, 2018 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2015, 2016, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name> ;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org> ;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
;;; Copyright © 2016, 2017 Danny Milosavljevic <dannym+a@scratchpost.org> ;;; Copyright © 2016, 2017 Danny Milosavljevic <dannym+a@scratchpost.org>
@ -1026,14 +1026,14 @@ use of resources by test cases.")))
(define-public python-subunit-bootstrap (define-public python-subunit-bootstrap
(package (package
(name "python-subunit-bootstrap") (name "python-subunit-bootstrap")
(version "1.2.0") (version "1.3.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "python-subunit" version)) (uri (pypi-uri "python-subunit" version))
(sha256 (sha256
(base32 (base32
"1yii2gx3z6323as3iraj1yphj76dy7i3h6kj63pnc5y0hwjs5sgx")))) "1fsw8rsn1s3nklx06mayrg5rn2zbky6wwjc5z07s7rf1wjzfs1wn"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("python-extras" ,python-extras) `(("python-extras" ,python-extras)
@ -1042,7 +1042,7 @@ use of resources by test cases.")))
`(("python-fixtures" ,python-fixtures-bootstrap) `(("python-fixtures" ,python-fixtures-bootstrap)
("python-hypothesis" ,python-hypothesis) ("python-hypothesis" ,python-hypothesis)
("python-testscenarios" ,python-testscenarios-bootstrap))) ("python-testscenarios" ,python-testscenarios-bootstrap)))
(home-page "http://launchpad.net/subunit") (home-page "https://launchpad.net/subunit")
(synopsis "Python implementation of the subunit protocol") (synopsis "Python implementation of the subunit protocol")
(description (description
"This package is here for bootstrapping purposes only. Use the regular "This package is here for bootstrapping purposes only. Use the regular