gnu: python-service-identity: Update to 21.1.0.
* gnu/packages/python-crypto.scm (python-service-identity): Update to 21.1.0. [build-system]: Use pyproject-build-system. [native-inputs]: New field. [propagated-inputs]: Remove python-pyopenssl. Add python-cryptography and python-six.
This commit is contained in:
parent
bf7ac62911
commit
94d1992d9e
1 changed files with 11 additions and 12 deletions
|
@ -1236,18 +1236,17 @@ derivation function.")
|
||||||
(define-public python-service-identity
|
(define-public python-service-identity
|
||||||
(package
|
(package
|
||||||
(name "python-service-identity")
|
(name "python-service-identity")
|
||||||
(version "18.1.0")
|
(version "21.1.0")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method url-fetch)
|
||||||
(method url-fetch)
|
(uri (pypi-uri "service-identity" version))
|
||||||
(uri (pypi-uri "service_identity" version))
|
(sha256
|
||||||
(sha256
|
(base32
|
||||||
(base32
|
"0d4x84crbz0a17d8gi90z6zlxwm9pslc65rx0cdw2797ra360v3f"))))
|
||||||
"0b9f5qiqjy8ralzgwjgkhx82h6h8sa7532psmb8mkd65md5aan08"))))
|
(build-system pyproject-build-system)
|
||||||
(build-system python-build-system)
|
(native-inputs (list python-idna python-pytest))
|
||||||
(propagated-inputs
|
(propagated-inputs (list python-attrs python-cryptography python-pyasn1
|
||||||
(list python-attrs python-pyasn1 python-pyasn1-modules
|
python-pyasn1-modules python-six))
|
||||||
python-pyopenssl))
|
|
||||||
(home-page "https://service-identity.readthedocs.io/")
|
(home-page "https://service-identity.readthedocs.io/")
|
||||||
(synopsis "Service identity verification for PyOpenSSL")
|
(synopsis "Service identity verification for PyOpenSSL")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue