Date: Sat, 18 Jun 2022 02:30:31 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: 1f91a1eb3848 - main - devel/py-azure-mgmt-reservations: Update to 2.0.0 Message-ID: <202206180230.25I2UV41082445@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=1f91a1eb3848dba4c7ef1eca66b892b5f139474c commit 1f91a1eb3848dba4c7ef1eca66b892b5f139474c Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2022-06-18 01:39:06 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2022-06-18 02:28:57 +0000 devel/py-azure-mgmt-reservations: Update to 2.0.0 Changelog: https://pypi.org/project/azure-mgmt-reservations/2.0.0/ --- devel/py-azure-mgmt-reservations/Makefile | 8 ++++---- devel/py-azure-mgmt-reservations/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/py-azure-mgmt-reservations/Makefile b/devel/py-azure-mgmt-reservations/Makefile index b78a36f8d995..2860b72eb848 100644 --- a/devel/py-azure-mgmt-reservations/Makefile +++ b/devel/py-azure-mgmt-reservations/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-reservations -PORTVERSION= 0.7.0 +PORTVERSION= 2.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,9 +9,9 @@ COMMENT= Microsoft Azure Reservations Management Client Library for Python 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} +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} USES= azurepy python:3.6+ zip USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-azure-mgmt-reservations/distinfo b/devel/py-azure-mgmt-reservations/distinfo index 4f0ea7f67bee..cfe294ca8911 100644 --- a/devel/py-azure-mgmt-reservations/distinfo +++ b/devel/py-azure-mgmt-reservations/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1593284363 -SHA256 (azure-mgmt-reservations-0.7.0.zip) = f65c1985a47e0ac55e7d5d9cc1bd5e95335a111566edc289d460aa2bc8f80991 -SIZE (azure-mgmt-reservations-0.7.0.zip) = 83302 +TIMESTAMP = 1655516240 +SHA256 (azure-mgmt-reservations-2.0.0.zip) = e6f5dd5e246e6e7ccf938b9315e34747aaf08874866de511117f5e5b5a6a0b71 +SIZE (azure-mgmt-reservations-2.0.0.zip) = 108551
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206180230.25I2UV41082445>