Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Jan 2021 21:24:06 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r559969 - head/devel/py-azure-mgmt-compute
Message-ID:  <202101022124.102LO69x039958@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Jan  2 21:24:06 2021
New Revision: 559969
URL: https://svnweb.freebsd.org/changeset/ports/559969

Log:
  devel/py-azure-mgmt-compute: Update to 18.0.0
  
  Changelog:	https://pypi.org/project/azure-mgmt-compute/18.0.0/

Modified:
  head/devel/py-azure-mgmt-compute/Makefile
  head/devel/py-azure-mgmt-compute/distinfo

Modified: head/devel/py-azure-mgmt-compute/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-compute/Makefile	Sat Jan  2 21:23:55 2021	(r559968)
+++ head/devel/py-azure-mgmt-compute/Makefile	Sat Jan  2 21:24:06 2021	(r559969)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	azure-mgmt-compute
-PORTVERSION=	14.0.0
+PORTVERSION=	18.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,8 @@ COMMENT=	Microsoft Azure Compute Management Client Lib
 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

Modified: head/devel/py-azure-mgmt-compute/distinfo
==============================================================================
--- head/devel/py-azure-mgmt-compute/distinfo	Sat Jan  2 21:23:55 2021	(r559968)
+++ head/devel/py-azure-mgmt-compute/distinfo	Sat Jan  2 21:24:06 2021	(r559969)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1604185404
-SHA256 (azure-mgmt-compute-14.0.0.zip) = 4949fec9976e5d5b3cf2bb452154a86e0bab1785f72a20bdb3f5317a4dd9782f
-SIZE (azure-mgmt-compute-14.0.0.zip) = 2562261
+TIMESTAMP = 1609620490
+SHA256 (azure-mgmt-compute-18.0.0.zip) = 34815c91193640ad8ff0c4dad7f2d997548c853d2e8b10250329ed516e55879e
+SIZE (azure-mgmt-compute-18.0.0.zip) = 3208589



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202101022124.102LO69x039958>