git: f512f9c72957 - main - security/py-python3-saml: Update to 1.14.0

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Sat, 16 Apr 2022 04:23:03 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f512f9c72957ab0ff2aee4ca267f0f65644b6ccc

commit f512f9c72957ab0ff2aee4ca267f0f65644b6ccc
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-04-16 03:58:24 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-04-16 04:19:27 +0000

    security/py-python3-saml: Update to 1.14.0
    
    Changes:        https://github.com/onelogin/python3-saml/releases
---
 security/py-python3-saml/Makefile             |  4 ++--
 security/py-python3-saml/distinfo             |  6 +++---
 security/py-python3-saml/files/patch-setup.py | 11 +++++++++++
 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'
+     ],