Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Jun 2020 21:04:21 +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: r540643 - head/devel/py-azure-mgmt-imagebuilder
Message-ID:  <202006272104.05RL4LFB023696@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Sat Jun 27 21:04:21 2020
New Revision: 540643
URL: https://svnweb.freebsd.org/changeset/ports/540643

Log:
  devel/py-azure-mgmt-imagebuilder: Update to 0.4.0
  
  Changelog:	https://pypi.org/project/azure-mgmt-imagebuilder/0.4.0/
  Reported by:	portscout

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

Modified: head/devel/py-azure-mgmt-imagebuilder/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-imagebuilder/Makefile	Sat Jun 27 21:03:58 2020	(r540642)
+++ head/devel/py-azure-mgmt-imagebuilder/Makefile	Sat Jun 27 21:04:21 2020	(r540643)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	azure-mgmt-imagebuilder
-PORTVERSION=	0.3.0
+PORTVERSION=	0.4.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	Microsoft Azure Image Builder Client Library 
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32:net-mgmt/py-msrestazure@${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}
 
 USES=		azurepy python:3.6+ zip

Modified: head/devel/py-azure-mgmt-imagebuilder/distinfo
==============================================================================
--- head/devel/py-azure-mgmt-imagebuilder/distinfo	Sat Jun 27 21:03:58 2020	(r540642)
+++ head/devel/py-azure-mgmt-imagebuilder/distinfo	Sat Jun 27 21:04:21 2020	(r540643)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1575217766
-SHA256 (azure-mgmt-imagebuilder-0.3.0.zip) = 844d1565010713ddfe800c6b3516903eb3d163a6e1c6e0222e91b17547ee9a64
-SIZE (azure-mgmt-imagebuilder-0.3.0.zip) = 39809
+TIMESTAMP = 1593284479
+SHA256 (azure-mgmt-imagebuilder-0.4.0.zip) = 4c9291bf16b40b043637e5e4f15650f71418ac237393e62219cab478a7951733
+SIZE (azure-mgmt-imagebuilder-0.4.0.zip) = 41756



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