forked from pool/azure-cli-core
Accepting request 641222 from Cloud:Tools
OBS-URL: https://build.opensuse.org/request/show/641222 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/azure-cli-core?expand=0&rev=4
This commit is contained in:
commit
c1f9bd754a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1884b9df309e81b47fd0d20afb25e1fb83df92ba4eeb18f9c6bb2267e17058e4
|
|
||||||
size 72047
|
|
3
azure-cli-core-2.0.45.tar.gz
Normal file
3
azure-cli-core-2.0.45.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:227b3ad08b7d138be005581835a09f0978eed1b4a8d320e733c7b228c6cac2f0
|
||||||
|
size 81322
|
@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 1 10:27:17 UTC 2018 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Wed May 2 13:41:48 UTC 2018 - adrian.glaubitz@suse.com
|
||||||
|
|
||||||
|
@ -12,12 +12,12 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: azure-cli-core
|
||||||
Version: 2.0.31
|
Version: 2.0.45
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Microsoft Azure CLI Core Module
|
Summary: Microsoft Azure CLI Core Module
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -31,27 +31,32 @@ BuildRequires: python3-devel
|
|||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
Requires: azure-cli-nspkg
|
Requires: azure-cli-nspkg
|
||||||
|
Requires: azure-cli-telemetry
|
||||||
Requires: python3-PyJWT
|
Requires: python3-PyJWT
|
||||||
Requires: python3-PyYAML
|
Requires: python3-PyYAML < 4.0.0
|
||||||
Requires: python3-adal >= 0.4.7
|
Requires: python3-PyYAML >= 3.13
|
||||||
Requires: python3-applicationinsights >= 0.11.1
|
Requires: python3-adal >= 1.0.2
|
||||||
Requires: python3-argcomplete >= 1.8.0
|
Requires: python3-argcomplete >= 1.8.0
|
||||||
|
Requires: python3-azure-mgmt-resource >= 2.0.0
|
||||||
Requires: python3-azure-nspkg
|
Requires: python3-azure-nspkg
|
||||||
Requires: python3-colorama >= 0.3.9
|
Requires: python3-colorama >= 0.3.9
|
||||||
Requires: python3-humanfriendly >= 4.7
|
Requires: python3-humanfriendly >= 4.7
|
||||||
Requires: python3-jmespath
|
Requires: python3-jmespath
|
||||||
Requires: python3-knack >= 0.3.2
|
Requires: python3-knack >= 0.4.2
|
||||||
Requires: python3-msrest >= 0.4.4
|
Requires: python3-msrest >= 0.4.4
|
||||||
Requires: python3-msrestazure >= 0.4.25
|
Requires: python3-msrestazure >= 0.4.25
|
||||||
Requires: python3-paramiko
|
Requires: python3-paramiko >= 2.0.8
|
||||||
Requires: python3-pip
|
Requires: python3-pip
|
||||||
Requires: python3-pyOpenSSL >= 16.2
|
Requires: python3-pyOpenSSL >= 17.1.0
|
||||||
Requires: python3-pygments
|
Requires: python3-pygments
|
||||||
Requires: python3-requests
|
Requires: python3-requests
|
||||||
Requires: python3-six
|
Requires: python3-six
|
||||||
Requires: python3-tabulate <= 0.8.2
|
Requires: python3-tabulate <= 0.8.2
|
||||||
Requires: python3-tabulate >= 0.7.7
|
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
|
Conflicts: azure-cli < 2.0.0
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
Loading…
Reference in New Issue
Block a user