commit azure-cli-dla for openSUSE:Factory

2019-10-31 Thread root
Hello community,

here is the log from the commit of package azure-cli-dla for openSUSE:Factory 
checked in at 2019-10-31 18:15:54

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


Package is "azure-cli-dla"

Thu Oct 31 18:15:54 2019 rev:7 rq:742686 version:0.2.6

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-dla/azure-cli-dla.changes  
2019-06-05 11:43:01.007043235 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-dla.new.2990/azure-cli-dla.changes
2019-10-31 18:15:56.870053529 +0100
@@ -1,0 +2,9 @@
+Thu Oct 24 12:10:00 UTC 2019 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-dla-0.2.4.tar.gz

New:

  azure-cli-dla-0.2.6.tar.gz



Other differences:
--
++ azure-cli-dla.spec ++
--- /var/tmp/diff_new_pack.7noGnH/_old  2019-10-31 18:15:58.174054879 +0100
+++ /var/tmp/diff_new_pack.7noGnH/_new  2019-10-31 18:15:58.178054883 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-dla
-Version:0.2.4
+Version:0.2.6
 Release:0
 Summary:Microsoft Azure CLI 'data lake analytics' Command Module
 License:MIT
@@ -33,7 +33,8 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-datalake-analytics >= 0.2.0
+Requires:   python3-azure-mgmt-datalake-analytics < 1.0.0
+Requires:   python3-azure-mgmt-datalake-analytics >= 0.2.1
 Requires:   python3-azure-mgmt-datalake-store >= 0.5.0
 Requires:   python3-azure-nspkg >= 3.0.0
 Conflicts:  azure-cli < 2.0.0

++ azure-cli-dla-0.2.4.tar.gz -> azure-cli-dla-0.2.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.2.4/HISTORY.rst 
new/azure-cli-dla-0.2.6/HISTORY.rst
--- old/azure-cli-dla-0.2.4/HISTORY.rst 2019-02-12 03:05:13.0 +0100
+++ new/azure-cli-dla-0.2.6/HISTORY.rst 2019-06-13 23:17:46.0 +0200
@@ -2,6 +2,15 @@
 
 Release History
 ===
+
+0.2.6
++
+* Minor fixes.
+
+0.2.5
++
+* Minor fixes.
+
 0.2.4
 +
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.2.4/PKG-INFO 
new/azure-cli-dla-0.2.6/PKG-INFO
--- old/azure-cli-dla-0.2.4/PKG-INFO2019-02-12 03:05:42.0 +0100
+++ new/azure-cli-dla-0.2.6/PKG-INFO2019-06-13 23:17:56.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-dla
-Version: 0.2.4
+Version: 0.2.6
 Summary: Microsoft Azure Command-Line Tools Data Lake Analytics Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -19,6 +19,15 @@
 
 Release History
 ===
+
+0.2.6
++
+* Minor fixes.
+
+0.2.5
++
+* Minor fixes.
+
 0.2.4
 +
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-dla-0.2.4/azure/cli/command_modules/dla/__init__.py 
new/azure-cli-dla-0.2.6/azure/cli/command_modules/dla/__init__.py
--- old/azure-cli-dla-0.2.4/azure/cli/command_modules/dla/__init__.py   
2019-02-12 03:05:13.0 +0100
+++ new/azure-cli-dla-0.2.6/azure/cli/command_modules/dla/__init__.py   
2019-06-13 23:17:46.0 +0200
@@ -13,9 +13,10 @@
 
 def __init__(self, cli_ctx=None):
 from azure.cli.core.commands import CliCommandType
+from azure.cli.core.profiles import ResourceType
 dla_custom = 
CliCommandType(operations_tmpl='azure.cli.command_modules.dla.custom#{}')
 super(DataLakeAnalyticsCommandsLoader, self).__init__(cli_ctx=cli_ctx,
-  
min_profile='2017-03-10-profile',
+  
resource_type=ResourceType.MGMT_DATALAKE_ANALYTICS,
   
custom_command_type=dla_custom)
 
 def load_command_table(self, args):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-dla-0.2.4/azure/cli/command_modules/dla/_help.py 
