From owner-dev-commits-ports-main@freebsd.org Sat Aug 7 23:04:26 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 4E6E4673234; Sat, 7 Aug 2021 23:04:26 +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 4GhybG0PnKz4px5; Sat, 7 Aug 2021 23:04:26 +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 D862B18D9; Sat, 7 Aug 2021 23:04:25 +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 177N4PUF056433; Sat, 7 Aug 2021 23:04:25 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 177N4PpL056432; Sat, 7 Aug 2021 23:04:25 GMT (envelope-from git) Date: Sat, 7 Aug 2021 23:04:25 GMT Message-Id: <202108072304.177N4PpL056432@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Danilo G. Baio" Subject: git: 4ecb78041fea - main - devel/py-azure-mgmt-datamigration: Update to 9.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: 4ecb78041fea13e68be70c76e1a0bc9d955ca6b7 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Aug 2021 23:04:26 -0000 The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=4ecb78041fea13e68be70c76e1a0bc9d955ca6b7 commit 4ecb78041fea13e68be70c76e1a0bc9d955ca6b7 Author: Danilo G. Baio AuthorDate: 2021-08-07 20:23:47 +0000 Commit: Danilo G. Baio CommitDate: 2021-08-07 23:01:35 +0000 devel/py-azure-mgmt-datamigration: Update to 9.0.0 Changelog: https://pypi.org/project/azure-mgmt-datamigration/9.0.0/ --- devel/py-azure-mgmt-datamigration/Makefile | 8 ++++---- devel/py-azure-mgmt-datamigration/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/py-azure-mgmt-datamigration/Makefile b/devel/py-azure-mgmt-datamigration/Makefile index 0233ad6f66b6..9fdcb46f5570 100644 --- a/devel/py-azure-mgmt-datamigration/Makefile +++ b/devel/py-azure-mgmt-datamigration/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-datamigration -PORTVERSION= 4.1.0 +PORTVERSION= 9.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,9 +9,9 @@ COMMENT= Microsoft Azure Data Migration 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-core>=1.2.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} USES= azurepy python:3.6+ zip USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-azure-mgmt-datamigration/distinfo b/devel/py-azure-mgmt-datamigration/distinfo index 2c3ee6ff6096..5838beb4b5e2 100644 --- a/devel/py-azure-mgmt-datamigration/distinfo +++ b/devel/py-azure-mgmt-datamigration/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1611237285 -SHA256 (azure-mgmt-datamigration-4.1.0.zip) = c33d1deb0ee173a15c8ec21a1e714ba544fe5f4895d3b1d8b0581f3c1b2e8ce4 -SIZE (azure-mgmt-datamigration-4.1.0.zip) = 148992 +TIMESTAMP = 1628367753 +SHA256 (azure-mgmt-datamigration-9.0.0.zip) = 70373dbeb35a7768a47341bb3b570c559197bc1ba36fc8f8bf15139e4c8bad70 +SIZE (azure-mgmt-datamigration-9.0.0.zip) = 181543