forked from pool/azure-cli-core
Accepting request 574568 from home:glaubitz:branches:Cloud:Tools
- Update to latest version of Azure CLI OBS-URL: https://build.opensuse.org/request/show/574568 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/azure-cli-core?expand=0&rev=6
This commit is contained in:
parent
167906bdf5
commit
cbf3276bf4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:450bd061619840a67ed234fea3b151a6f31d66886b1fd32118b4b28e6b0eb140
|
||||
size 74569
|
3
azure-cli-core-2.0.26.tar.gz
Normal file
3
azure-cli-core-2.0.26.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b3623ac1a19381ee407e5aee7bc589cb55c1d722575cb7ac07ca8692eb627b7e
|
||||
size 68165
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 8 15:16:31 UTC 2018 - adrian.glaubitz@suse.com
|
||||
|
||||
- New upstream release
|
||||
+ Version 2.0.26
|
||||
+ For detailed information about changes see the
|
||||
HISTORY.rst file provided with this package
|
||||
- Install HISTORY.rst into doc directory
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 27 11:57:33 UTC 2017 - adrian.glaubitz@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package azure-cli-core
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,8 +15,9 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: azure-cli-core
|
||||
Version: 2.0.17
|
||||
Version: 2.0.26
|
||||
Release: 0
|
||||
Summary: Microsoft Azure CLI Core Module
|
||||
License: MIT
|
||||
@ -24,27 +25,28 @@ Group: System/Management
|
||||
Url: https://github.com/Azure/azure-cli
|
||||
Source: https://files.pythonhosted.org/packages/source/a/azure-cli-core/azure-cli-core-%{version}.tar.gz
|
||||
Source1: LICENSE.txt
|
||||
BuildRequires: azure-cli-nspkg
|
||||
BuildRequires: python3-azure-nspkg
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
BuildRequires: unzip
|
||||
BuildRequires: azure-cli-nspkg
|
||||
BuildRequires: python3-azure-nspkg
|
||||
Requires: azure-cli-nspkg
|
||||
Requires: python3-azure-nspkg
|
||||
Requires: python3-adal >= 0.4.3
|
||||
Requires: python3-applicationinsights
|
||||
Requires: python3-PyJWT
|
||||
Requires: python3-PyYAML
|
||||
Requires: python3-adal >= 0.4.7
|
||||
Requires: python3-applicationinsights >= 0.11.1
|
||||
Requires: python3-argcomplete >= 1.8.0
|
||||
Requires: python3-colorama
|
||||
Requires: python3-humanfriendly
|
||||
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-msrest >= 0.4.4
|
||||
Requires: python3-msrestazure >= 0.4.7
|
||||
Requires: python3-paramiko
|
||||
Requires: python3-pip
|
||||
Requires: python3-pygments
|
||||
Requires: python3-PyJWT
|
||||
Requires: python3-pyOpenSSL >= 16.2
|
||||
Requires: python3-PyYAML
|
||||
Requires: python3-pygments
|
||||
Requires: python3-requests
|
||||
Requires: python3-six
|
||||
Requires: python3-tabulate >= 0.7.7
|
||||
@ -72,7 +74,8 @@ rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc LICENSE.txt README.rst
|
||||
%doc HISTORY.rst LICENSE.txt README.rst
|
||||
%{python3_sitelib}/azure/cli/core
|
||||
%{python3_sitelib}/azure_cli_core-*.egg-info
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user