From owner-svn-ports-all@freebsd.org Mon Feb 10 22:39:16 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 BB277246B04; Mon, 10 Feb 2020 22:39:16 +0000 (UTC) (envelope-from dbaio@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) server-signature RSA-PSS (4096 bits) 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 48GgnJ4Tltz48pw; Mon, 10 Feb 2020 22:39:16 +0000 (UTC) (envelope-from dbaio@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 94F322625C; Mon, 10 Feb 2020 22:39:16 +0000 (UTC) (envelope-from dbaio@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01AMdGpX056134; Mon, 10 Feb 2020 22:39:16 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01AMdGTI056131; Mon, 10 Feb 2020 22:39:16 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202002102239.01AMdGTI056131@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Mon, 10 Feb 2020 22:39:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r525763 - in head/sysutils/py-azure-cli: . files X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: in head/sysutils/py-azure-cli: . files X-SVN-Commit-Revision: 525763 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.29 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: Mon, 10 Feb 2020 22:39:16 -0000 Author: dbaio Date: Mon Feb 10 22:39:15 2020 New Revision: 525763 URL: https://svnweb.freebsd.org/changeset/ports/525763 Log: sysutils/py-azure-cli: Update to 2.0.81 Changelog: https://pypi.org/project/azure-cli/2.0.81/ Reported by: portscout Modified: head/sysutils/py-azure-cli/Makefile head/sysutils/py-azure-cli/distinfo head/sysutils/py-azure-cli/files/patch-azure_cli_command__modules_storage_azcopy_util.py Modified: head/sysutils/py-azure-cli/Makefile ============================================================================== --- head/sysutils/py-azure-cli/Makefile Mon Feb 10 22:38:52 2020 (r525762) +++ head/sysutils/py-azure-cli/Makefile Mon Feb 10 22:39:15 2020 (r525763) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-cli -PORTVERSION= 2.0.80 +PORTVERSION= 2.0.81 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Modified: head/sysutils/py-azure-cli/distinfo ============================================================================== --- head/sysutils/py-azure-cli/distinfo Mon Feb 10 22:38:52 2020 (r525762) +++ head/sysutils/py-azure-cli/distinfo Mon Feb 10 22:39:15 2020 (r525763) @@ -1,3 +1,3 @@ -TIMESTAMP = 1579218897 -SHA256 (azure-cli-2.0.80.tar.gz) = cbc17396e5e6cb58bddedb1b125daabd8112557f732c35a4d924378e5e78f630 -SIZE (azure-cli-2.0.80.tar.gz) = 1155965 +TIMESTAMP = 1581281581 +SHA256 (azure-cli-2.0.81.tar.gz) = 85de3dc3973be295d1bc09359bbbd133fde73a370f10ec24d9c152b4ff519467 +SIZE (azure-cli-2.0.81.tar.gz) = 1187545 Modified: head/sysutils/py-azure-cli/files/patch-azure_cli_command__modules_storage_azcopy_util.py ============================================================================== --- head/sysutils/py-azure-cli/files/patch-azure_cli_command__modules_storage_azcopy_util.py Mon Feb 10 22:38:52 2020 (r525762) +++ head/sysutils/py-azure-cli/files/patch-azure_cli_command__modules_storage_azcopy_util.py Mon Feb 10 22:39:15 2020 (r525763) @@ -1,15 +1,15 @@ ---- azure/cli/command_modules/storage/azcopy/util.py.orig 2019-12-04 23:30:55 UTC +--- azure/cli/command_modules/storage/azcopy/util.py.orig 2020-01-31 12:42:39 UTC +++ azure/cli/command_modules/storage/azcopy/util.py -@@ -41,6 +41,8 @@ class AzCopy(object): - file_url = base_url.format('linux', 'tar.gz') - elif self.system == 'Darwin': - file_url = base_url.format('darwin', 'zip') -+ elif self.system == 'FreeBSD': -+ raise CLIError('Azcopy ({}) binary not available, follow instructions at https://wiki.freebsd.org/Ports/sysutils/py-azure-cli'.format(self.system)) - else: - raise CLIError('Azcopy ({}) does not exist.'.format(self.system)) - try: -@@ -163,7 +165,7 @@ def _get_default_install_location(): +@@ -50,6 +50,8 @@ class AzCopy(object): + file_url = base_url.format('linux', 'amd64', AZCOPY_VERSION, 'tar.gz') + elif self.system == 'Darwin': + file_url = base_url.format('darwin', 'amd64', AZCOPY_VERSION, 'zip') ++ elif self.system == 'FreeBSD': ++ raise CLIError('Azcopy ({}) binary not available, follow instructions at https://wiki.freebsd.org/Ports/sysutils/py-azure-cli'.format(self.system)) + else: + raise CLIError('Azcopy ({}) does not exist.'.format(self.system)) + try: +@@ -180,7 +182,7 @@ def _get_default_install_location(): if not home_dir: return None install_location = os.path.join(home_dir, r'.azcopy\azcopy.exe')