commit azure-cli-batchai for openSUSE:Factory

2019-10-31 Thread root
Hello community,

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

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


Package is "azure-cli-batchai"

Thu Oct 31 18:15:15 2019 rev:6 rq:742674 version:0.4.10

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-batchai/azure-cli-batchai.changes  
2019-06-05 11:41:52.727057586 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-batchai.new.2990/azure-cli-batchai.changes
2019-10-31 18:15:15.886011102 +0100
@@ -1,0 +2,9 @@
+Thu Oct 24 12:08:47 UTC 2019 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-batchai-0.4.7.tar.gz

New:

  azure-cli-batchai-0.4.10.tar.gz



Other differences:
--
++ azure-cli-batchai.spec ++
--- /var/tmp/diff_new_pack.1j2T1S/_old  2019-10-31 18:15:16.758012005 +0100
+++ /var/tmp/diff_new_pack.1j2T1S/_new  2019-10-31 18:15:16.766012014 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-batchai
-Version:0.4.7
+Version:0.4.10
 Release:0
 Summary:Microsoft Azure CLI Batch AI Module
 License:MIT
@@ -34,7 +34,7 @@
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
 Requires:   python3-azure-mgmt-batchai >= 2.0.0
-Requires:   python3-azure-mgmt-storage >= 3.1.1
+Requires:   python3-azure-mgmt-storage >= 3.3.0
 Requires:   python3-azure-nspkg >= 3.0.0
 Requires:   python3-azure-storage-blob >= 1.3.1
 Requires:   python3-mock >= 2.0.0

++ azure-cli-batchai-0.4.7.tar.gz -> azure-cli-batchai-0.4.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-batchai-0.4.7/HISTORY.rst 
new/azure-cli-batchai-0.4.10/HISTORY.rst
--- old/azure-cli-batchai-0.4.7/HISTORY.rst 2019-01-25 20:43:40.0 
+0100
+++ new/azure-cli-batchai-0.4.10/HISTORY.rst2019-06-13 23:17:46.0 
+0200
@@ -2,6 +2,19 @@
 
 Release History
 ===
+
+0.4.10
+++
+* BatchAI commands are now deprecated and hidden.
+
+0.4.9
++
+* Upgrade azure-mgmt-storage from 3.1.1 to 3.3.0
+
+0.4.8
++
+* Minor fixes.
+
 0.4.7
 +
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-batchai-0.4.7/PKG-INFO 
new/azure-cli-batchai-0.4.10/PKG-INFO
--- old/azure-cli-batchai-0.4.7/PKG-INFO2019-01-25 20:44:08.0 
+0100
+++ new/azure-cli-batchai-0.4.10/PKG-INFO   2019-06-13 23:18:11.0 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-batchai
-Version: 0.4.7
+Version: 0.4.10
 Summary: Microsoft Azure Batch AI Client Command-Line Tools
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -16,6 +16,19 @@
 
 Release History
 ===
+
+0.4.10
+++
+* BatchAI commands are now deprecated and hidden.
+
+0.4.9
++
+* Upgrade azure-mgmt-storage from 3.1.1 to 3.3.0
+
+0.4.8
++
+* Minor fixes.
+
 0.4.7
 +
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-batchai-0.4.7/azure/cli/command_modules/batchai/__init__.py 
new/azure-cli-batchai-0.4.10/azure/cli/command_modules/batchai/__init__.py
--- old/azure-cli-batchai-0.4.7/azure/cli/command_modules/batchai/__init__.py   
2019-01-25 20:43:40.0 +0100
+++ new/azure-cli-batchai-0.4.10/azure/cli/command_modules/batchai/__init__.py  
2019-06-13 23:17:46.0 +0200
@@ -12,9 +12,10 @@
 
 def __init__(self, cli_ctx=None):
 from azure.cli.core.commands import CliCommandType
+from azure.cli.core.profiles import ResourceType
 batchai_custom = 
CliCommandType(operations_tmpl='azure.cli.command_modules.batchai.custom#{}')
 super(BatchAiCommandsLoader, self).__init__(cli_ctx=cli_ctx,
-
min_profile='2017-03-10-profile',
+
resource_type=ResourceType.MGMT_BATCHAI,
 
custom_command_type=batchai_custom)
 
 def load_command_table(self, args):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit azure-cli-batchai for openSUSE:Factory

