svn commit: r511498 - head/devel/py-azure-storage-blob

Danilo G. Baio dbaio at FreeBSD.org
Sat Sep 7 23:00:52 UTC 2019


Author: dbaio
Date: Sat Sep  7 23:00:51 2019
New Revision: 511498
URL: https://svnweb.freebsd.org/changeset/ports/511498

Log:
  devel/py-azure-storage-blob: Update to 2.1.0
  
  Reported by:	portscout

Modified:
  head/devel/py-azure-storage-blob/Makefile
  head/devel/py-azure-storage-blob/distinfo

Modified: head/devel/py-azure-storage-blob/Makefile
==============================================================================
--- head/devel/py-azure-storage-blob/Makefile	Sat Sep  7 22:59:44 2019	(r511497)
+++ head/devel/py-azure-storage-blob/Makefile	Sat Sep  7 23:00:51 2019	(r511498)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	azure-storage-blob
-PORTVERSION=	2.0.1
+PORTVERSION=	2.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,7 @@ COMMENT=	Microsoft Azure Storage Blob Client Library f
 LICENSE=	MIT
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}azure-common>=1.1.5:www/py-azure-common@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}azure-storage-common>=2.0:devel/py-azure-storage-common@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}azure-storage-common>=2.1:devel/py-azure-storage-common@${PY_FLAVOR} \
 		${PY_FUTURES}
 
 USES=		azurepy python

Modified: head/devel/py-azure-storage-blob/distinfo
==============================================================================
--- head/devel/py-azure-storage-blob/distinfo	Sat Sep  7 22:59:44 2019	(r511497)
+++ head/devel/py-azure-storage-blob/distinfo	Sat Sep  7 23:00:51 2019	(r511498)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557600678
-SHA256 (azure-storage-blob-2.0.1.tar.gz) = 93381abf5d18222b9dd8a07fa5f810536427c047663433f4c77877d047877032
-SIZE (azure-storage-blob-2.0.1.tar.gz) = 75732
+TIMESTAMP = 1567861589
+SHA256 (azure-storage-blob-2.1.0.tar.gz) = b90323aad60f207f9f90a0c4cf94c10acc313c20b39403398dfba51f25f7b454
+SIZE (azure-storage-blob-2.1.0.tar.gz) = 83156


More information about the svn-ports-all mailing list