Date: Sat, 18 Jun 2022 02:30:42 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: a2362e0a4eb8 - main - devel/py-azure-data-tables: Update to 12.4.0 Message-ID: <202206180230.25I2Ugxt083566@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=a2362e0a4eb8552a17a35d6a080ccb732c017c35 commit a2362e0a4eb8552a17a35d6a080ccb732c017c35 Author: Danilo G. Baio <dbaio@FreeBSD.org> AuthorDate: 2022-06-18 01:48:29 +0000 Commit: Danilo G. Baio <dbaio@FreeBSD.org> CommitDate: 2022-06-18 02:28:59 +0000 devel/py-azure-data-tables: Update to 12.4.0 Changelog: https://pypi.org/project/azure-data-tables/12.4.0/ --- devel/py-azure-data-tables/Makefile | 4 ++-- devel/py-azure-data-tables/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-azure-data-tables/Makefile b/devel/py-azure-data-tables/Makefile index 0279552ffdcf..ab475ba4a9fa 100644 --- a/devel/py-azure-data-tables/Makefile +++ b/devel/py-azure-data-tables/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-data-tables -DISTVERSION= 12.2.0 +DISTVERSION= 12.4.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,7 +10,7 @@ COMMENT= Microsoft Azure Data Tables Client Library for Python LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}azure-core>=1.14.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}azure-core>=1.15.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-data-tables/distinfo b/devel/py-azure-data-tables/distinfo index fb6667bdd8b9..d12fb6fca262 100644 --- a/devel/py-azure-data-tables/distinfo +++ b/devel/py-azure-data-tables/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1649512416 -SHA256 (azure-data-tables-12.2.0.zip) = d214baf781a3a416ae1735d05292347e38174c4fe486dd6e0e4c807692b41c28 -SIZE (azure-data-tables-12.2.0.zip) = 1138992 +TIMESTAMP = 1655516841 +SHA256 (azure-data-tables-12.4.0.zip) = dd5fc8de91e2f8908efa4c64ca7f63cf83b3068a9ba426298de3b54139e9665c +SIZE (azure-data-tables-12.4.0.zip) = 280621
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206180230.25I2Ugxt083566>