Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Nov 2020 11:27:57 +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: r554245 - head/net-mgmt/py-adal
Message-ID:  <202011061127.0A6BRvZl097674@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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