From owner-svn-ports-all@freebsd.org Fri Nov 6 11:28:03 2020 Return-Path: Delivered-To: svn-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 D7FCA2EB81E; Fri, 6 Nov 2020 11:28:03 +0000 (UTC) (envelope-from sunpoet@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 "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CSJ6865zdz3KqL; Fri, 6 Nov 2020 11:28:00 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7A76F2440E; Fri, 6 Nov 2020 11:27:58 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0A6BRwfn097676; Fri, 6 Nov 2020 11:27:58 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0A6BRvZl097674; Fri, 6 Nov 2020 11:27:57 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202011061127.0A6BRvZl097674@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 6 Nov 2020 11:27:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r554245 - head/net-mgmt/py-adal X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/net-mgmt/py-adal X-SVN-Commit-Revision: 554245 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Nov 2020 11:28:04 -0000 Author: sunpoet Date: Fri Nov 6 11:27:57 2020 New Revision: 554245 URL: https://svnweb.freebsd.org/changeset/ports/554245 Log: Update to 1.2.5 Changes: https://github.com/AzureAD/azure-activedirectory-library-for-python/releases Modified: head/net-mgmt/py-adal/Makefile head/net-mgmt/py-adal/distinfo head/net-mgmt/py-adal/pkg-descr Modified: head/net-mgmt/py-adal/Makefile ============================================================================== --- head/net-mgmt/py-adal/Makefile Fri Nov 6 11:27:52 2020 (r554244) +++ head/net-mgmt/py-adal/Makefile Fri Nov 6 11:27:57 2020 (r554245) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= adal -PORTVERSION= 1.2.4 +PORTVERSION= 1.2.5 CATEGORIES= net-mgmt python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/net-mgmt/py-adal/distinfo ============================================================================== --- head/net-mgmt/py-adal/distinfo Fri Nov 6 11:27:52 2020 (r554244) +++ head/net-mgmt/py-adal/distinfo Fri Nov 6 11:27:57 2020 (r554245) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592145141 -SHA256 (adal-1.2.4.tar.gz) = 7a15d22b1ee7ce1be92441199958748982feba6b7dec35fbf60f9b607bad1bc0 -SIZE (adal-1.2.4.tar.gz) = 34889 +TIMESTAMP = 1604480750 +SHA256 (adal-1.2.5.tar.gz) = 8003ba03ef04170195b3eddda8a5ab43649ef2c5f0287023d515affb1ccfcfc3 +SIZE (adal-1.2.5.tar.gz) = 34959 Modified: head/net-mgmt/py-adal/pkg-descr ============================================================================== --- head/net-mgmt/py-adal/pkg-descr Fri Nov 6 11:27:52 2020 (r554244) +++ head/net-mgmt/py-adal/pkg-descr Fri Nov 6 11:27:57 2020 (r554245) @@ -3,5 +3,4 @@ Microsoft Azure Active Directory Authentication Librar The ADAL for python library makes it easy for python applications to authenticate to AAD in order to access AAD protected web resources. -WWW: https://pypi.org/project/adal/ WWW: https://github.com/AzureAD/azure-activedirectory-library-for-python