diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-26 17:38:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-01-26 17:38:09 +0000 |
commit | 7a746767353aed6b551a4f6a182bd81b7cf45f4d (patch) | |
tree | ea039f2078eb33abf80117ff760f9105de1d0490 /security/py-python3-saml/files | |
parent | Update to 0.1.5 (diff) |
Update to 1.10.0
Changes: https://github.com/onelogin/python3-saml/releases
Notes
Notes:
svn path=/head/; revision=562839
Diffstat (limited to 'security/py-python3-saml/files')
-rw-r--r-- | security/py-python3-saml/files/patch-setup.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/py-python3-saml/files/patch-setup.py b/security/py-python3-saml/files/patch-setup.py new file mode 100644 index 000000000000..f67e09d8a104 --- /dev/null +++ b/security/py-python3-saml/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-01-14 10:34:05 UTC ++++ setup.py +@@ -39,7 +39,7 @@ setup( + 'isodate>=0.5.0', + 'lxml>=3.3.5', + 'xmlsec>=1.0.5', +- 'defusedxml==0.6.0' ++ 'defusedxml>=0.6.0' + ], + dependency_links=['http://github.com/mehcode/python-xmlsec/tarball/master'], + extras_require={ |