git: 7f6ca832a761 - main - security/py-python3-saml: Update to 1.11.0
Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Jul 24 20:32:06 UTC 2021
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=7f6ca832a761d249c6e4ef25462c97d6426c0547
commit 7f6ca832a761d249c6e4ef25462c97d6426c0547
Author: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-07-24 20:22:05 +0000
Commit: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-07-24 20:22:05 +0000
security/py-python3-saml: Update to 1.11.0
Changes: https://github.com/onelogin/python3-saml/releases
---
security/py-python3-saml/Makefile | 5 ++---
security/py-python3-saml/distinfo | 6 +++---
security/py-python3-saml/files/patch-setup.py | 11 -----------
3 files changed, 5 insertions(+), 17 deletions(-)
diff --git a/security/py-python3-saml/Makefile b/security/py-python3-saml/Makefile
index f63c28bd4b89..48f8c7c05447 100644
--- a/security/py-python3-saml/Makefile
+++ b/security/py-python3-saml/Makefile
@@ -1,7 +1,7 @@
# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
PORTNAME= python3-saml
-PORTVERSION= 1.10.1
+PORTVERSION= 1.11.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,7 @@ COMMENT= Add SAML support to your Python software
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>=0.6.0:devel/py-defusedxml@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}isodate>=0.5.0:devel/py-isodate@${PY_FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}isodate>=0.5.0:devel/py-isodate@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}lxml>=3.3.5:devel/py-lxml@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xmlsec>=1.0.5:security/py-xmlsec@${PY_FLAVOR}
diff --git a/security/py-python3-saml/distinfo b/security/py-python3-saml/distinfo
index baaffeea95a2..74651186bd1d 100644
--- a/security/py-python3-saml/distinfo
+++ b/security/py-python3-saml/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1611856596
-SHA256 (python3-saml-1.10.1.tar.gz) = 336ef44f894b5e09cf339a67b007d8299096b7b44f43ee7426eae410771e4466
-SIZE (python3-saml-1.10.1.tar.gz) = 78813
+TIMESTAMP = 1627120862
+SHA256 (python3-saml-1.11.0.tar.gz) = ec49f0216f75a379f7b3cd367d477321fa86e2a7e66801ee9e18c18fdd691ff2
+SIZE (python3-saml-1.11.0.tar.gz) = 80086
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 f67e09d8a104..000000000000
--- a/security/py-python3-saml/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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={
More information about the dev-commits-ports-all
mailing list