Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Oct 2020 21:09:27 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552476 - head/devel/py-azure-appconfiguration
Message-ID:  <202010152109.09FL9Rd0045624@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dbaio
Date: Thu Oct 15 21:09:27 2020
New Revision: 552476
URL: https://svnweb.freebsd.org/changeset/ports/552476

Log:
  devel/py-azure-appconfiguration: Update to 1.1.1
  
  Changelog:	https://pypi.org/project/azure-appconfiguration/1.1.1/

Modified:
  head/devel/py-azure-appconfiguration/Makefile
  head/devel/py-azure-appconfiguration/distinfo

Modified: head/devel/py-azure-appconfiguration/Makefile
==============================================================================
--- head/devel/py-azure-appconfiguration/Makefile	Thu Oct 15 21:09:16 2020	(r552475)
+++ head/devel/py-azure-appconfiguration/Makefile	Thu Oct 15 21:09:27 2020	(r552476)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	azure-appconfiguration
-DISTVERSION=	1.1.0
+DISTVERSION=	1.1.1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	Microsoft App Configuration Data Library for 
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}msrest>=0.6.10:net-mgmt/py-msrest@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}azure-core>=0:devel/py-azure-core@${PY_FLAVOR}
+		${PYTHON_PKGNAMEPREFIX}azure-core>=1.2.2<2.0.0:devel/py-azure-core@${PY_FLAVOR}
 
 USES=		azurepy python zip
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-azure-appconfiguration/distinfo
==============================================================================
--- head/devel/py-azure-appconfiguration/distinfo	Thu Oct 15 21:09:16 2020	(r552475)
+++ head/devel/py-azure-appconfiguration/distinfo	Thu Oct 15 21:09:27 2020	(r552476)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1601163139
-SHA256 (azure-appconfiguration-1.1.0.zip) = 27b9ea9b1f3d6fe83231e2203c27a81831ea576dd2be00cebedf2244f7286057
-SIZE (azure-appconfiguration-1.1.0.zip) = 77210
+TIMESTAMP = 1602721417
+SHA256 (azure-appconfiguration-1.1.1.zip) = b83cd2cb63d93225de84e27abbfc059212f8de27766f4c58dd3abb839dff0be4
+SIZE (azure-appconfiguration-1.1.1.zip) = 77609



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