Date: Sun, 17 Oct 2021 15:51:40 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: 0f43b8b32ed9 - main - devel/py-azure-mgmt-eventhub: Update to 9.1.0 Message-ID: <202110171551.19HFpetQ079477@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=0f43b8b32ed9cd56991e61a48fe1116857fa8e4a commit 0f43b8b32ed9cd56991e61a48fe1116857fa8e4a Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2021-10-17 13:52:00 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2021-10-17 15:51:16 +0000 devel/py-azure-mgmt-eventhub: Update to 9.1.0 Changelog: https://pypi.org/project/azure-mgmt-eventhub/9.1.0/ --- devel/py-azure-mgmt-eventhub/Makefile | 8 ++++---- devel/py-azure-mgmt-eventhub/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/py-azure-mgmt-eventhub/Makefile b/devel/py-azure-mgmt-eventhub/Makefile index b08243cdecd9..2f0a6bc27df7 100644 --- a/devel/py-azure-mgmt-eventhub/Makefile +++ b/devel/py-azure-mgmt-eventhub/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-eventhub -PORTVERSION= 4.1.0 +PORTVERSION= 9.1.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -9,9 +9,9 @@ COMMENT= Microsoft Azure EventHub 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-core>=1.2.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} USES= azurepy python:3.6+ zip USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-azure-mgmt-eventhub/distinfo b/devel/py-azure-mgmt-eventhub/distinfo index a8fa75e47ec9..ad5faaa9004a 100644 --- a/devel/py-azure-mgmt-eventhub/distinfo +++ b/devel/py-azure-mgmt-eventhub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1601164104 -SHA256 (azure-mgmt-eventhub-4.1.0.zip) = 05b543eb3d2d9bdb2d78bf7366afa5f7e1ba5614f92793f3f2a988453538cfa0 -SIZE (azure-mgmt-eventhub-4.1.0.zip) = 145815 +TIMESTAMP = 1634478632 +SHA256 (azure-mgmt-eventhub-9.1.0.zip) = 0ba9f10e1e8d03247a316e777d6f27fabf268d596dda2af56ac079fcdf5e7afe +SIZE (azure-mgmt-eventhub-9.1.0.zip) = 412174
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110171551.19HFpetQ079477>