From owner-svn-ports-all@freebsd.org Fri Nov 2 19:10:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BCEF710D77FE; Fri, 2 Nov 2018 19:10:19 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 72C667A176; Fri, 2 Nov 2018 19:10:19 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 4F65A6F69; Fri, 2 Nov 2018 19:10:19 +0000 (UTC) (envelope-from dbn@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wA2JAJdr097827; Fri, 2 Nov 2018 19:10:19 GMT (envelope-from dbn@FreeBSD.org) Received: (from dbn@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wA2JAICP097826; Fri, 2 Nov 2018 19:10:18 GMT (envelope-from dbn@FreeBSD.org) Message-Id: <201811021910.wA2JAICP097826@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: dbn set sender to dbn@FreeBSD.org using -f From: David Naylor Date: Fri, 2 Nov 2018 19:10:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r483834 - head/net-mgmt/py-msrestazure X-SVN-Group: ports-head X-SVN-Commit-Author: dbn X-SVN-Commit-Paths: head/net-mgmt/py-msrestazure X-SVN-Commit-Revision: 483834 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Nov 2018 19:10:19 -0000 Author: dbn Date: Fri Nov 2 19:10:18 2018 New Revision: 483834 URL: https://svnweb.freebsd.org/changeset/ports/483834 Log: 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 Modified: head/net-mgmt/py-msrestazure/Makefile head/net-mgmt/py-msrestazure/distinfo Modified: head/net-mgmt/py-msrestazure/Makefile ============================================================================== --- head/net-mgmt/py-msrestazure/Makefile Fri Nov 2 19:06:33 2018 (r483833) +++ head/net-mgmt/py-msrestazure/Makefile Fri Nov 2 19:10:18 2018 (r483834) @@ -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 Modified: head/net-mgmt/py-msrestazure/distinfo ============================================================================== --- head/net-mgmt/py-msrestazure/distinfo Fri Nov 2 19:06:33 2018 (r483833) +++ head/net-mgmt/py-msrestazure/distinfo Fri Nov 2 19:10:18 2018 (r483834) @@ -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