Date: Sun, 9 Apr 2023 20:42:41 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: 0bfe5be31c94 - main - devel/py-azure-core: Update to 1.26.4 Message-ID: <202304092042.339KgfIk096426@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=0bfe5be31c941a0214294ad1129a12d6ccfeb97f commit 0bfe5be31c941a0214294ad1129a12d6ccfeb97f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-09 20:40:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-09 20:40:08 +0000 devel/py-azure-core: Update to 1.26.4 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 f6e82f8b8f86..99b1f29bf427 100644 --- a/devel/py-azure-core/Makefile +++ b/devel/py-azure-core/Makefile @@ -1,5 +1,5 @@ PORTNAME= azure-core -PORTVERSION= 1.26.3 +PORTVERSION= 1.26.4 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +12,7 @@ LICENSE= MIT 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} + ${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR} USES= python:3.7+ zip USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-azure-core/distinfo b/devel/py-azure-core/distinfo index c8c76db12495..9aaeca3f843c 100644 --- a/devel/py-azure-core/distinfo +++ b/devel/py-azure-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771193 -SHA256 (azure-core-1.26.3.zip) = acbd0daa9675ce88623da35c80d819cdafa91731dee6b2695c64d7ca9da82db4 -SIZE (azure-core-1.26.3.zip) = 369524 +TIMESTAMP = 1681052916 +SHA256 (azure-core-1.26.4.zip) = 075fe06b74c3007950dd93d49440c2f3430fd9b4a5a2756ec8c79454afc989c6 +SIZE (azure-core-1.26.4.zip) = 370584
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304092042.339KgfIk096426>