From ca53648a88b49d6755bb7175d6f70218afd48fce88e72ffaa10679cfb0dfc084 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Thu, 11 Oct 2018 09:54:01 +0000 Subject: [PATCH] Accepting request 641032 from home:glaubitz:branches:Cloud:Tools - Update Azure CLI to 2.0.45 OBS-URL: https://build.opensuse.org/request/show/641032 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-core?expand=0&rev=11 --- azure-cli-core-2.0.31.tar.gz | 3 --- azure-cli-core-2.0.45.tar.gz | 3 +++ azure-cli-core.changes | 9 +++++++++ azure-cli-core.spec | 23 ++++++++++++++--------- 4 files changed, 26 insertions(+), 12 deletions(-) delete mode 100644 azure-cli-core-2.0.31.tar.gz create mode 100644 azure-cli-core-2.0.45.tar.gz diff --git a/azure-cli-core-2.0.31.tar.gz b/azure-cli-core-2.0.31.tar.gz deleted file mode 100644 index 6a250d4..0000000 --- a/azure-cli-core-2.0.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1884b9df309e81b47fd0d20afb25e1fb83df92ba4eeb18f9c6bb2267e17058e4 -size 72047 diff --git a/azure-cli-core-2.0.45.tar.gz b/azure-cli-core-2.0.45.tar.gz new file mode 100644 index 0000000..d575daf --- /dev/null +++ b/azure-cli-core-2.0.45.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:227b3ad08b7d138be005581835a09f0978eed1b4a8d320e733c7b228c6cac2f0 +size 81322 diff --git a/azure-cli-core.changes b/azure-cli-core.changes index b2a2864..afab796 100644 --- a/azure-cli-core.changes +++ b/azure-cli-core.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Oct 1 10:27:17 UTC 2018 - John Paul Adrian Glaubitz + +- New upstream release + + Version 2.0.45 + + For detailed information about changes see the + HISTORY.rst file provided with this package +- Update Requires from setup.py + ------------------------------------------------------------------- Wed May 2 13:41:48 UTC 2018 - adrian.glaubitz@suse.com diff --git a/azure-cli-core.spec b/azure-cli-core.spec index 8c65a9f..f855e92 100644 --- a/azure-cli-core.spec +++ b/azure-cli-core.spec @@ -12,12 +12,12 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: azure-cli-core -Version: 2.0.31 +Version: 2.0.45 Release: 0 Summary: Microsoft Azure CLI Core Module License: MIT @@ -31,27 +31,32 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: unzip Requires: azure-cli-nspkg +Requires: azure-cli-telemetry Requires: python3-PyJWT -Requires: python3-PyYAML -Requires: python3-adal >= 0.4.7 -Requires: python3-applicationinsights >= 0.11.1 +Requires: python3-PyYAML < 4.0.0 +Requires: python3-PyYAML >= 3.13 +Requires: python3-adal >= 1.0.2 Requires: python3-argcomplete >= 1.8.0 +Requires: python3-azure-mgmt-resource >= 2.0.0 Requires: python3-azure-nspkg Requires: python3-colorama >= 0.3.9 Requires: python3-humanfriendly >= 4.7 Requires: python3-jmespath -Requires: python3-knack >= 0.3.2 +Requires: python3-knack >= 0.4.2 Requires: python3-msrest >= 0.4.4 Requires: python3-msrestazure >= 0.4.25 -Requires: python3-paramiko +Requires: python3-paramiko >= 2.0.8 Requires: python3-pip -Requires: python3-pyOpenSSL >= 16.2 +Requires: python3-pyOpenSSL >= 17.1.0 Requires: python3-pygments Requires: python3-requests Requires: python3-six Requires: python3-tabulate <= 0.8.2 Requires: python3-tabulate >= 0.7.7 -Requires: python3-wheel +Requires: python3-wheel >= 0.30.0 +%if %{python3_version_nodots} < 34 +Requires: python-enum34 >= 1.0.4 +%endif Conflicts: azure-cli < 2.0.0 BuildArch: noarch