Date: Wed, 3 Mar 2021 01:29:10 +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: r567006 - head/devel/py-azure-mgmt-storage Message-ID: <202103030129.1231TAve014237@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dbaio Date: Wed Mar 3 01:29:10 2021 New Revision: 567006 URL: https://svnweb.freebsd.org/changeset/ports/567006 Log: devel/py-azure-mgmt-storage: Update to 17.0.0 Changelog: https://pypi.org/project/azure-mgmt-storage/17.0.0/ 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 Wed Mar 3 01:28:49 2021 (r567005) +++ head/devel/py-azure-mgmt-storage/Makefile Wed Mar 3 01:29:10 2021 (r567006) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= azure-mgmt-storage -PORTVERSION= 16.0.0 +PORTVERSION= 17.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,8 +12,8 @@ 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<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-storage/distinfo ============================================================================== --- head/devel/py-azure-mgmt-storage/distinfo Wed Mar 3 01:28:49 2021 (r567005) +++ head/devel/py-azure-mgmt-storage/distinfo Wed Mar 3 01:29:10 2021 (r567006) @@ -1,3 +1,3 @@ -TIMESTAMP = 1606048146 -SHA256 (azure-mgmt-storage-16.0.0.zip) = 2f9d714d9722b1ef4bac6563676612e6e795c4e90f6f3cd323616fdadb0a99e5 -SIZE (azure-mgmt-storage-16.0.0.zip) = 889842 +TIMESTAMP = 1614728236 +SHA256 (azure-mgmt-storage-17.0.0.zip) = c0e3fd99028d98c80dddabe1c22dfeb3d694e5c1393c6de80766eb240739e4bc +SIZE (azure-mgmt-storage-17.0.0.zip) = 1288540
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103030129.1231TAve014237>