Date: Sat, 29 Oct 2022 20:01:36 GMT From: "Danilo G. Baio" <dbaio@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 2cc3f1024e9d - main - devel/py-azure-mgmt-cosmosdb: Update to 8.0.0 Message-ID: <202210292001.29TK1aw9069946@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=2cc3f1024e9d3006190f7a978e4c2ccc0e31b88e commit 2cc3f1024e9d3006190f7a978e4c2ccc0e31b88e Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2022-10-29 15:35:54 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2022-10-29 20:01:00 +0000 devel/py-azure-mgmt-cosmosdb: Update to 8.0.0 Changelog: https://pypi.org/project/azure-mgmt-cosmosdb/8.0.0/ --- devel/py-azure-mgmt-cosmosdb/Makefile | 6 +++--- devel/py-azure-mgmt-cosmosdb/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/py-azure-mgmt-cosmosdb/Makefile b/devel/py-azure-mgmt-cosmosdb/Makefile index c64aa1642c7a..55882651ce07 100644 --- a/devel/py-azure-mgmt-cosmosdb/Makefile +++ b/devel/py-azure-mgmt-cosmosdb/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-cosmosdb -DISTVERSION= 7.0.0 +DISTVERSION= 8.0.0 PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP @@ -11,9 +11,9 @@ WWW= https://pypi.org/project/azure-mgmt-cosmosdb/ LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.7.1:net-mgmt/py-msrest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.1<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} USES= azurepy python:3.6+ zip USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-azure-mgmt-cosmosdb/distinfo b/devel/py-azure-mgmt-cosmosdb/distinfo index 9e2094864c4d..764f64fe1b73 100644 --- a/devel/py-azure-mgmt-cosmosdb/distinfo +++ b/devel/py-azure-mgmt-cosmosdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1662816840 -SHA256 (azure-mgmt-cosmosdb-7.0.0.zip) = 34cc1caa0bf1c266be6975212fc3909beb691fe3020a31cc00b7f4222f1b425a -SIZE (azure-mgmt-cosmosdb-7.0.0.zip) = 354183 +TIMESTAMP = 1667057697 +SHA256 (azure-mgmt-cosmosdb-8.0.0.zip) = ffac9255f0a3af562289921924496b77511f8ab57e4c9bc4fc5bcab3b521a0aa +SIZE (azure-mgmt-cosmosdb-8.0.0.zip) = 416732
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202210292001.29TK1aw9069946>