Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Aug 2021 23:04:15 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: 327cfc6e336f - main - devel/py-azure-mgmt-sql: Update to 3.0.1
Message-ID:  <202108072304.177N4FAt056209@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=327cfc6e336f8f92df840ef61dbecf4b56fcc040

commit 327cfc6e336f8f92df840ef61dbecf4b56fcc040
Author:     Danilo G. Baio <dbaio@FreeBSD.org>
AuthorDate: 2021-08-07 20:12:02 +0000
Commit:     Danilo G. Baio <dbaio@FreeBSD.org>
CommitDate: 2021-08-07 23:01:33 +0000

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

diff --git a/devel/py-azure-mgmt-sql/Makefile b/devel/py-azure-mgmt-sql/Makefile
index d9d867d3fd5c..69cfaebe49eb 100644
--- a/devel/py-azure-mgmt-sql/Makefile
+++ b/devel/py-azure-mgmt-sql/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	azure-mgmt-sql
-PORTVERSION=	0.29.0
+PORTVERSION=	3.0.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,9 +9,9 @@ COMMENT=	Microsoft Azure SQL Management Client Library for Python
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.5.0:net-mgmt/py-msrest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}msrestazure>=0.4.32<2.0.0:net-mgmt/py-msrestazure@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.6.21:net-mgmt/py-msrest@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}azure-common>=1.1:www/py-azure-common@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR}
 
 USES=		azurepy python:3.6+ zip
 USE_PYTHON=	autoplist concurrent distutils
diff --git a/devel/py-azure-mgmt-sql/distinfo b/devel/py-azure-mgmt-sql/distinfo
index e3ed9a68df0b..e1704bd48ce9 100644
--- a/devel/py-azure-mgmt-sql/distinfo
+++ b/devel/py-azure-mgmt-sql/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1625870219
-SHA256 (azure-mgmt-sql-0.29.0.zip) = 6bc7a958fa06238480d350e48d3a1a1e64f1f2548f830301eddbad23fcdaa000
-SIZE (azure-mgmt-sql-0.29.0.zip) = 529577
+TIMESTAMP = 1628366961
+SHA256 (azure-mgmt-sql-3.0.1.zip) = 129042cc011225e27aee6ef2697d585fa5722e5d1aeb0038af6ad2451a285457
+SIZE (azure-mgmt-sql-3.0.1.zip) = 996625



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