new/azure-cli-dla-0.2.6/azure/cli/command_modules/dla/_help.py
--- old/azure-cli-dla-0.2.4/azure/cli/command_modules/dla/_help.py  
2019-02-12 03:05:13.0 +0100
+++ 

commit azure-cli-dla for openSUSE:Factory

2019-06-05 Thread root
Hello community,

here is the log from the commit of package azure-cli-dla for openSUSE:Factory 
checked in at 2019-06-05 11:42:51

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


Package is "azure-cli-dla"

Wed Jun  5 11:42:51 2019 rev:6 rq:707551 version:0.2.4

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-dla/azure-cli-dla.changes  
2019-05-22 10:59:47.506784957 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-dla.new.5148/azure-cli-dla.changes
2019-06-05 11:43:01.007043235 +0200
@@ -1,0 +2,5 @@
+Tue Jun  4 09:40:31 UTC 2019 - John Paul Adrian Glaubitz 

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



Other differences:
--
++ azure-cli-dla.spec ++
--- /var/tmp/diff_new_pack.DaCe7W/_old  2019-06-05 11:43:01.987042989 +0200
+++ /var/tmp/diff_new_pack.DaCe7W/_new  2019-06-05 11:43:01.991042988 +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-dla for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package azure-cli-dla for openSUSE:Factory 
checked in at 2019-05-22 10:59:44

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


Package is "azure-cli-dla"

Wed May 22 10:59:44 2019 rev:5 rq:696830 version:0.2.4

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-dla/azure-cli-dla.changes  
2018-10-15 10:44:58.323292063 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-dla.new.5148/azure-cli-dla.changes
2019-05-22 10:59:47.506784957 +0200
@@ -1,0 +2,16 @@
+Tue Apr 16 14:17:48 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.2.4
+  + 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
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-dla-0.2.2.tar.gz

New:

  azure-cli-dla-0.2.4.tar.gz



Other differences:
--
++ azure-cli-dla.spec ++
--- /var/tmp/diff_new_pack.UuSopZ/_old  2019-05-22 10:59:48.806783273 +0200
+++ /var/tmp/diff_new_pack.UuSopZ/_new  2019-05-22 10:59:48.810783268 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-dla
 #
-# 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-dla
-Version:0.2.2
+Version:0.2.4
 Release:0
 Summary:Microsoft Azure CLI 'data lake analytics' Command Module
 License:MIT
@@ -27,16 +27,15 @@
 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-mgmt-datalake-analytics >= 0.2.0
-Requires:   python3-azure-mgmt-datalake-store >= 0.2.0
-Requires:   python3-azure-nspkg
+Requires:   python3-azure-mgmt-datalake-store >= 0.5.0
+Requires:   python3-azure-nspkg >= 3.0.0
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -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-dla-0.2.2.tar.gz -> azure-cli-dla-0.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.2.2/HISTORY.rst 
new/azure-cli-dla-0.2.4/HISTORY.rst
--- old/azure-cli-dla-0.2.2/HISTORY.rst 2018-08-23 01:07:57.0 +0200
+++ new/azure-cli-dla-0.2.4/HISTORY.rst 2019-02-12 03:05:13.0 +0100
@@ -2,13 +2,20 @@
 
 Release History
 ===
+0.2.4
++
+* Minor fixes.
+
+0.2.3
+++
+* Minor fixes.
 
 0.2.2
-+
+++
 * Minor fixes
 
 0.2.1
-+
+++
 * Minor fixes
 
 0.2.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.2.2/PKG-INFO 
new/azure-cli-dla-0.2.4/PKG-INFO
--- old/azure-cli-dla-0.2.2/PKG-INFO2018-08-23 01:09:21.0 +0200
+++ new/azure-cli-dla-0.2.4/PKG-INFO2019-02-12 03:05:42.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-dla
-Version: 0.2.2
+Version: 0.2.4
 Summary: Microsoft Azure Command-Line Tools Data Lake Analytics Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -19,13 +19,20 @@
 
 Release History
 ===
+0.2.4
++
+* Minor fixes.
+
+0.2.3
+++
+* Minor fixes.
 
 0.2.2
-+
+++
 * Minor fixes
 
 0.2.1
