From owner-svn-ports-all@freebsd.org Sun Feb 14 15:01:09 2021 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 F0B78532648; Sun, 14 Feb 2021 15:01:09 +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) 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 4Ddr5x6YGTz3Qjp; Sun, 14 Feb 2021 15:01:09 +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 D3DB642F8; Sun, 14 Feb 2021 15:01:09 +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 11EF19Bv015153; Sun, 14 Feb 2021 15:01:09 GMT (envelope-from dbaio@FreeBSD.org) Received: (from dbaio@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11EF19tp014900; Sun, 14 Feb 2021 15:01:09 GMT (envelope-from dbaio@FreeBSD.org) Message-Id: <202102141501.11EF19tp014900@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbaio set sender to dbaio@FreeBSD.org using -f From: "Danilo G. Baio" Date: Sun, 14 Feb 2021 15:01:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565238 - head/devel/py-azure-mgmt-monitor X-SVN-Group: ports-head X-SVN-Commit-Author: dbaio X-SVN-Commit-Paths: head/devel/py-azure-mgmt-monitor X-SVN-Commit-Revision: 565238 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.34 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: Sun, 14 Feb 2021 15:01:10 -0000 Author: dbaio Date: Sun Feb 14 15:01:09 2021 New Revision: 565238 URL: https://svnweb.freebsd.org/changeset/ports/565238 Log: devel/py-azure-mgmt-monitor: Update to 2.0.0 Changelog: https://pypi.org/project/azure-mgmt-monitor/2.0.0/ Modified: head/devel/py-azure-mgmt-monitor/Makefile head/devel/py-azure-mgmt-monitor/distinfo Modified: head/devel/py-azure-mgmt-monitor/Makefile ============================================================================== --- head/devel/py-azure-mgmt-monitor/Makefile Sun Feb 14 15:00:54 2021 (r565237) +++ head/devel/py-azure-mgmt-monitor/Makefile Sun Feb 14 15:01:09 2021 (r565238) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-mgmt-monitor -PORTVERSION= 0.11.0 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ COMMENT= Microsoft Azure Monitor Client Library for Py 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-core>=1.2.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} USES= azurepy python:3.6+ zip USE_PYTHON= autoplist concurrent distutils Modified: head/devel/py-azure-mgmt-monitor/distinfo ============================================================================== --- head/devel/py-azure-mgmt-monitor/distinfo Sun Feb 14 15:00:54 2021 (r565237) +++ head/devel/py-azure-mgmt-monitor/distinfo Sun Feb 14 15:01:09 2021 (r565238) @@ -1,3 +1,3 @@ -TIMESTAMP = 1595365708 -SHA256 (azure-mgmt-monitor-0.11.0.zip) = c6e1fe83dd2ddffa7f6d90c7aa63b3128042396a3893c14dc4816ad28cb15016 -SIZE (azure-mgmt-monitor-0.11.0.zip) = 526193 +TIMESTAMP = 1613312405 +SHA256 (azure-mgmt-monitor-2.0.0.zip) = e7f7943fe8f0efe98b3b1996cdec47c709765257a6e09e7940f7838a0f829e82 +SIZE (azure-mgmt-monitor-2.0.0.zip) = 701884