From owner-dev-commits-ports-all@freebsd.org  Sat Jul 10 00:20:17 2021
Return-Path: <owner-dev-commits-ports-all@freebsd.org>
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 C4BEE648BB3;
 Sat, 10 Jul 2021 00:20:17 +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 4GM9f93d0Rz4VM4;
 Sat, 10 Jul 2021 00:20:17 +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 3855C1E408;
 Sat, 10 Jul 2021 00:20:17 +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 16A0KHD8038588;
 Sat, 10 Jul 2021 00:20:17 GMT (envelope-from git@gitrepo.freebsd.org)
Received: (from git@localhost)
 by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 16A0KHd1038582;
 Sat, 10 Jul 2021 00:20:17 GMT (envelope-from git)
Date: Sat, 10 Jul 2021 00:20:17 GMT
Message-Id: <202107100020.16A0KHd1038582@gitrepo.freebsd.org>
To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org,
 dev-commits-ports-main@FreeBSD.org
From: "Danilo G. Baio" <dbaio@FreeBSD.org>
Subject: git: 260337ee08a6 - main - devel/py-azure-mgmt-containerregistry:
 Update to 8.0.0
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Transfer-Encoding: 8bit
X-Git-Committer: dbaio
X-Git-Repository: ports
X-Git-Refname: refs/heads/main
X-Git-Reftype: branch
X-Git-Commit: 260337ee08a6533c22c1087194b516592c0621db
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
 <dev-commits-ports-all.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/dev-commits-ports-all>, 
 <mailto:dev-commits-ports-all-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/dev-commits-ports-all/>
List-Post: <mailto:dev-commits-ports-all@freebsd.org>
List-Help: <mailto:dev-commits-ports-all-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/dev-commits-ports-all>, 
 <mailto:dev-commits-ports-all-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Sat, 10 Jul 2021 00:20:17 -0000

The branch main has been updated by dbaio:

URL: https://cgit.FreeBSD.org/ports/commit/?id=260337ee08a6533c22c1087194b516592c0621db

commit 260337ee08a6533c22c1087194b516592c0621db
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-07-09 23:05:44 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-07-10 00:18:37 +0000

    devel/py-azure-mgmt-containerregistry: Update to 8.0.0
---
 devel/py-azure-mgmt-containerregistry/Makefile | 8 ++++----
 devel/py-azure-mgmt-containerregistry/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/devel/py-azure-mgmt-containerregistry/Makefile b/devel/py-azure-mgmt-containerregistry/Makefile
index 6d51625f4c1b..e2adab54b5c0 100644
--- a/devel/py-azure-mgmt-containerregistry/Makefile
+++ b/devel/py-azure-mgmt-containerregistry/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	azure-mgmt-containerregistry
-DISTVERSION=	3.0.0rc17
+DISTVERSION=	8.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,9 +9,9 @@ COMMENT=	Microsoft Azure Container Registry Client Library for Python
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32<2.0.0:net-mgmt/py-msrestazure@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR}
 
 USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/devel/py-azure-mgmt-containerregistry/distinfo b/devel/py-azure-mgmt-containerregistry/distinfo
index ecc6f87fc4dc..2e96f3b6289f 100644
--- a/devel/py-azure-mgmt-containerregistry/distinfo
+++ b/devel/py-azure-mgmt-containerregistry/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616851102
-SHA256 (azure-mgmt-containerregistry-3.0.0rc17.zip) = 33a95e9e3d6b544259f8427205792aa2415faf57b9b2a4607006d47345b4b2fa
-SIZE (azure-mgmt-containerregistry-3.0.0rc17.zip) = 716070
+TIMESTAMP = 1625871844
+SHA256 (azure-mgmt-containerregistry-8.0.0.zip) = 480eb5d1bb910da4e87a5d7047e2f3e426083b14911ac64c48badd0218e9e756
+SIZE (azure-mgmt-containerregistry-8.0.0.zip) = 754208