mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pysaml2: Update to 6.5.1 [fixes CVE-2021-21238, CVE-2021-21239].
* gnu/packages/python-xyz.scm (python-pysaml2): Update to 6.5.1.
This commit is contained in:
parent
143472afa4
commit
0f4030c4c6
1 changed files with 6 additions and 3 deletions
|
@ -22556,23 +22556,26 @@ networking engine for Python.")
|
||||||
(define-public python-pysaml2
|
(define-public python-pysaml2
|
||||||
(package
|
(package
|
||||||
(name "python-pysaml2")
|
(name "python-pysaml2")
|
||||||
(version "5.0.0")
|
(version "6.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pysaml2" version))
|
(uri (pypi-uri "pysaml2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1h8cmxh9cvxhrdfmkh92wg6zpxmhi2fixq1cy4hxismmaar7bsny"))))
|
"1xk2x0slz1f8cqv7vn77qx99xfd1mshhswiwrljk9m72w2m9iivd"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-cryptography" ,python-cryptography)
|
`(("python-cryptography" ,python-cryptography)
|
||||||
("python-dateutil" ,python-dateutil)
|
("python-dateutil" ,python-dateutil)
|
||||||
("python-defusedxml" ,python-defusedxml)
|
("python-defusedxml" ,python-defusedxml)
|
||||||
|
("python-importlib-resources"
|
||||||
|
,python-importlib-resources)
|
||||||
("python-pyopenssl" ,python-pyopenssl)
|
("python-pyopenssl" ,python-pyopenssl)
|
||||||
("python-pytz" ,python-pytz)
|
("python-pytz" ,python-pytz)
|
||||||
("python-requests" ,python-requests)
|
("python-requests" ,python-requests)
|
||||||
("python-six" ,python-six)))
|
("python-six" ,python-six)
|
||||||
|
("python-xmlschema" ,python-xmlschema)))
|
||||||
(home-page "https://idpy.org")
|
(home-page "https://idpy.org")
|
||||||
(synopsis "Python implementation of SAML Version 2 Standard")
|
(synopsis "Python implementation of SAML Version 2 Standard")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue