gnu: python-josepy: Update to 1.1.0.
* gnu/packages/python-crypto.scm (python-josepy, python2-josepy): Update to 1.1.0.
This commit is contained in:
parent
d1f1a7a0b1
commit
205044b9c1
|
@ -717,28 +717,28 @@ Python.")
|
||||||
(define-public python-josepy
|
(define-public python-josepy
|
||||||
(package
|
(package
|
||||||
(name "python-josepy")
|
(name "python-josepy")
|
||||||
(version "1.0.1")
|
(version "1.1.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "josepy" version))
|
(uri (pypi-uri "josepy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k0ahzzaq2rrjiifwbhbp7vm8z4zk0ipgiqwicil80kzlf6bhj4z"))))
|
"11khz8malzrv375b27jjkv66z6z6khdx1v5mkkr4vq16gp3n4p7v"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; The tests require pytest >= 3.2, which is not yet packaged.
|
;; The tests require flake8 >= 3.5, which is not yet packaged.
|
||||||
'(#:tests? #f))
|
'(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-cryptography" ,python-cryptography)
|
`(("python-cryptography" ,python-cryptography)
|
||||||
("python-pyopenssl" ,python-pyopenssl)
|
("python-pyopenssl" ,python-pyopenssl)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)))
|
||||||
;; TODO Enable when we have pytest >= 3.2.
|
;; TODO Enable when we have flake8 >= 3.5.
|
||||||
; (native-inputs
|
; (native-inputs
|
||||||
; `(("python-coverage" ,python-coverage)
|
; `(("python-coverage" ,python-coverage)
|
||||||
; ("python-flake8" ,python-flake8)
|
; ("python-flake8" ,python-flake8)
|
||||||
; ("python-isort" ,python-isort)
|
; ("python-isort" ,python-isort)
|
||||||
; ("python-mock" ,python-mock)
|
; ("python-mock" ,python-mock)
|
||||||
; ("python-pytest" ,python-pytest-3.0)
|
; ("python-pytest" ,python-pytest)
|
||||||
; ("python-pytest-cov" ,python-pytest-cov)
|
; ("python-pytest-cov" ,python-pytest-cov)
|
||||||
; ("python-pytest-cache" ,python-pytest-cache)
|
; ("python-pytest-cache" ,python-pytest-cache)
|
||||||
; ("python-pytest-flake8" ,python-pytest-flake8)))
|
; ("python-pytest-flake8" ,python-pytest-flake8)))
|
||||||
|
|
Loading…
Reference in New Issue