diff options
author | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-09-07 23:00:51 +0000 |
---|---|---|
committer | Danilo G. Baio <dbaio@FreeBSD.org> | 2019-09-07 23:00:51 +0000 |
commit | 00e694b8974a6eb2ce57182f9dac70ef975f8848 (patch) | |
tree | 2b5014902244bd5f17411dab6f1fa86289b586bb | |
parent | 8ed0df63ada63580d51b8e0f937d890b0035938e (diff) |
Notes
-rw-r--r-- | devel/py-azure-storage-blob/Makefile | 4 | ||||
-rw-r--r-- | devel/py-azure-storage-blob/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-azure-storage-blob/Makefile b/devel/py-azure-storage-blob/Makefile index eb3220c98239..6abb153a3d82 100644 --- a/devel/py-azure-storage-blob/Makefile +++ b/devel/py-azure-storage-blob/Makefile @@ -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 for Python 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 diff --git a/devel/py-azure-storage-blob/distinfo b/devel/py-azure-storage-blob/distinfo index 11323bbc5c86..73dd6bef7ed5 100644 --- a/devel/py-azure-storage-blob/distinfo +++ b/devel/py-azure-storage-blob/distinfo @@ -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 |