Date: Sat, 27 Aug 2022 10:31:51 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1aa178ecef52 - main - devel/py-azure-core: Update to 1.25.0 Message-ID: <202208271031.27RAVp6i048695@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1aa178ecef520748e7d56a4cefc59442fe714e60 commit 1aa178ecef520748e7d56a4cefc59442fe714e60 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-08-27 10:24:16 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-08-27 10:24:16 +0000 devel/py-azure-core: Update to 1.25.0 Changes: https://github.com/Azure/azure-sdk-for-python/releases https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/CHANGELOG.md --- devel/py-azure-core/Makefile | 4 ++-- devel/py-azure-core/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/devel/py-azure-core/Makefile b/devel/py-azure-core/Makefile index e086c973d1fa..fe558d472790 100644 --- a/devel/py-azure-core/Makefile +++ b/devel/py-azure-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-core -PORTVERSION= 1.24.2 +PORTVERSION= 1.25.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=2.18.4:www/py-requests@${PY_FLAVOR ${PYTHON_PKGNAMEPREFIX}six>=1.11.0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.0.1:devel/py-typing-extensions@${PY_FLAVOR} -USES= python:3.6+ zip +USES= python:3.7+ zip USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes diff --git a/devel/py-azure-core/distinfo b/devel/py-azure-core/distinfo index 40029f3da67f..60fbe4a839ce 100644 --- a/devel/py-azure-core/distinfo +++ b/devel/py-azure-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1656702492 -SHA256 (azure-core-1.24.2.zip) = 0f3a20d245659bf81fb3670070a5410c8d4a43298d5a981e62dce393000a9084 -SIZE (azure-core-1.24.2.zip) = 372429 +TIMESTAMP = 1660576774 +SHA256 (azure-core-1.25.0.zip) = c4a7d0d9e63a70dbde502b5d0cbe58b52244db4fbf247cca6768899e45fa3336 +SIZE (azure-core-1.25.0.zip) = 373353
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202208271031.27RAVp6i048695>