From nobody Sun Oct 17 15:51:44 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id DD4E217F5BE4; Sun, 17 Oct 2021 15:51:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HXPdH39sBz3GZj; Sun, 17 Oct 2021 15:51:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 261C07E16; Sun, 17 Oct 2021 15:51:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 19HFpiYO079554; Sun, 17 Oct 2021 15:51:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19HFpiGG079553; Sun, 17 Oct 2021 15:51:44 GMT (envelope-from git) Date: Sun, 17 Oct 2021 15:51:44 GMT Message-Id: <202110171551.19HFpiGG079553@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: "Danilo G. Baio" Subject: git: 14868ae03fe5 - main - sysutils/py-azure-cli-core: Update to 2.29.0 List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: dbaio X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 14868ae03fe535118b6944a52fd973a4e6d3c49c Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by dbaio: URL: https://cgit.FreeBSD.org/ports/commit/?id=14868ae03fe535118b6944a52fd973a4e6d3c49c commit 14868ae03fe535118b6944a52fd973a4e6d3c49c Author: Danilo G. Baio AuthorDate: 2021-10-17 14:00:04 +0000 Commit: Danilo G. Baio CommitDate: 2021-10-17 15:51:17 +0000 sysutils/py-azure-cli-core: Update to 2.29.0 Changelog: https://pypi.org/project/azure-cli-core/2.29.0/ --- sysutils/py-azure-cli-core/Makefile | 5 ++--- sysutils/py-azure-cli-core/distinfo | 6 +++--- sysutils/py-azure-cli-core/files/patch-setup.py | 8 ++++---- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/sysutils/py-azure-cli-core/Makefile b/sysutils/py-azure-cli-core/Makefile index 941118f30547..74ea562859fe 100644 --- a/sysutils/py-azure-cli-core/Makefile +++ b/sysutils/py-azure-cli-core/Makefile @@ -1,6 +1,5 @@ PORTNAME= azure-cli-core -PORTVERSION= 2.28.0 -PORTREVISION= 3 +PORTVERSION= 2.29.0 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -29,7 +28,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}adal>=1.2.7:net-mgmt/py-adal@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pkginfo>=1.5.0.1:sysutils/py-pkginfo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}azure-mgmt-core>=1.2.0<2.0.0:devel/py-azure-mgmt-core@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}psutil>=5.8:sysutils/py-psutil@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cryptography>=3.2<3.4:security/py-cryptography@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography@${PY_FLAVOR} USES= azurepy python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/sysutils/py-azure-cli-core/distinfo b/sysutils/py-azure-cli-core/distinfo index c54faa42eacf..3365d553e629 100644 --- a/sysutils/py-azure-cli-core/distinfo +++ b/sysutils/py-azure-cli-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1631471465 -SHA256 (azure-cli-core-2.28.0.tar.gz) = fcd170c278d6e39d1a846c04254b290b335542e823dfc54ba7094dea3fa50778 -SIZE (azure-cli-core-2.28.0.tar.gz) = 163340 +TIMESTAMP = 1634478818 +SHA256 (azure-cli-core-2.29.0.tar.gz) = 18326c74d2bdbd82de7f9ab294f188f9270a37955d43f5011ef2fc2e048b72ac +SIZE (azure-cli-core-2.29.0.tar.gz) = 163628 diff --git a/sysutils/py-azure-cli-core/files/patch-setup.py b/sysutils/py-azure-cli-core/files/patch-setup.py index 1b946ddcdf6e..30c31ccc5e6e 100644 --- a/sysutils/py-azure-cli-core/files/patch-setup.py +++ b/sysutils/py-azure-cli-core/files/patch-setup.py @@ -1,9 +1,9 @@ ---- setup.py.orig 2021-09-03 06:33:24 UTC +--- setup.py.orig 2021-10-08 09:21:53 UTC +++ setup.py -@@ -49,7 +49,7 @@ DEPENDENCIES = [ - 'azure-common~=1.1', +@@ -48,7 +48,7 @@ DEPENDENCIES = [ + 'azure-cli-telemetry==1.0.6.*', 'azure-mgmt-core>=1.2.0,<1.3.0', # the preview version of azure-mgmt-core is 1.3.0b1, it cannot fit azure-core >=1.14.0 - 'cryptography>=3.2,<3.4', + 'cryptography', - 'humanfriendly>=4.7,<10.0', + 'humanfriendly>=4.7,<11.0', 'jmespath',