security/py-python3-saml: Update to 1.15.0

- Update WWW

Changes:	https://github.com/SAML-Toolkits/python3-saml/releases
This commit is contained in:
Po-Chuan Hsieh 2023-01-30 20:34:16 +08:00
parent c9ea594e34
commit d25899a4d1
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 7 additions and 18 deletions

View File

@ -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

View File

@ -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

View File

@ -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'
],