From e25a6856c2dbdae7128aca089b8dd75ac9619a9c4119225be142da27a8212c71 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 23 Apr 2018 13:05:14 +0000 Subject: [PATCH 1/2] Accepting request 599965 from home:glaubitz:branches:Cloud:Tools - Update Azure CLI utilities to latest upstream version. OBS-URL: https://build.opensuse.org/request/show/599965 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-core?expand=0&rev=8 --- azure-cli-core-2.0.26.tar.gz | 3 --- azure-cli-core-2.0.31.tar.gz | 3 +++ azure-cli-core.changes | 8 ++++++++ azure-cli-core.spec | 12 +++++++----- 4 files changed, 18 insertions(+), 8 deletions(-) delete mode 100644 azure-cli-core-2.0.26.tar.gz create mode 100644 azure-cli-core-2.0.31.tar.gz diff --git a/azure-cli-core-2.0.26.tar.gz b/azure-cli-core-2.0.26.tar.gz deleted file mode 100644 index e88afdd..0000000 --- a/azure-cli-core-2.0.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b3623ac1a19381ee407e5aee7bc589cb55c1d722575cb7ac07ca8692eb627b7e -size 68165 diff --git a/azure-cli-core-2.0.31.tar.gz b/azure-cli-core-2.0.31.tar.gz new file mode 100644 index 0000000..6a250d4 --- /dev/null +++ b/azure-cli-core-2.0.31.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1884b9df309e81b47fd0d20afb25e1fb83df92ba4eeb18f9c6bb2267e17058e4 +size 72047 diff --git a/azure-cli-core.changes b/azure-cli-core.changes index 62a6724..77e7ae2 100644 --- a/azure-cli-core.changes +++ b/azure-cli-core.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 23 07:40:56 UTC 2018 - adrian.glaubitz@suse.com + +- New upstream release + + Version 2.0.31 +- Move LICENSE.txt from %doc to %license section +- Update Requires from setup.py + ------------------------------------------------------------------- Thu Feb 8 15:16:31 UTC 2018 - adrian.glaubitz@suse.com diff --git a/azure-cli-core.spec b/azure-cli-core.spec index 3901a33..964ede8 100644 --- a/azure-cli-core.spec +++ b/azure-cli-core.spec @@ -17,7 +17,7 @@ Name: azure-cli-core -Version: 2.0.26 +Version: 2.0.31 Release: 0 Summary: Microsoft Azure CLI Core Module License: MIT @@ -32,6 +32,7 @@ BuildRequires: python3-setuptools BuildRequires: unzip Requires: azure-cli-nspkg Requires: python3-PyJWT +Requires: python3-PyOpenSSL >= 16.2 Requires: python3-PyYAML Requires: python3-adal >= 0.4.7 Requires: python3-applicationinsights >= 0.11.1 @@ -40,15 +41,15 @@ Requires: python3-azure-nspkg Requires: python3-colorama >= 0.3.9 Requires: python3-humanfriendly >= 4.7 Requires: python3-jmespath -Requires: python3-knack >= 0.3.1 +Requires: python3-knack >= 0.3.2 Requires: python3-msrest >= 0.4.4 -Requires: python3-msrestazure >= 0.4.7 +Requires: python3-msrestazure >= 0.4.25 Requires: python3-paramiko Requires: python3-pip -Requires: python3-pyOpenSSL >= 16.2 Requires: python3-pygments Requires: python3-requests Requires: python3-six +Requires: python3-tabulate <= 0.8.2 Requires: python3-tabulate >= 0.7.7 Requires: python3-wheel Conflicts: azure-cli < 2.0.0 @@ -74,7 +75,8 @@ rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__ %files %defattr(-,root,root,-) -%doc HISTORY.rst LICENSE.txt README.rst +%doc HISTORY.rst README.rst +%license LICENSE.txt %{python3_sitelib}/azure/cli/core %{python3_sitelib}/azure_cli_core-*.egg-info From 30774b72f70cbf6b2f68fc285a34d7779dabf417cc70113dbc6a50f96cede56d Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 2 May 2018 13:53:11 +0000 Subject: [PATCH 2/2] Accepting request 603131 from home:glaubitz:branches:Cloud:Tools - Fix typo in Requires: + python3-PyOpenSSL => python3-pyOpenSSL OBS-URL: https://build.opensuse.org/request/show/603131 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-core?expand=0&rev=9 --- azure-cli-core.changes | 6 ++++++ azure-cli-core.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/azure-cli-core.changes b/azure-cli-core.changes index 77e7ae2..b2a2864 100644 --- a/azure-cli-core.changes +++ b/azure-cli-core.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 2 13:41:48 UTC 2018 - adrian.glaubitz@suse.com + +- Fix typo in Requires: + + python3-PyOpenSSL => python3-pyOpenSSL + ------------------------------------------------------------------- Mon Apr 23 07:40:56 UTC 2018 - adrian.glaubitz@suse.com diff --git a/azure-cli-core.spec b/azure-cli-core.spec index 964ede8..8c65a9f 100644 --- a/azure-cli-core.spec +++ b/azure-cli-core.spec @@ -32,7 +32,6 @@ BuildRequires: python3-setuptools BuildRequires: unzip Requires: azure-cli-nspkg Requires: python3-PyJWT -Requires: python3-PyOpenSSL >= 16.2 Requires: python3-PyYAML Requires: python3-adal >= 0.4.7 Requires: python3-applicationinsights >= 0.11.1 @@ -46,6 +45,7 @@ Requires: python3-msrest >= 0.4.4 Requires: python3-msrestazure >= 0.4.25 Requires: python3-paramiko Requires: python3-pip +Requires: python3-pyOpenSSL >= 16.2 Requires: python3-pygments Requires: python3-requests Requires: python3-six