svn commit: r532407 - head/devel/py-azure-mgmt-storage

Danilo G. Baio dbaio at FreeBSD.org
Tue Apr 21 20:13:23 UTC 2020


Author: dbaio
Date: Tue Apr 21 20:13:22 2020
New Revision: 532407
URL: https://svnweb.freebsd.org/changeset/ports/532407

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

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

Modified: head/devel/py-azure-mgmt-storage/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-storage/Makefile	Tue Apr 21 20:12:52 2020	(r532406)
+++ head/devel/py-azure-mgmt-storage/Makefile	Tue Apr 21 20:13:22 2020	(r532407)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	azure-mgmt-storage
-PORTVERSION=	8.0.0
+PORTVERSION=	9.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	Microsoft Azure Storage 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: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.5+ zip

Modified: head/devel/py-azure-mgmt-storage/distinfo
==============================================================================
--- head/devel/py-azure-mgmt-storage/distinfo	Tue Apr 21 20:12:52 2020	(r532406)
+++ head/devel/py-azure-mgmt-storage/distinfo	Tue Apr 21 20:13:22 2020	(r532407)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584133403
-SHA256 (azure-mgmt-storage-8.0.0.zip) = 636778912823cebed1c212e4feacc4885d9e49e19a047da20fca9393bc6fac33
-SIZE (azure-mgmt-storage-8.0.0.zip) = 557802
+TIMESTAMP = 1587494340
+SHA256 (azure-mgmt-storage-9.0.0.zip) = 74bea608b1e191aa3f1becc65426da8093d0e08a12c98447aea165b1552819a5
+SIZE (azure-mgmt-storage-9.0.0.zip) = 570368


More information about the svn-ports-all mailing list