-+
+++
 * Minor fixes
 
 0.2.0

commit azure-cli-dla for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-dla for openSUSE:Factory 
checked in at 2018-10-15 10:44:52

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


Package is "azure-cli-dla"

Mon Oct 15 10:44:52 2018 rev:4 rq:641110 version:0.2.2

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-dla/azure-cli-dla.changes  
2018-05-13 16:02:11.284629572 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-dla.new/azure-cli-dla.changes 
2018-10-15 10:44:58.323292063 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 10:00:44 UTC 2018 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-dla-0.0.19.tar.gz

New:

  azure-cli-dla-0.2.2.tar.gz



Other differences:
--
++ azure-cli-dla.spec ++
--- /var/tmp/diff_new_pack.diukTw/_old  2018-10-15 10:45:00.115290146 +0200
+++ /var/tmp/diff_new_pack.diukTw/_new  2018-10-15 10:45:00.119290142 +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-dla
-Version:0.0.19
+Version:0.2.2
 Release:0
 Summary:Microsoft Azure CLI 'data lake analytics' Command Module
 License:MIT

++ azure-cli-dla-0.0.19.tar.gz -> azure-cli-dla-0.2.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.0.19/HISTORY.rst 
new/azure-cli-dla-0.2.2/HISTORY.rst
--- old/azure-cli-dla-0.0.19/HISTORY.rst2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-dla-0.2.2/HISTORY.rst 2018-08-23 01:07:57.0 +0200
@@ -3,9 +3,28 @@
 Release History
 ===
 
-0.0.19
+0.2.2
++
+* Minor fixes
+
+0.2.1
++
+* Minor fixes
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
+
+0.1.1
 ++
+* Minor fixes.
 
+0.1.0
++
+* Minor fixes.
+
+0.0.19
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.0.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.0.19/PKG-INFO 
new/azure-cli-dla-0.2.2/PKG-INFO
--- old/azure-cli-dla-0.0.19/PKG-INFO   2018-04-06 19:33:42.0 +0200
+++ new/azure-cli-dla-0.2.2/PKG-INFO2018-08-23 01:09:21.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-dla
-Version: 0.0.19
+Version: 0.2.2
 Summary: Microsoft Azure Command-Line Tools Data Lake Analytics 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 'data lake analytics' Command Module
 
 
@@ -21,9 +20,28 @@
 Release History
 ===
 
-0.0.19
+0.2.2
++
+* Minor fixes
+
+0.2.1
++
+* Minor fixes
+
+0.2.0
++
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
+
+0.1.1
 ++
+* Minor fixes.
+
+0.1.0
++
+* Minor fixes.
 
+0.0.19
+++
 * `sdist` is now compatible with wheel 0.31.0
 
 0.0.18
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-dla-0.0.19/azure/cli/command_modules/dla/_help.py 
new/azure-cli-dla-0.2.2/azure/cli/command_modules/dla/_help.py
--- old/azure-cli-dla-0.0.19/azure/cli/command_modules/dla/_help.py 
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-dla-0.2.2/azure/cli/command_modules/dla/_help.py  
2018-08-23 01:07:57.0 +0200
@@ -1,3 +1,4 @@
+# coding=utf-8
 # 

 # Copyright (c) Microsoft Corporation. All rights reserved.
 # Licensed under the MIT License. See License.txt in the project root for 
license information.
@@ -293,6 +294,16 @@
 short-summary: (PREVIEW) Manage links between Data Lake Analytics accounts 
and Azure Storage.
 """
 
+helps['dla account blob-storage add'] = """
+type: command
+short-summary: 

commit azure-cli-dla for openSUSE:Factory

2018-05-13 Thread root
Hello community,

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

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


Package is "azure-cli-dla"

Sun May 13 16:02:04 2018 rev:3 rq:600046 version:0.0.19

Changes:

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

Old:

  azure-cli-dla-0.0.18.tar.gz

New:

  azure-cli-dla-0.0.19.tar.gz



