Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2023 18:32:28 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: 2fde300e5a05 - main - devel/py-azure-data-tables: Update to 12.4.2
Message-ID:  <202305201832.34KIWSVw008488@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=2fde300e5a05f61ada90a0dc4b1dbe0f5a3a0dbb

commit 2fde300e5a05f61ada90a0dc4b1dbe0f5a3a0dbb
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2023-05-20 15:09:51 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2023-05-20 18:30:53 +0000

    devel/py-azure-data-tables: Update to 12.4.2
    
    Changelog:      https://pypi.org/project/azure-data-tables/12.4.2/
---
 devel/py-azure-data-tables/Makefile | 17 ++++++++++++-----
 devel/py-azure-data-tables/distinfo |  6 +++---
 2 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/devel/py-azure-data-tables/Makefile b/devel/py-azure-data-tables/Makefile
index 112e40032da9..4cd40616acf8 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.4.0
+DISTVERSION=	12.4.2
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,12 +10,19 @@ WWW=		https://pypi.org/project/azure-data-tables/
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}azure-core>=1.15.0<2.0.0:devel/py-azure-core@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-core>=1.24.0<2.0.0:devel/py-azure-core@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yarl>=1.0<2.0:www/py-yarl@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}isodate>=0.6.1<1.0.0:devel/py-isodate@${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-data-tables/distinfo b/devel/py-azure-data-tables/distinfo
index d12fb6fca262..61381544edbc 100644
--- a/devel/py-azure-data-tables/distinfo
+++ b/devel/py-azure-data-tables/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1655516841
-SHA256 (azure-data-tables-12.4.0.zip) = dd5fc8de91e2f8908efa4c64ca7f63cf83b3068a9ba426298de3b54139e9665c
-SIZE (azure-data-tables-12.4.0.zip) = 280621
+TIMESTAMP = 1684595167
+SHA256 (azure-data-tables-12.4.2.zip) = 3b3d5d15b2a963e09b4934b1fe2ba217f29dd9ac51821c17549fcaf874702434
+SIZE (azure-data-tables-12.4.2.zip) = 315127



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