Skip to content

Commit

Permalink
security/py-python3-saml: Update to 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Apr 16, 2022
1 parent b937c11 commit f512f9c
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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}
Expand All @@ -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+
Expand Down
6 changes: 3 additions & 3 deletions 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
11 changes: 11 additions & 0 deletions 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'
],

0 comments on commit f512f9c

Please sign in to comment.