Date: Wed, 10 Jan 2024 00:12:12 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: e9548e2f486d - main - devel/py-azure-mgmt-storage: Update to 21.1.0 Message-ID: <202401100012.40A0CCaQ018595@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=e9548e2f486de1c7c9409f383fa91034d7480112 commit e9548e2f486de1c7c9409f383fa91034d7480112 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2023-12-26 17:07:43 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2024-01-10 00:09:04 +0000 devel/py-azure-mgmt-storage: Update to 21.1.0 Changelog: https://pypi.org/project/azure-mgmt-storage/21.1.0/ --- devel/py-azure-mgmt-storage/Makefile | 10 +++++----- devel/py-azure-mgmt-storage/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/devel/py-azure-mgmt-storage/Makefile b/devel/py-azure-mgmt-storage/Makefile index e421a631daa4..b20d747297f5 100644 --- a/devel/py-azure-mgmt-storage/Makefile +++ b/devel/py-azure-mgmt-storage/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-mgmt-storage -PORTVERSION= 21.0.0 +PORTVERSION= 21.1.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,11 +10,11 @@ WWW= https://pypi.org/project/azure-mgmt-storage/ LICENSE= MIT -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-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR} +RUN_DEPENDS= ${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} \ + ${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${PY_FLAVOR} -USES= azurepy python zip +USES= azurepy python USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-azure-mgmt-storage/distinfo b/devel/py-azure-mgmt-storage/distinfo index 289b353dbbdd..a6ad0f0faa89 100644 --- a/devel/py-azure-mgmt-storage/distinfo +++ b/devel/py-azure-mgmt-storage/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1672430778 -SHA256 (azure-mgmt-storage-21.0.0.zip) = 6eb13eeecf89195b2b5f47be0679e3f27888efd7bd2132eec7ebcbce75cb1377 -SIZE (azure-mgmt-storage-21.0.0.zip) = 2849023 +TIMESTAMP = 1703609392 +SHA256 (azure-mgmt-storage-21.1.0.tar.gz) = d6d3c0e917c988bc9ed0472477d3ef3f90886009eb1d97a711944f8375630162 +SIZE (azure-mgmt-storage-21.1.0.tar.gz) = 1808445
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401100012.40A0CCaQ018595>