Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Jan 2021 17:38:10 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r562839 - in head/security/py-python3-saml: . files
Message-ID:  <202101261738.10QHcAuu030096@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Tue Jan 26 17:38:09 2021
New Revision: 562839
URL: https://svnweb.freebsd.org/changeset/ports/562839

Log:
  Update to 1.10.0
  
  Changes:	https://github.com/onelogin/python3-saml/releases

Added:
  head/security/py-python3-saml/files/
  head/security/py-python3-saml/files/patch-setup.py   (contents, props changed)
Modified:
  head/security/py-python3-saml/Makefile
  head/security/py-python3-saml/distinfo

Modified: head/security/py-python3-saml/Makefile
==============================================================================
--- head/security/py-python3-saml/Makefile	Tue Jan 26 17:38:05 2021	(r562838)
+++ head/security/py-python3-saml/Makefile	Tue Jan 26 17:38:09 2021	(r562839)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	python3-saml
-PORTVERSION=	1.9.0
-PORTREVISION=	1
+PORTVERSION=	1.10.0
 CATEGORIES=	security python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +13,10 @@ COMMENT=	Add SAML support to your Python software
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defusedxml>=0.5.0:devel/py-defusedxml@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}defusedxml>=0.6.0:devel/py-defusedxml@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}isodate>=0.5.0:devel/py-isodate@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}xmlsec>=0.6.0:security/py-xmlsec@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}lxml>=3.3.5:devel/py-lxml@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}xmlsec>=1.0.5:security/py-xmlsec@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/security/py-python3-saml/distinfo
==============================================================================
--- head/security/py-python3-saml/distinfo	Tue Jan 26 17:38:05 2021	(r562838)
+++ head/security/py-python3-saml/distinfo	Tue Jan 26 17:38:09 2021	(r562839)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1582888982
-SHA256 (python3-saml-1.9.0.tar.gz) = 68ca2e5591769a1a87c9aac1779ff2c0852ddc89fb0b0371f50f781d354323da
-SIZE (python3-saml-1.9.0.tar.gz) = 76331
+TIMESTAMP = 1611665501
+SHA256 (python3-saml-1.10.0.tar.gz) = 40b689fc5ee60aa59fc83356b591f1ea3ef64de7c5e040eafb4e9f5b10f45aeb
+SIZE (python3-saml-1.10.0.tar.gz) = 78773

Added: head/security/py-python3-saml/files/patch-setup.py
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-python3-saml/files/patch-setup.py	Tue Jan 26 17:38:09 2021	(r562839)
@@ -0,0 +1,11 @@
+--- 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={



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101261738.10QHcAuu030096>