2019-06-05 Thread root
Hello community,

here is the log from the commit of package azure-cli-batchai for 
openSUSE:Factory checked in at 2019-06-05 11:41:50

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


Package is "azure-cli-batchai"

Wed Jun  5 11:41:50 2019 rev:5 rq:707537 version:0.4.7

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-batchai/azure-cli-batchai.changes  
2019-05-22 10:58:55.654852109 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-batchai.new.5148/azure-cli-batchai.changes
2019-06-05 11:41:52.727057586 +0200
@@ -1,0 +2,5 @@
+Tue Jun  4 09:29:54 UTC 2019 - John Paul Adrian Glaubitz 

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



Other differences:
--
++ azure-cli-batchai.spec ++
--- /var/tmp/diff_new_pack.KR9M7M/_old  2019-06-05 11:41:54.179057401 +0200
+++ /var/tmp/diff_new_pack.KR9M7M/_new  2019-06-05 11:41:54.179057401 +0200
@@ -57,7 +57,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-batchai for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package azure-cli-batchai for 
openSUSE:Factory checked in at 2019-05-22 10:58:54

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


Package is "azure-cli-batchai"

Wed May 22 10:58:54 2019 rev:4 rq:696817 version:0.4.7

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-batchai/azure-cli-batchai.changes  
2018-10-15 10:45:56.699229637 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-batchai.new.5148/azure-cli-batchai.changes
2019-05-22 10:58:55.654852109 +0200
@@ -1,0 +2,16 @@
+Tue Apr 16 12:49:39 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 0.4.7
+  + 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-batchai-0.4.2.tar.gz

New:

  azure-cli-batchai-0.4.7.tar.gz



Other differences:
--
++ azure-cli-batchai.spec ++
--- /var/tmp/diff_new_pack.8T3IMp/_old  2019-05-22 10:58:56.106851524 +0200
+++ /var/tmp/diff_new_pack.8T3IMp/_new  2019-05-22 10:58:56.106851524 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-batchai
 #
-# 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-batchai
-Version:0.4.2
+Version:0.4.7
 Release:0
 Summary:Microsoft Azure CLI Batch AI Module
 License:MIT
@@ -27,17 +27,16 @@
 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-batchai >= 2.0.0
-Requires:   python3-azure-mgmt-storage >= 2.0.0
-Requires:   python3-azure-nspkg
-Requires:   python3-azure-storage-blob >= 1.1.0
+Requires:   python3-azure-mgmt-storage >= 3.1.1
+Requires:   python3-azure-nspkg >= 3.0.0
+Requires:   python3-azure-storage-blob >= 1.3.1
 Requires:   python3-mock >= 2.0.0
 Requires:   python3-sshtunnel
 Conflicts:  azure-cli < 2.0.0
@@ -58,6 +57,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-batchai-0.4.2.tar.gz -> azure-cli-batchai-0.4.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-batchai-0.4.2/HISTORY.rst 
new/azure-cli-batchai-0.4.7/HISTORY.rst
--- old/azure-cli-batchai-0.4.2/HISTORY.rst 2018-08-23 01:07:57.0 
+0200
+++ new/azure-cli-batchai-0.4.7/HISTORY.rst 2019-01-25 20:43:40.0 
+0100
@@ -2,6 +2,25 @@
 
 Release History
 ===
+0.4.7
++
+* Minor fixes.
+
+0.4.6
++
+* Minor fixes.
+
+0.4.5
++
+* Minor fixes.
+
+0.4.4
++
+* Upgrade pinned dependency azure-storage-blob from 1.1.0 to 1.3.1
+
+0.4.3
++
+* Fix auto storage account creation failure in `az batchai cluster create` 
command
 
 0.4.2
 +
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-batchai-0.4.2/PKG-INFO 
new/azure-cli-batchai-0.4.7/PKG-INFO
--- old/azure-cli-batchai-0.4.2/PKG-INFO2018-08-23 01:09:39.0 
+0200
+++ new/azure-cli-batchai-0.4.7/PKG-INFO2019-01-25 20:44:08.0 
+0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-batchai
-Version: 0.4.2
+Version: 0.4.7
 Summary: Microsoft Azure Batch AI Client Command-Line Tools
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -16,6 +16,25 @@
 
   