Other differences:
--
++ azure-cli-dla.spec ++
--- /var/tmp/diff_new_pack.y0SELV/_old  2018-05-13 16:02:12.328591484 +0200
+++ /var/tmp/diff_new_pack.y0SELV/_new  2018-05-13 16:02:12.332591338 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-dla
-Version:0.0.18
+Version:0.0.19
 Release:0
 Summary:Microsoft Azure CLI 'data lake analytics' 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/dla
 %{python3_sitelib}/azure_cli_dla-*.egg-info
 

++ azure-cli-dla-0.0.18.tar.gz -> azure-cli-dla-0.0.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.0.18/HISTORY.rst 
new/azure-cli-dla-0.0.19/HISTORY.rst
--- old/azure-cli-dla-0.0.18/HISTORY.rst2018-01-26 17:12:23.0 
+0100
+++ new/azure-cli-dla-0.0.19/HISTORY.rst2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,11 @@
 Release History
 ===
 
+0.0.19
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 0.0.18
 ++
 * Performance fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.0.18/PKG-INFO 
new/azure-cli-dla-0.0.19/PKG-INFO
--- old/azure-cli-dla-0.0.18/PKG-INFO   2018-01-26 17:12:45.0 +0100
+++ new/azure-cli-dla-0.0.19/PKG-INFO   2018-04-06 19:33:42.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-dla
-Version: 0.0.18
+Version: 0.0.19
 Summary: Microsoft Azure Command-Line Tools Data Lake Analytics 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 'data lake analytics' Command Module
 
 
@@ -20,6 +21,11 @@
 Release History
 ===
 
+0.0.19
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 0.0.18
 ++
 * Performance fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.0.18/azure_cli_dla.egg-info/PKG-INFO 
new/azure-cli-dla-0.0.19/azure_cli_dla.egg-info/PKG-INFO
--- old/azure-cli-dla-0.0.18/azure_cli_dla.egg-info/PKG-INFO2018-01-26 
17:12:45.0 +0100
+++ new/azure-cli-dla-0.0.19/azure_cli_dla.egg-info/PKG-INFO2018-04-06 
19:33:42.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-dla
-Version: 0.0.18
+Version: 0.0.19
 Summary: Microsoft Azure Command-Line Tools Data Lake Analytics 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 'data lake analytics' Command Module
 
 
@@ -20,6 +21,11 @@
 Release History
 ===
 
+0.0.19
+++
+
+* `sdist` is now compatible with wheel 0.31.0
+
 0.0.18
 ++
 * Performance fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.0.18/setup.py 
new/azure-cli-dla-0.0.19/setup.py
--- old/azure-cli-dla-0.0.18/setup.py   2018-01-26 17:12:23.0 +0100
+++ new/azure-cli-dla-0.0.19/setup.py   2018-04-06 19:33:13.0 +0200
@@ -16,7 +16,7 @@
 cmdclass = {}
 
 
-VERSION = "0.0.18"
+VERSION = "0.0.19"
 # The full list of classifiers is available at
 # 

commit azure-cli-dla for openSUSE:Factory

2018-02-14 Thread root
Hello community,

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

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


Package is "azure-cli-dla"

Wed Feb 14 09:30:41 2018 rev:2 rq:574807 version:0.0.18

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-dla/azure-cli-dla.changes  
2017-11-10 14:53:33.884395299 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-dla.new/azure-cli-dla.changes 
2018-02-14 09:30:42.805455419 +0100
@@ -1,0 +2,10 @@
+Wed Feb  7 15:58:22 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.0.18
+  + 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
+
+---

Old:

  azure-cli-dla-0.0.12.tar.gz

New:

  azure-cli-dla-0.0.18.tar.gz



Other differences:
--
++ azure-cli-dla.spec ++
--- /var/tmp/diff_new_pack.pPHNz8/_old  2018-02-14 09:30:44.033410922 +0100
+++ /var/tmp/diff_new_pack.pPHNz8/_new  2018-02-14 09:30:44.037410778 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-dla
 #
-# 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-dla
-Version:0.0.12
+Version:0.0.18
 Release:0
 Summary:Microsoft Azure CLI 'data lake analytics' Command Module
 License:MIT
