gnu: python-sure: Update to 2.0.1.

* gnu/packages/python-xyz.scm (python-sure): Update to 2.0.1.
[native-inputs]: Add python-rednose.
This commit is contained in:
John Kehayias 2023-04-24 00:25:34 -04:00
parent 519694209e
commit 0094b2b25f
No known key found for this signature in database
GPG key ID: 499097AE5EA815D9

View file

@ -20807,19 +20807,19 @@ while only declaring the test-specific fields.")
(define-public python-sure (define-public python-sure
(package (package
(name "python-sure") (name "python-sure")
(version "1.4.11") (version "2.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "sure" version)) (uri (pypi-uri "sure" version))
(sha256 (sha256
(base32 (base32
"1and0drq8w9iplsic22n2h7hkpyq03a1mbqk4sgcdqhqzdqm539w")))) "1jmrskj399idw1czx6dvy2zfaijnwi02b55vx979ixp7q2mnzz68"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
(list python-mock python-six)) (list python-mock python-six))
(native-inputs (native-inputs
(list python-nose)) (list python-nose python-rednose))
(home-page "https://github.com/gabrielfalcao/sure") (home-page "https://github.com/gabrielfalcao/sure")
(synopsis "Automated testing library in python for python") (synopsis "Automated testing library in python for python")
(description (description