From owner-dev-commits-ports-all@freebsd.org  Sun Sep 12 20:09:19 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 CB88D66CAED;
 Sun, 12 Sep 2021 20:09:19 +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 4H710b3Cxnz3lMY;
 Sun, 12 Sep 2021 20:09:19 +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 3DF3719F89;
 Sun, 12 Sep 2021 20:09:19 +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 18CK9Jwn054583;
 Sun, 12 Sep 2021 20:09:19 GMT (envelope-from git@gitrepo.freebsd.org)
Received: (from git@localhost)
 by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18CK9Jkb054582;
 Sun, 12 Sep 2021 20:09:19 GMT (envelope-from git)
Date: Sun, 12 Sep 2021 20:09:19 GMT
Message-Id: <202109122009.18CK9Jkb054582@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: d5d1e092b1c8 - main - devel/py-azure-mgmt-security: Update to
 1.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: d5d1e092b1c81263bfb486b6cc9523f4fd891e52
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: Sun, 12 Sep 2021 20:09:19 -0000

The branch main has been updated by dbaio:

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

commit d5d1e092b1c81263bfb486b6cc9523f4fd891e52
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-09-12 18:20:47 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-09-12 20:08:52 +0000

    devel/py-azure-mgmt-security: Update to 1.0.0
    
    Changelog:      https://pypi.org/project/azure-mgmt-security/1.0.0/
---
 devel/py-azure-mgmt-security/Makefile | 6 +++---
 devel/py-azure-mgmt-security/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/devel/py-azure-mgmt-security/Makefile b/devel/py-azure-mgmt-security/Makefile
index dab14958de65..36d13820cb2c 100644
--- a/devel/py-azure-mgmt-security/Makefile
+++ b/devel/py-azure-mgmt-security/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	azure-mgmt-security
-PORTVERSION=	0.6.0
+PORTVERSION=	1.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,8 +10,8 @@ COMMENT=	Microsoft Azure Secutiry Center Management 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}
+		${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-security/distinfo b/devel/py-azure-mgmt-security/distinfo
index 8b363115df92..4cd1d4452d91 100644
--- a/devel/py-azure-mgmt-security/distinfo
+++ b/devel/py-azure-mgmt-security/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609620033
-SHA256 (azure-mgmt-security-0.6.0.zip) = 9f37d0151d730801222af111f0830905634795dbfd59ad1b89c35197421e74d3
-SIZE (azure-mgmt-security-0.6.0.zip) = 239230
+TIMESTAMP = 1631470719
+SHA256 (azure-mgmt-security-1.0.0.zip) = ae1cff598dfe80e93406e524c55c3f2cbffced9f9b7a5577e3375008a4c3bcad
+SIZE (azure-mgmt-security-1.0.0.zip) = 405083