@@ -24,18 +25,18 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-dla/azure-cli-dla-%{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-mgmt-datalake-analytics >= 0.2.0
+Requires:   python3-azure-mgmt-datalake-store >= 0.2.0
 Requires:   python3-azure-nspkg
-Requires:   python3-azure-mgmt-datalake-store >= 0.1.6
-Requires:   python3-azure-mgmt-datalake-analytics >= 0.1.6
-Requires:   azure-cli-core
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -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/dla
 %{python3_sitelib}/azure_cli_dla-*.egg-info
+
 %changelog

++ azure-cli-dla-0.0.12.tar.gz -> azure-cli-dla-0.0.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.0.12/HISTORY.rst 
new/azure-cli-dla-0.0.18/HISTORY.rst
--- old/azure-cli-dla-0.0.12/HISTORY.rst2017-09-23 01:47:00.0 
+0200
+++ new/azure-cli-dla-0.0.18/HISTORY.rst2018-01-26 17:12:23.0 
+0100
@@ -2,6 +2,33 @@
 
 Release History
 ===
+
+0.0.18
+++
+* Performance fixes.
+
+0.0.17
+++
+* Update helpfile
+  
+0.0.16
+++
+* Update for CLI core changes.
+
+0.0.15
+++
+* Change the return type of the job list command: a list of JobInformation to 
a list of JobInformationBasic
+* Change the return type of the account list command: a list of 
DataLakeAnalyticsAccount to a list of DataLakeAnalyticsAccountBasic
+* The properties of a Basic type is a strict subset of the properties of a 
regular type
+
+0.0.14
+++
+* Minor fixes.
+
+0.0.13
+++
+* minor fixes
+
 0.0.12 (2017-09-22)
 +++
 * minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-dla-0.0.12/PKG-INFO 
new/azure-cli-dla-0.0.18/PKG-INFO
--- old/azure-cli-dla-0.0.12/PKG-INFO   2017-09-23 01:48:50.0 +0200
+++ new/azure-cli-dla-0.0.18/PKG-INFO   2018-01-26 17:12:45.0 +0100
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-dla
-Version: 0.0.12
+Version: 0.0.18
 Summary: Microsoft Azure Command-Line Tools Data Lake Analytics Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
 Author-email: azpy...@microsoft.com
 

commit azure-cli-dla for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package azure-cli-dla for openSUSE:Factory 
checked in at 2017-11-10 14:53:33

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


Package is "azure-cli-dla"

Fri Nov 10 14:53:33 2017 rev:1 rq:534062 version:0.0.12

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-dla.new/azure-cli-dla.changes 
2017-11-10 14:53:33.884395299 +0100
@@ -0,0 +1,5 @@
+---
+Mon Sep 25 13:45:07 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 0.0.12

New:

  LICENSE.txt
  azure-cli-dla-0.0.12.tar.gz
  azure-cli-dla.changes
  azure-cli-dla.spec



Other differences:
--
++ azure-cli-dla.spec ++
#
# spec file for package azure-cli-dla
#
# Copyright (c) 2017 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#

Name:   azure-cli-dla
Version:0.0.12
Release:0
Summary:Microsoft Azure CLI 'data lake analytics' Command Module
License:MIT
Group:  System/Management
Url:https://github.com/Azure/azure-cli
Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-dla/azure-cli-dla-%{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
Requires:   azure-cli-command-modules-nspkg
Requires:   azure-cli-nspkg
Requires:   python3-azure-nspkg
Requires:   python3-azure-mgmt-datalake-store >= 0.1.6
Requires:   python3-azure-mgmt-datalake-analytics >= 0.1.6
Requires:   azure-cli-core
Conflicts:  azure-cli < 2.0.0

BuildArch:  noarch

%description
Microsoft Azure CLI 'data lake analytics' Command Module

This package is for the 'data lake analytics' module.
i.e. 'az dla'

%prep
%setup -q -n azure-cli-dla-%{version}

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-dla-%{version}
python3 setup.py build

%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix} 
--install-lib=%{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__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/__pycache__

%files
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%{python3_sitelib}/azure/cli/command_modules/dla
%{python3_sitelib}/azure_cli_dla-*.egg-info
%changelog
++ LICENSE.txt ++
The MIT License (MIT)

Copyright (c) 2016 Microsoft Corporation. All rights reserved.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.