svn commit: r501326 - head/devel/py-azure-mgmt-cognitiveservices

Danilo G. Baio dbaio at FreeBSD.org
Sat May 11 23:20:39 UTC 2019


Author: dbaio
Date: Sat May 11 23:20:37 2019
New Revision: 501326
URL: https://svnweb.freebsd.org/changeset/ports/501326

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

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

Modified: head/devel/py-azure-mgmt-cognitiveservices/Makefile
==============================================================================
--- head/devel/py-azure-mgmt-cognitiveservices/Makefile	Sat May 11 23:19:58 2019	(r501325)
+++ head/devel/py-azure-mgmt-cognitiveservices/Makefile	Sat May 11 23:20:37 2019	(r501326)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	azure-mgmt-cognitiveservices
-PORTVERSION=	3.0.0
+PORTVERSION=	4.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +11,8 @@ COMMENT=	Microsoft Azure Cognitive Services Management
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.27:net-mgmt/py-msrestazure@${PY_FLAVOR} \
+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}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
 
 USES=		azurepy python zip

Modified: head/devel/py-azure-mgmt-cognitiveservices/distinfo
==============================================================================
--- head/devel/py-azure-mgmt-cognitiveservices/distinfo	Sat May 11 23:19:58 2019	(r501325)
+++ head/devel/py-azure-mgmt-cognitiveservices/distinfo	Sat May 11 23:20:37 2019	(r501326)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1545946374
-SHA256 (azure-mgmt-cognitiveservices-3.0.0.zip) = c3247f2786b996a5f328ebdaf65d31507571979e004de7a5ed0ff280f95d80b4
-SIZE (azure-mgmt-cognitiveservices-3.0.0.zip) = 68467
+TIMESTAMP = 1557601575
+SHA256 (azure-mgmt-cognitiveservices-4.0.0.zip) = 4d0b393ac6cc85bff4caa44f9d3a22db366e49f68b046f36864c57d3827feb17
+SIZE (azure-mgmt-cognitiveservices-4.0.0.zip) = 66131


More information about the svn-ports-head mailing list