Date: Sat, 10 Sep 2022 17:21:57 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: 8d2af01f71c6 - main - devel/py-azure-mgmt-cosmosdb: Update to 7.0.0 Message-ID: <202209101721.28AHLvjJ056333@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=8d2af01f71c63a16555b35282fd5ae22b37818c8 commit 8d2af01f71c63a16555b35282fd5ae22b37818c8 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2022-09-10 13:40:39 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2022-09-10 17:20:29 +0000 devel/py-azure-mgmt-cosmosdb: Update to 7.0.0 Changelog: https://pypi.org/project/azure-mgmt-cosmosdb/7.0.0/ --- devel/py-azure-mgmt-cosmosdb/Makefile | 5 +++-- devel/py-azure-mgmt-cosmosdb/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/devel/py-azure-mgmt-cosmosdb/Makefile b/devel/py-azure-mgmt-cosmosdb/Makefile index 5703fbd98297..c64aa1642c7a 100644 --- a/devel/py-azure-mgmt-cosmosdb/Makefile +++ b/devel/py-azure-mgmt-cosmosdb/Makefile @@ -1,5 +1,6 @@ PORTNAME= azure-mgmt-cosmosdb -PORTVERSION= 7.0.0b6 +DISTVERSION= 7.0.0 +PORTEPOCH= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21: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.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.3.1<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 ac0829ab61a8..9e2094864c4d 100644 --- a/devel/py-azure-mgmt-cosmosdb/distinfo +++ b/devel/py-azure-mgmt-cosmosdb/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657996799 -SHA256 (azure-mgmt-cosmosdb-7.0.0b6.zip) = e055802603f6ba9c21bd80a57737efe548c91418325df2d1882e9155a2732f2f -SIZE (azure-mgmt-cosmosdb-7.0.0b6.zip) = 423039 +TIMESTAMP = 1662816840 +SHA256 (azure-mgmt-cosmosdb-7.0.0.zip) = 34cc1caa0bf1c266be6975212fc3909beb691fe3020a31cc00b7f4222f1b425a +SIZE (azure-mgmt-cosmosdb-7.0.0.zip) = 354183
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209101721.28AHLvjJ056333>