summaryrefslogtreecommitdiff
path: root/security/py-python3-saml
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-python3-saml')
-rw-r--r--security/py-python3-saml/Makefile8
-rw-r--r--security/py-python3-saml/distinfo6
-rw-r--r--security/py-python3-saml/files/patch-setup.py11
3 files changed, 7 insertions, 18 deletions
diff --git a/security/py-python3-saml/Makefile b/security/py-python3-saml/Makefile
index fbf06dc3dc6f..674893e7790a 100644
--- a/security/py-python3-saml/Makefile
+++ b/security/py-python3-saml/Makefile
@@ -1,21 +1,21 @@
PORTNAME= python3-saml
-PORTVERSION= 1.14.0
+PORTVERSION= 1.15.0
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Add SAML support to your Python software
-WWW= https://github.com/onelogin/python3-saml
+WWW= https://github.com/SAML-Toolkits/python3-saml
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1:devel/py-isodate@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}lxml>=0:devel/py-lxml@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}lxml>=4.7.1:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xmlsec>=1.3.9:security/py-xmlsec@${PY_FLAVOR}
-USES= python:3.6+
+USES= python:3.5+
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
diff --git a/security/py-python3-saml/distinfo b/security/py-python3-saml/distinfo
index acb99a3e8ba3..ed85df460254 100644
--- a/security/py-python3-saml/distinfo
+++ b/security/py-python3-saml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1649423836
-SHA256 (python3-saml-1.14.0.tar.gz) = e8d04f06549b30e29f9f1d6787faf67558c19f7ed2f3cc0656abb169c8240bc9
-SIZE (python3-saml-1.14.0.tar.gz) = 81842
+TIMESTAMP = 1674590002
+SHA256 (python3-saml-1.15.0.tar.gz) = 8c68b31739471faffb93dcdfe3bcab375b9d6a0459cab7fa9cb0d7d874ecf0b0
+SIZE (python3-saml-1.15.0.tar.gz) = 83271
diff --git a/security/py-python3-saml/files/patch-setup.py b/security/py-python3-saml/files/patch-setup.py
deleted file mode 100644
index 1cd00104abb2..000000000000
--- a/security/py-python3-saml/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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'
- ],