From d25899a4d1f4f9a9f426ae13e88751e213c1980f Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Mon, 30 Jan 2023 20:34:16 +0800 Subject: [PATCH] security/py-python3-saml: Update to 1.15.0 - Update WWW Changes: https://github.com/SAML-Toolkits/python3-saml/releases --- security/py-python3-saml/Makefile | 8 ++++---- security/py-python3-saml/distinfo | 6 +++--- security/py-python3-saml/files/patch-setup.py | 11 ----------- 3 files changed, 7 insertions(+), 18 deletions(-) delete mode 100644 security/py-python3-saml/files/patch-setup.py 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' - ],