Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2023 18:32:19 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: a128e5c6b70d - main - devel/py-azure-mgmt-search: Update to 9.0.0
Message-ID:  <202305201832.34KIWJ9E008318@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=a128e5c6b70da84af6381a686993b3d51b893d2b

commit a128e5c6b70da84af6381a686993b3d51b893d2b
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-05-20 14:53:01 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-05-20 18:30:51 +0000

    devel/py-azure-mgmt-search: Update to 9.0.0
    
    Changelog:      https://pypi.org/project/azure-mgmt-search/9.0.0/
---
 devel/py-azure-mgmt-search/Makefile | 16 +++++++++++-----
 devel/py-azure-mgmt-search/distinfo |  6 +++---
 2 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/devel/py-azure-mgmt-search/Makefile b/devel/py-azure-mgmt-search/Makefile
index 210c2ef18955..c62e563fa3e3 100644
--- a/devel/py-azure-mgmt-search/Makefile
+++ b/devel/py-azure-mgmt-search/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	azure-mgmt-search
-PORTVERSION=	8.0.0
+PORTVERSION=	9.0.0
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,13 +10,19 @@ WWW=		https://pypi.org/project/azure-mgmt-search/
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
+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.2.0<2.0.0:devel/py-azure-core@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}azure-core>=1.3.2<2.0.0:devel/py-azure-core@${PY_FLAVOR}
 
-USES=		azurepy python:3.6+ zip
+USES=		azurepy python:3.7+ zip
 USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${PYTHON_REL} < 30800
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}typing-extensions>=4.3.0:devel/py-typing-extensions@${PY_FLAVOR}
+.endif
+
+.include <bsd.port.post.mk>
diff --git a/devel/py-azure-mgmt-search/distinfo b/devel/py-azure-mgmt-search/distinfo
index bf2891be36ff..847bb79c6be8 100644
--- a/devel/py-azure-mgmt-search/distinfo
+++ b/devel/py-azure-mgmt-search/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1613312183
-SHA256 (azure-mgmt-search-8.0.0.zip) = a96d50c88507233a293e757202deead980c67808f432b8e897c4df1ca088da7e
-SIZE (azure-mgmt-search-8.0.0.zip) = 88567
+TIMESTAMP = 1684594273
+SHA256 (azure-mgmt-search-9.0.0.zip) = 19cfaaa136b5104e3f62626f512a951becd9e74c1fa21bd639efdf2c9fef81bd
+SIZE (azure-mgmt-search-9.0.0.zip) = 124812



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