Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Mar 2022 13:43:40 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: 5ab7ee40d60a - main - devel/py-azure-core: Update to 1.23.0
Message-ID:  <202203251343.22PDheR1019693@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=5ab7ee40d60a3ab1537160e294040a9affd103f5

commit 5ab7ee40d60a3ab1537160e294040a9affd103f5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-25 12:59:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-25 13:36:52 +0000

    devel/py-azure-core: Update to 1.23.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 | 5 +++--
 devel/py-azure-core/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/devel/py-azure-core/Makefile b/devel/py-azure-core/Makefile
index 44e32908480f..d3aa26e8f22b 100644
--- a/devel/py-azure-core/Makefile
+++ b/devel/py-azure-core/Makefile
@@ -1,7 +1,7 @@
 # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
 
 PORTNAME=	azure-core
-PORTVERSION=	1.22.1
+PORTVERSION=	1.23.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,8 @@ COMMENT=	Microsoft Azure Core Library for Python
 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}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
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/devel/py-azure-core/distinfo b/devel/py-azure-core/distinfo
index be7de756b244..be47245b3b2f 100644
--- a/devel/py-azure-core/distinfo
+++ b/devel/py-azure-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1646057930
-SHA256 (azure-core-1.22.1.zip) = 4b6e405268a33b873107796495cec3f2f1b1ffe935624ce0fbddff36d38d3a4d
-SIZE (azure-core-1.22.1.zip) = 368450
+TIMESTAMP = 1647264512
+SHA256 (azure-core-1.23.0.zip) = a56a6f720d0948d3f3e4a25a5fe46df2f1b7f865c358d74e2ce47dbb49262608
+SIZE (azure-core-1.23.0.zip) = 371683



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251343.22PDheR1019693>