commit azure-cli-extension for openSUSE:Factory

2019-10-31 Thread root
Hello community,

here is the log from the commit of package azure-cli-extension for 
openSUSE:Factory checked in at 2019-10-31 18:16:08

Comparing /work/SRC/openSUSE:Factory/azure-cli-extension (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-extension.new.2990 (New)


Package is "azure-cli-extension"

Thu Oct 31 18:16:08 2019 rev:7 rq:742691 version:0.2.5

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-extension/azure-cli-extension.changes  
2019-06-05 11:43:30.667035786 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-extension.new.2990/azure-cli-extension.changes
2019-10-31 18:16:09.106066196 +0100
@@ -1,0 +2,8 @@
+Thu Oct 24 12:10:20 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.2.5
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+
+---

Old:

  azure-cli-extension-0.2.3.tar.gz

New:

  azure-cli-extension-0.2.5.tar.gz



Other differences:
--
++ azure-cli-extension.spec ++
--- /var/tmp/diff_new_pack.AJqKXb/_old  2019-10-31 18:16:10.082067206 +0100
+++ /var/tmp/diff_new_pack.AJqKXb/_new  2019-10-31 18:16:10.086067211 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-extension
-Version:0.2.3
+Version:0.2.5
 Release:0
 Summary:Microsoft Azure CLI 'extension' Command Module
 License:MIT

++ azure-cli-extension-0.2.3.tar.gz -> azure-cli-extension-0.2.5.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-extension-0.2.3/HISTORY.rst 
new/azure-cli-extension-0.2.5/HISTORY.rst
--- old/azure-cli-extension-0.2.3/HISTORY.rst   2018-11-01 23:22:37.0 
+0100
+++ new/azure-cli-extension-0.2.5/HISTORY.rst   2019-04-05 00:46:52.0 
+0200
@@ -2,6 +2,13 @@
 
 Release History
 ===
+0.2.5
++
+* Minor fixes.
+
+0.2.4
++
+* Minor fixes.
 
 0.2.3
 +
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-extension-0.2.3/PKG-INFO 
new/azure-cli-extension-0.2.5/PKG-INFO
--- old/azure-cli-extension-0.2.3/PKG-INFO  2018-11-01 23:22:54.0 
+0100
+++ new/azure-cli-extension-0.2.5/PKG-INFO  2019-04-05 00:47:15.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-extension
-Version: 0.2.3
+Version: 0.2.5
 Summary: Microsoft Azure Command-Line Tools Extension Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -19,6 +19,13 @@
 
 Release History
 ===
+0.2.5
++
+* Minor fixes.
+
+0.2.4
++
+* Minor fixes.
 
 0.2.3
 +
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-extension-0.2.3/azure/cli/command_modules/extension/custom.py 
new/azure-cli-extension-0.2.5/azure/cli/command_modules/extension/custom.py
--- old/azure-cli-extension-0.2.3/azure/cli/command_modules/extension/custom.py 
2018-11-01 23:22:37.0 +0100
+++ new/azure-cli-extension-0.2.5/azure/cli/command_modules/extension/custom.py 
2019-04-05 00:46:52.0 +0200
@@ -11,9 +11,9 @@
 logger = get_logger(__name__)
 
 
-def add_extension_cmd(source=None, extension_name=None, index_url=None, 
yes=None,
+def add_extension_cmd(cmd, source=None, extension_name=None, index_url=None, 
yes=None,
   pip_extra_index_urls=None, pip_proxy=None):
-return add_extension(source=source, extension_name=extension_name, 
index_url=index_url, yes=yes,
+return add_extension(cmd=cmd, source=source, 
extension_name=extension_name, index_url=index_url, yes=yes,
  pip_extra_index_urls=pip_extra_index_urls, 
pip_proxy=pip_proxy)
 
 
@@ -29,8 +29,8 @@
 return show_extension(extension_name)
 
 
-def update_extension_cmd(extension_name, index_url=None, 
pip_extra_index_urls=None, pip_proxy=None):
-return update_extension(extension_name, index_url=index_url, 
pip_extra_index_urls=pip_extra_index_urls,
+def update_extension_cmd(cmd, extension_name, index_url=None, 
pip_extra_index_urls=None, pip_proxy=None):
+return update_extension(cmd, extension_name, index_url=index_url, 
pip_extra_index_urls=pip_extra_index_urls,
 pip_proxy=pip_proxy)
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-extension-0.2.3/azure_cli_extension.egg-info/PKG-INFO 
new/azure-cli-extension-0.2.5/azure_cli_extension.egg-info/PKG-INFO
--- old/azure-cli-extension-0.2.3/azure_cli_extension.egg-info/PKG-INFO 

commit azure-cli-extension for openSUSE:Factory

2019-06-05 Thread root
Hello community,

here is the log from the commit of package azure-cli-extension for 
openSUSE:Factory checked in at 2019-06-05 11:43:28

Comparing /work/SRC/openSUSE:Factory/azure-cli-extension (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-extension.new.5148 (New)


Package is "azure-cli-extension"

Wed Jun  5 11:43:28 2019 rev:6 rq:707556 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-extension/azure-cli-extension.changes  
2019-05-22 11:00:08.126758252 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-extension.new.5148/azure-cli-extension.changes
2019-06-05 11:43:30.667035786 +0200
@@ -1,0 +2,5 @@
+Tue Jun  4 09:43:08 UTC 2019 - John Paul Adrian Glaubitz 

+
+- Remove unneccesary %python_expand prefix from %fdupes call
+
+---



Other differences:
--
++ azure-cli-extension.spec ++
--- /var/tmp/diff_new_pack.yTwlLc/_old  2019-06-05 11:43:31.299035627 +0200
+++ /var/tmp/diff_new_pack.yTwlLc/_new  2019-06-05 11:43:31.303035626 +0200
@@ -55,7 +55,7 @@
 
 %install
 python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
-%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%fdupes %{buildroot}%{python3_sitelib}
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*




commit azure-cli-extension for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package azure-cli-extension for 
openSUSE:Factory checked in at 2019-05-22 11:00:05

Comparing /work/SRC/openSUSE:Factory/azure-cli-extension (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-extension.new.5148 (New)


Package is "azure-cli-extension"

Wed May 22 11:00:05 2019 rev:5 rq:696835 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-extension/azure-cli-extension.changes  
2018-10-15 10:48:06.691090754 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-extension.new.5148/azure-cli-extension.changes
2019-05-22 11:00:08.126758252 +0200
@@ -1,0 +2,15 @@
+Tue Apr 16 14:46:24 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.2.3
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Bump minimum version for Python Azure SDK namespace
+  packages to 3.0.0 in BuildRequires and Requires
+- Remove python3-devel package from BuildRequires
+- Remove unzip package from BuildRequires
+- Run fdupes to hardlink duplicate files
+  + Add fdupes to BuildRequires
+  + Add %fdupes invocation to %install
+
+---

Old:

  azure-cli-extension-0.2.1.tar.gz

New:

  azure-cli-extension-0.2.3.tar.gz



Other differences:
--
++ azure-cli-extension.spec ++
--- /var/tmp/diff_new_pack.iFoYzu/_old  2019-05-22 11:00:09.842756030 +0200
+++ /var/tmp/diff_new_pack.iFoYzu/_new  2019-05-22 11:00:09.882755978 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-extension
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-extension
-Version:0.2.1
+Version:0.2.3
 Release:0
 Summary:Microsoft Azure CLI 'extension' Command Module
 License:MIT
@@ -27,14 +27,13 @@
 Source1:LICENSE.txt
 BuildRequires:  azure-cli-command-modules-nspkg
 BuildRequires:  azure-cli-nspkg
-BuildRequires:  python3-azure-nspkg
-BuildRequires:  python3-devel
+BuildRequires:  fdupes
+BuildRequires:  python3-azure-nspkg >= 3.0.0
 BuildRequires:  python3-setuptools
-BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-nspkg
+Requires:   python3-azure-nspkg >= 3.0.0
 Requires:   python3-pip
 Requires:   python3-wheel >= 0.30.0
 Conflicts:  azure-cli < 2.0.0
@@ -56,6 +55,7 @@
 
 %install
 python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{python3_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
 rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*

++ azure-cli-extension-0.2.1.tar.gz -> azure-cli-extension-0.2.3.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-extension-0.2.1/HISTORY.rst 
new/azure-cli-extension-0.2.3/HISTORY.rst
--- old/azure-cli-extension-0.2.1/HISTORY.rst   2018-07-26 19:30:50.0 
+0200
+++ new/azure-cli-extension-0.2.3/HISTORY.rst   2018-11-01 23:22:37.0 
+0100
@@ -3,6 +3,14 @@
 Release History
 ===
 
+0.2.3
++
+* Minor fixes.
+
+0.2.2
++
+* Attempting to add an extension that is already installed will not raise an 
exception.
+
 0.2.1
 +
 * Fix index url failing requests.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-extension-0.2.1/PKG-INFO 
new/azure-cli-extension-0.2.3/PKG-INFO
--- old/azure-cli-extension-0.2.1/PKG-INFO  2018-07-26 19:31:58.0 
+0200
+++ new/azure-cli-extension-0.2.3/PKG-INFO  2018-11-01 23:22:54.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-extension
-Version: 0.2.1
+Version: 0.2.3
 Summary: Microsoft Azure Command-Line Tools Extension Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -20,6 +20,14 @@
 Release History
 ===
 
+0.2.3
++
+* Minor fixes.
+
+0.2.2
++
+* Attempting to add an extension that is already installed will not 
raise an exception.
+
 0.2.1
 +
 * Fix index url failing requests.
diff -urN '--exclude=CVS' 

commit azure-cli-extension for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-extension for 
openSUSE:Factory checked in at 2018-10-15 10:48:04

Comparing /work/SRC/openSUSE:Factory/azure-cli-extension (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-extension.new (New)


Package is "azure-cli-extension"

Mon Oct 15 10:48:04 2018 rev:4 rq:641231 version:0.2.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-extension/azure-cli-extension.changes  
2018-05-13 16:02:23.900169305 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-extension.new/azure-cli-extension.changes 
2018-10-15 10:48:06.691090754 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 10:24:12 UTC 2018 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.2.1
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-extension-0.0.12.tar.gz

New:

  azure-cli-extension-0.2.1.tar.gz



Other differences:
--
++ azure-cli-extension.spec ++
--- /var/tmp/diff_new_pack.1teW9l/_old  2018-10-15 10:48:07.667089712 +0200
+++ /var/tmp/diff_new_pack.1teW9l/_new  2018-10-15 10:48:07.671089707 +0200
@@ -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-extension
-Version:0.0.12
+Version:0.2.1
 Release:0
 Summary:Microsoft Azure CLI 'extension' Command Module
 License:MIT
@@ -36,7 +36,7 @@
 Requires:   azure-cli-nspkg
 Requires:   python3-azure-nspkg
 Requires:   python3-pip
-Requires:   python3-wheel
+Requires:   python3-wheel >= 0.30.0
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch

++ azure-cli-extension-0.0.12.tar.gz -> azure-cli-extension-0.2.1.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-extension-0.0.12/HISTORY.rst 
new/azure-cli-extension-0.2.1/HISTORY.rst
--- old/azure-cli-extension-0.0.12/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-extension-0.2.1/HISTORY.rst   2018-07-26 19:30:50.0 
+0200
@@ -3,6 +3,30 @@
 Release History
 ===
 
+0.2.1
++
+* Fix index url failing requests.
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.1.0
++
+* `extension list-available` will only show extensions compatible with CLI 
version.
+
+0.0.15
+++
+* Minor fixes
+
+0.0.14
+++
+* Be more resilient to system error when removing an extension.
+
+0.0.13
+++
+* Pin version of `wheel` so extensions can get metadata shown again.
+
 0.0.12
 ++
 * Linux distro check message should be output to debug instead of warning.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-extension-0.0.12/PKG-INFO 
new/azure-cli-extension-0.2.1/PKG-INFO
--- old/azure-cli-extension-0.0.12/PKG-INFO 2018-04-06 19:33:38.0 
+0200
+++ new/azure-cli-extension-0.2.1/PKG-INFO  2018-07-26 19:31:58.0 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-extension
-Version: 0.0.12
+Version: 0.2.1
 Summary: Microsoft Azure Command-Line Tools Extension Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'extension' Command Module
 ==
 
@@ -21,6 +20,30 @@
 Release History
 ===
 
+0.2.1
++
+* Fix index url failing requests.
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.1.0
++
+* `extension list-available` will only show extensions compatible with 
CLI version.
+
+0.0.15
+++
+* Minor fixes
+
+0.0.14
+++
+* Be more resilient to system error when removing an extension.
+
+0.0.13
+++
+* Pin version of `wheel` so extensions can get metadata shown again.
+
 0.0.12
 ++
 * Linux distro check message should be output to debug instead of 
warning.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' 

commit azure-cli-extension for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-extension for 
openSUSE:Factory checked in at 2018-05-13 16:02:21

Comparing /work/SRC/openSUSE:Factory/azure-cli-extension (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-extension.new (New)


Package is "azure-cli-extension"

Sun May 13 16:02:21 2018 rev:3 rq:600050 version:0.0.12

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-extension/azure-cli-extension.changes  
2018-02-14 09:30:53.229077707 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-extension.new/azure-cli-extension.changes 
2018-05-13 16:02:23.900169305 +0200
@@ -1,0 +2,7 @@
+Wed Apr 18 11:59:42 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.0.12
+- Move LICENSE.txt from %doc to %license section
+
+---

Old:

  azure-cli-extension-0.0.8.tar.gz

New:

  azure-cli-extension-0.0.12.tar.gz



Other differences:
--
++ azure-cli-extension.spec ++
--- /var/tmp/diff_new_pack.hSv8EV/_old  2018-05-13 16:02:24.748138368 +0200
+++ /var/tmp/diff_new_pack.hSv8EV/_new  2018-05-13 16:02:24.752138222 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-extension
-Version:0.0.8
+Version:0.0.12
 Release:0
 Summary:Microsoft Azure CLI 'extension' Command Module
 License:MIT
@@ -65,7 +65,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc HISTORY.rst LICENSE.txt README.rst
+%doc HISTORY.rst README.rst
+%license LICENSE.txt
 %{python3_sitelib}/azure/cli/command_modules/extension
 %{python3_sitelib}/azure_cli_extension-*.egg-info
 

++ azure-cli-extension-0.0.8.tar.gz -> azure-cli-extension-0.0.12.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-extension-0.0.8/HISTORY.rst 
new/azure-cli-extension-0.0.12/HISTORY.rst
--- old/azure-cli-extension-0.0.8/HISTORY.rst   2018-01-26 17:12:23.0 
+0100
+++ new/azure-cli-extension-0.0.12/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
@@ -2,6 +2,27 @@
 
 Release History
 ===
+
+0.0.12
+++
+* Linux distro check message should be output to debug instead of warning.
+* `sdist` is now compatible with wheel 0.31.0
+
+0.0.11
+++
+* Preview extensions: Show message on `az extension add` if extension is in 
preview
+* BC: `az extension list-available` - The full extension data is now available 
with `--show-details`
+* `az extension list-available` - A simplified view of the extensions 
available is now shown by default
+
+0.0.10

+* Added check to warn user if used distro is different then the one stored in 
package source file, as this may lead into errors. 
+
+0.0.9
+++
+* Added support for --pip-proxy parameter to az extension add/update commands.
+* Added support for --pip-extra-index-urls argument to az extension add and 
update commands.
+
 0.0.8
 ++
 Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-extension-0.0.8/PKG-INFO 
new/azure-cli-extension-0.0.12/PKG-INFO
--- old/azure-cli-extension-0.0.8/PKG-INFO  2018-01-26 17:12:38.0 
+0100
+++ new/azure-cli-extension-0.0.12/PKG-INFO 2018-04-06 19:33:38.0 
+0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-extension
-Version: 0.0.8
+Version: 0.0.12
 Summary: Microsoft Azure Command-Line Tools Extension Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
+Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'extension' Command Module
 ==
 
@@ -19,6 +20,27 @@
 
 Release History
 ===
+
+0.0.12
+++
+* Linux distro check message should be output to debug instead of 
warning.
+* `sdist` is now compatible with wheel 0.31.0
+
+0.0.11
+++
+* Preview extensions: Show message on `az extension add` if extension 
is in preview
+* BC: `az extension list-available` - The full extension data is now 
available with `--show-details`
+* `az extension list-available` - A simplified view of the extensions 
available is now shown by default
+
+0.0.10
++++
+* Added check to warn user if used distro is different then the one 
stored in package source file, as this may lead into errors. 
+
+0.0.9
+++
+* Added support for --pip-proxy parameter to az extension add/update 
commands.
+* Added support for --pip-extra-index-urls argument to az extension 
add 

commit azure-cli-extension for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package azure-cli-extension for 
openSUSE:Factory checked in at 2018-02-14 09:30:52

Comparing /work/SRC/openSUSE:Factory/azure-cli-extension (Old)
 and  /work/SRC/openSUSE:Factory/.azure-cli-extension.new (New)


Package is "azure-cli-extension"

Wed Feb 14 09:30:52 2018 rev:2 rq:574811 version:0.0.8

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-extension/azure-cli-extension.changes  
2017-11-10 14:53:47.683896237 +0100
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-extension.new/azure-cli-extension.changes 
2018-02-14 09:30:53.229077707 +0100
@@ -1,0 +2,9 @@
+Thu Feb  8 11:51:52 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.0.8
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Install HISTORY.rst into doc directory
+
+---

Old:

  azure-cli-extension-0.0.3.tar.gz

New:

  azure-cli-extension-0.0.8.tar.gz



Other differences:
--
++ azure-cli-extension.spec ++
--- /var/tmp/diff_new_pack.ecm3q2/_old  2018-02-14 09:30:54.153044226 +0100
+++ /var/tmp/diff_new_pack.ecm3q2/_new  2018-02-14 09:30:54.157044081 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-extension
 #
-# 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-extension
-Version:0.0.3
+Version:0.0.8
 Release:0
 Summary:Microsoft Azure CLI 'extension' Command Module
 License:MIT
@@ -24,16 +25,16 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-extension/azure-cli-extension-%{version}.tar.gz
 Source1:LICENSE.txt
-BuildRequires:  python3-devel
-BuildRequires:  python3-setuptools
-BuildRequires:  unzip
 BuildRequires:  azure-cli-command-modules-nspkg
 BuildRequires:  azure-cli-nspkg
 BuildRequires:  python3-azure-nspkg
+BuildRequires:  python3-devel
+BuildRequires:  python3-setuptools
+BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
+Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
 Requires:   python3-azure-nspkg
-Requires:   azure-cli-core
 Requires:   python3-pip
 Requires:   python3-wheel
 Conflicts:  azure-cli < 2.0.0
@@ -64,7 +65,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python3_sitelib}/azure/cli/command_modules/extension
 %{python3_sitelib}/azure_cli_extension-*.egg-info
+
 %changelog

++ azure-cli-extension-0.0.3.tar.gz -> azure-cli-extension-0.0.8.tar.gz 
++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-extension-0.0.3/HISTORY.rst 
new/azure-cli-extension-0.0.8/HISTORY.rst
--- old/azure-cli-extension-0.0.3/HISTORY.rst   2017-09-23 01:47:00.0 
+0200
+++ new/azure-cli-extension-0.0.8/HISTORY.rst   2018-01-26 17:12:23.0 
+0100
@@ -2,8 +2,34 @@
 
 Release History
 ===
+0.0.8
+++
+Minor fixes
+
+0.0.7
+++
+* Update for CLI core changes.
+
+0.0.6
++
+
+* `az extension add --name NAME` - Allows users to add an extension by name
+* `az extension list-available` - Allows users to list the available 
extensions in the index
+* `az extension update --name NAME` - Allows users to update an extension
+
+0.0.5
++
+
+* minor fixes
+
+0.0.4 (2017-10-09)
+++
+
+* minor fixes
+
 0.0.3 (2017-09-22)
 ++
+
 * minor fixes
 
 0.0.2 (2017-09-11)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-extension-0.0.3/PKG-INFO 
new/azure-cli-extension-0.0.8/PKG-INFO
--- old/azure-cli-extension-0.0.3/PKG-INFO  2017-09-23 01:49:38.0 
+0200
+++ new/azure-cli-extension-0.0.8/PKG-INFO  2018-01-26 17:12:38.0 
+0100
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-extension
-Version: 0.0.3
+Version: 0.0.8
 Summary: Microsoft Azure Command-Line Tools Extension Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 License: MIT
-Description-Content-Type: UNKNOWN
 Description: Microsoft Azure CLI 'extension' Command Module
 ==
 
@@ -20,8 +19,34 @@