summaryrefslogtreecommitdiff
path: root/security/py-python3-saml
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-16 11:58:24 +0800
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-16 12:19:27 +0800
commitf512f9c72957ab0ff2aee4ca267f0f65644b6ccc (patch)
tree9a896214455e2f0387987b740167b14f651d0a41 /security/py-python3-saml
parentsecurity/py-azure-keyvault-secrets: Update to 4.4.0 (diff)
security/py-python3-saml: Update to 1.14.0
Changes: https://github.com/onelogin/python3-saml/releases
Diffstat (limited to 'security/py-python3-saml')
-rw-r--r--security/py-python3-saml/Makefile4
-rw-r--r--security/py-python3-saml/distinfo6
-rw-r--r--security/py-python3-saml/files/patch-setup.py11
3 files changed, 16 insertions, 5 deletions
diff --git a/security/py-python3-saml/Makefile b/security/py-python3-saml/Makefile
index 9ddbb5966a10..51a00839aac6 100644
--- a/security/py-python3-saml/Makefile
+++ b/security/py-python3-saml/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
PORTNAME= python3-saml
-PORTVERSION= 1.13.0
+PORTVERSION= 1.14.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +13,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}lxml>=4.7.0:devel/py-lxml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xmlsec>=1.3.9:security/py-xmlsec@${PY_FLAVOR}
USES= python:3.6+
diff --git a/security/py-python3-saml/distinfo b/security/py-python3-saml/distinfo
index 9c93aa386894..acb99a3e8ba3 100644
--- a/security/py-python3-saml/distinfo
+++ b/security/py-python3-saml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1643971126
-SHA256 (python3-saml-1.13.0.tar.gz) = 95b32b66dff4b482871020b56037afea96e2551cbc0e1761722fed0aa7f60703
-SIZE (python3-saml-1.13.0.tar.gz) = 81567
+TIMESTAMP = 1649423836
+SHA256 (python3-saml-1.14.0.tar.gz) = e8d04f06549b30e29f9f1d6787faf67558c19f7ed2f3cc0656abb169c8240bc9
+SIZE (python3-saml-1.14.0.tar.gz) = 81842
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..1cd00104abb2
--- /dev/null
+++ b/security/py-python3-saml/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2022-02-18 22:52:53 UTC
++++ setup.py
+@@ -39,7 +39,7 @@ setup(
+ },
+ test_suite='tests',
+ install_requires=[
+- 'lxml<4.7.1',
++ 'lxml',
+ 'isodate>=0.6.1',
+ 'xmlsec>=1.3.9'
+ ],