From owner-dev-commits-ports-all@freebsd.org Sun Jun 20 11:44:16 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 003D764E68E; Sun, 20 Jun 2021 11:44:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G79mb1HK2z4swm; Sun, 20 Jun 2021 11:44:15 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id A85BE124D; Sun, 20 Jun 2021 11:44:14 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15KBiEPh016942; Sun, 20 Jun 2021 11:44:14 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15KBiEQZ016941; Sun, 20 Jun 2021 11:44:14 GMT (envelope-from git) Date: Sun, 20 Jun 2021 11:44:14 GMT Message-Id: <202106201144.15KBiEQZ016941@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: ecb73d19d9ab - main - security/py-pysaml26: Update to 6.5.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: ecb73d19d9ab44dcec10aec70e792a36160ab906 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Jun 2021 11:44:16 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=ecb73d19d9ab44dcec10aec70e792a36160ab906 commit ecb73d19d9ab44dcec10aec70e792a36160ab906 Author: Po-Chuan Hsieh AuthorDate: 2021-06-20 11:37:53 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-20 11:37:53 +0000 security/py-pysaml26: Update to 6.5.2 Changes: https://github.com/IdentityPython/pysaml2/releases --- security/py-pysaml26/Makefile | 4 ++-- security/py-pysaml26/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/security/py-pysaml26/Makefile b/security/py-pysaml26/Makefile index 2c919222a41f..7e7b195879bb 100644 --- a/security/py-pysaml26/Makefile +++ b/security/py-pysaml26/Makefile @@ -1,7 +1,7 @@ # Created by: Brendan Molloy PORTNAME= pysaml2 -PORTVERSION= 6.5.1 +PORTVERSION= 6.5.2 CATEGORIES= security devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -23,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=1.4:security/py-cryptography@$ ${PYTHON_PKGNAMEPREFIX}repoze.who>=0:devel/py-repoze.who@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=1.0.0:www/py-requests@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xmlschema>=0:textproc/py-xmlschema@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xmlschema>=1.2.1:textproc/py-xmlschema@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}zope.interface>=0:devel/py-zope.interface@${PY_FLAVOR} \ xmlsec1:security/xmlsec1 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>=0:devel/py-mock@${PY_FLAVOR} \ diff --git a/security/py-pysaml26/distinfo b/security/py-pysaml26/distinfo index 3d76dfd0c07c..6f2412399c20 100644 --- a/security/py-pysaml26/distinfo +++ b/security/py-pysaml26/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611856594 -SHA256 (pysaml2-6.5.1.tar.gz) = 6dc798aae0e2d43425cd3c720da1aea1b99e52c7e7d87d3666c8854f35e862f6 -SIZE (pysaml2-6.5.1.tar.gz) = 357718 +TIMESTAMP = 1623697074 +SHA256 (pysaml2-6.5.2.tar.gz) = 3dcd8c11cdcabdc8fc3b0af71f6f05c211375c1a7ebb1cc525699f2d56788427 +SIZE (pysaml2-6.5.2.tar.gz) = 357420