commit azure-cli-batchai for openSUSE:Factory

2018-10-15 Thread root
Hello community,

here is the log from the commit of package azure-cli-batchai for 
openSUSE:Factory checked in at 2018-10-15 10:45:54

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


Package is "azure-cli-batchai"

Mon Oct 15 10:45:54 2018 rev:3 rq:641118 version:0.4.2

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-batchai/azure-cli-batchai.changes  
2018-05-13 16:01:18.222565518 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-batchai.new/azure-cli-batchai.changes 
2018-10-15 10:45:56.699229637 +0200
@@ -1,0 +2,9 @@
+Mon Sep 17 08:52:40 UTC 2018 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-batchai-0.2.0.tar.gz

New:

  azure-cli-batchai-0.4.2.tar.gz



Other differences:
--
++ azure-cli-batchai.spec ++
--- /var/tmp/diff_new_pack.wIC0Ef/_old  2018-10-15 10:45:58.023228222 +0200
+++ /var/tmp/diff_new_pack.wIC0Ef/_new  2018-10-15 10:45:58.027228218 +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-batchai
-Version:0.2.0
+Version:0.4.2
 Release:0
 Summary:Microsoft Azure CLI Batch AI Module
 License:MIT
@@ -34,10 +34,12 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-adal >= 0.4.3
-Requires:   python3-azure-mgmt-batchai >= 1.0.0
+Requires:   python3-azure-mgmt-batchai >= 2.0.0
+Requires:   python3-azure-mgmt-storage >= 2.0.0
 Requires:   python3-azure-nspkg
+Requires:   python3-azure-storage-blob >= 1.1.0
 Requires:   python3-mock >= 2.0.0
+Requires:   python3-sshtunnel
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch

++ azure-cli-batchai-0.2.0.tar.gz -> azure-cli-batchai-0.4.2.tar.gz ++
 2072 lines of diff (skipped)




commit azure-cli-batchai for openSUSE:Factory

2018-05-13 Thread root
Hello community,

here is the log from the commit of package azure-cli-batchai for 
openSUSE:Factory checked in at 2018-05-13 16:01:17

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


Package is "azure-cli-batchai"

Sun May 13 16:01:17 2018 rev:2 rq:600035 version:0.2.0

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-batchai/azure-cli-batchai.changes  
2018-02-14 09:32:57.584571663 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-batchai.new/azure-cli-batchai.changes 
2018-05-13 16:01:18.222565518 +0200
@@ -1,0 +2,10 @@
+Tue Apr 17 14:16:36 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 0.2.0
+  + For detailed information about changes see the
+HISTORY.rst file provided with this package
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-batchai-0.1.5.tar.gz

New:

  azure-cli-batchai-0.2.0.tar.gz



Other differences:
--
++ azure-cli-batchai.spec ++
--- /var/tmp/diff_new_pack.HtX1Wf/_old  2018-05-13 16:01:19.158531369 +0200
+++ /var/tmp/diff_new_pack.HtX1Wf/_new  2018-05-13 16:01:19.158531369 +0200
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   azure-cli-batchai
-Version:0.1.5
+Version:0.2.0
 Release:0
 Summary:Microsoft Azure CLI Batch AI Module
 License:MIT
@@ -24,18 +25,19 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-batchai/azure-cli-batchai-%{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-nspkg
-Requires:   python3-azure-nspkg
-Requires:   python3-azure-mgmt-batchai >= 0.2.0
 Requires:   azure-cli-core
+Requires:   azure-cli-nspkg
 Requires:   python3-adal >= 0.4.3
+Requires:   python3-azure-mgmt-batchai >= 1.0.0
+Requires:   python3-azure-nspkg
+Requires:   python3-mock >= 2.0.0
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -63,7 +65,9 @@
 
 %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/batchai
 %{python3_sitelib}/azure_cli_batchai-*.egg-info
+
 %changelog

++ azure-cli-batchai-0.1.5.tar.gz -> azure-cli-batchai-0.2.0.tar.gz ++
 2131 lines of diff (skipped)