diff options
author | David Naylor <dbn@FreeBSD.org> | 2018-11-02 19:10:18 +0000 |
---|---|---|
committer | David Naylor <dbn@FreeBSD.org> | 2018-11-02 19:10:18 +0000 |
commit | a3b2d6a954184ba65ba62c4907272e224694ddc0 (patch) | |
tree | d8f44c02c11c7b3ca83fcd6e2a8f0f0e92af327f /net-mgmt/py-msrestazure | |
parent | c6f5c051f87db60eeb0657f4470ab87acbf7926e (diff) |
net-mgmt/py-msrestazure: update to 0.5.1
- Switch to PyPi source
- PyPi source does not provide LICENSE file
- Change Log:
- Bugfixes:
- Fix CloudError if response and error message are provided at the same
time #114
- Fix LRO polling if last call is an empty Location (Autorest.Python 3.x
only) #120
- Features:
- Altered resource id parsing logic to allow for resource group IDs #117
Notes
Notes:
svn path=/head/; revision=483834
Diffstat (limited to 'net-mgmt/py-msrestazure')
-rw-r--r-- | net-mgmt/py-msrestazure/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/py-msrestazure/distinfo | 6 |
2 files changed, 5 insertions, 9 deletions
diff --git a/net-mgmt/py-msrestazure/Makefile b/net-mgmt/py-msrestazure/Makefile index d0c0d53297ce..30b960041a98 100644 --- a/net-mgmt/py-msrestazure/Makefile +++ b/net-mgmt/py-msrestazure/Makefile @@ -2,24 +2,20 @@ # $FreeBSD$ PORTNAME= msrestazure -DISTVERSIONPREFIX= v -DISTVERSION= 0.5.0 +DISTVERSION= 0.5.1 CATEGORIES= net-mgmt python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dbn@FreeBSD.org COMMENT= Azure-specific AutoRest swagger generator Python client runtime LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE.md RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msrest>0:net-mgmt/py-msrest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}adal>0:net-mgmt/py-adal@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils -USE_GITHUB= yes -GH_ACCOUNT= Azure -GH_PROJECT= msrestazure-for-python .include <bsd.port.mk> diff --git a/net-mgmt/py-msrestazure/distinfo b/net-mgmt/py-msrestazure/distinfo index 1301df83ff2c..a1fd2a87ff04 100644 --- a/net-mgmt/py-msrestazure/distinfo +++ b/net-mgmt/py-msrestazure/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1533807711 -SHA256 (Azure-msrestazure-for-python-v0.5.0_GH0.tar.gz) = 22b394eb04167ffe75043ec4d910224583dc719c7f90e8dbb0ee688488122b5f -SIZE (Azure-msrestazure-for-python-v0.5.0_GH0.tar.gz) = 43770 +TIMESTAMP = 1541185595 +SHA256 (msrestazure-0.5.1.tar.gz) = fd1bcb9652cf04b711e21dcbef377a7e43f9492afeb0a59622b5623ce8715825 +SIZE (msrestazure-0.5.1.tar.gz) = 32544 |