Date: Sun, 26 Mar 2023 08:52:45 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: 93c9b52ec1ac - main - devel/py-azure-mgmt-authorization: Update to 3.0.0 Message-ID: <202303260852.32Q8qjmB039036@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=93c9b52ec1aca3b853b3a21b0f5f2d1793c4bee1 commit 93c9b52ec1aca3b853b3a21b0f5f2d1793c4bee1 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2023-03-26 01:14:34 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2023-03-26 08:51:06 +0000 devel/py-azure-mgmt-authorization: Update to 3.0.0 Changelog: https://pypi.org/project/azure-mgmt-authorization/3.0.0/ --- devel/py-azure-mgmt-authorization/Makefile | 10 +++++----- devel/py-azure-mgmt-authorization/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/py-azure-mgmt-authorization/Makefile b/devel/py-azure-mgmt-authorization/Makefile index 383b6ed9e3b9..1619b5f62043 100644 --- a/devel/py-azure-mgmt-authorization/Makefile +++ b/devel/py-azure-mgmt-authorization/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-authorization -PORTVERSION= 0.61.0 +PORTVERSION= 3.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +10,11 @@ WWW= https://pypi.org/project/azure-mgmt-authorization/ 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.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.2<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} -USES= azurepy python:3.6+ zip +USES= azurepy python:3.7+ zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-azure-mgmt-authorization/distinfo b/devel/py-azure-mgmt-authorization/distinfo index af24b7565944..d94d5589a468 100644 --- a/devel/py-azure-mgmt-authorization/distinfo +++ b/devel/py-azure-mgmt-authorization/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601164180 -SHA256 (azure-mgmt-authorization-0.61.0.zip) = f5cceea3add04e9445ea88492f15eecf6c126f0406d967c95f6e48b79be8db75 -SIZE (azure-mgmt-authorization-0.61.0.zip) = 114053 +TIMESTAMP = 1679793221 +SHA256 (azure-mgmt-authorization-3.0.0.zip) = 0a5d7f683bf3372236b841cdbd4677f6b08ed7ce41b999c3e644d4286252057d +SIZE (azure-mgmt-authorization-3.0.0.zip) = 1020596
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303260852.32Q8qjmB039036>