commit azure-cli-backup for openSUSE:Factory

2019-10-31 Thread root
Hello community,

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

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


Package is "azure-cli-backup"

Thu Oct 31 18:15:10 2019 rev:7 rq:742672 version:1.2.5

Changes:

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

+
+- New upstream release
+  + Version 1.2.5
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Drop patch to support older versions of setuptools as
+  SLE-12 is now shipping with a recent enough version
+  + acb_drop-compatible-releases-operator.patch
+- Update Requires from setup.py
+
+---

Old:

  acb_drop-compatible-releases-operator.patch
  azure-cli-backup-1.2.3.tar.gz

New:

  azure-cli-backup-1.2.5.tar.gz



Other differences:
--
++ azure-cli-backup.spec ++
--- /var/tmp/diff_new_pack.qghqog/_old  2019-10-31 18:15:14.010009160 +0100
+++ /var/tmp/diff_new_pack.qghqog/_new  2019-10-31 18:15:14.034009186 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-backup
-Version:1.2.3
+Version:1.2.5
 Release:0
 Summary:Microsoft Azure CLI 'backup' Command Module
 License:MIT
@@ -25,7 +25,6 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-backup/azure-cli-backup-%{version}.tar.gz
 Source1:LICENSE.txt
-Patch1: acb_drop-compatible-releases-operator.patch
 BuildRequires:  azure-cli-command-modules-nspkg
 BuildRequires:  azure-cli-nspkg
 BuildRequires:  fdupes
@@ -34,8 +33,8 @@
 Requires:   azure-cli-command-modules-nspkg
 Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
-Requires:   python3-azure-mgmt-recoveryservices >= 0.1.0
-Requires:   python3-azure-mgmt-recoveryservicesbackup >= 0.1.1
+Requires:   python3-azure-mgmt-recoveryservices >= 0.1.1
+Requires:   python3-azure-mgmt-recoveryservicesbackup >= 0.1.2
 Requires:   python3-azure-nspkg >= 3.0.0
 Conflicts:  azure-cli < 2.0.0
 
@@ -49,7 +48,6 @@
 
 %prep
 %setup -q -n azure-cli-backup-%{version}
-%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-cli-backup-%{version}

++ azure-cli-backup-1.2.3.tar.gz -> azure-cli-backup-1.2.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-backup-1.2.3/HISTORY.rst 
new/azure-cli-backup-1.2.5/HISTORY.rst
--- old/azure-cli-backup-1.2.3/HISTORY.rst  2019-04-05 00:46:51.0 
+0200
+++ new/azure-cli-backup-1.2.5/HISTORY.rst  2019-06-13 23:17:46.0 
+0200
@@ -2,6 +2,15 @@
 
 Release History
 ===
+
+1.2.5
++
+* Minor fixes.
+
+1.2.4
++
+* Minor fixes.
+
 1.2.3
 +
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-backup-1.2.3/PKG-INFO 
new/azure-cli-backup-1.2.5/PKG-INFO
--- old/azure-cli-backup-1.2.3/PKG-INFO 2019-04-05 00:47:25.0 +0200
+++ new/azure-cli-backup-1.2.5/PKG-INFO 2019-06-13 23:17:59.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: azure-cli-backup
-Version: 1.2.3
+Version: 1.2.5
 Summary: Microsoft Azure Command-Line Tools Recovery Services Command Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -19,6 +19,15 @@
 
 Release History
 ===
+
+1.2.5
++
+* Minor fixes.
+
+1.2.4
++
+* Minor fixes.
+
 1.2.3
 +
 * Minor fixes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-backup-1.2.3/azure/cli/command_modules/backup/__init__.py 
new/azure-cli-backup-1.2.5/azure/cli/command_modules/backup/__init__.py
--- old/azure-cli-backup-1.2.3/azure/cli/command_modules/backup/__init__.py 
2019-04-05 00:46:51.0 +0200
+++ new/azure-cli-backup-1.2.5/azure/cli/command_modules/backup/__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
 backup_custom = 

commit azure-cli-backup for openSUSE:Factory

2019-06-05 Thread root
Hello community,

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

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


Package is "azure-cli-backup"

Wed Jun  5 11:41:41 2019 rev:6 rq:707535 version:1.2.3

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-backup/azure-cli-backup.changes
2019-05-22 11:03:37.034618942 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-backup.new.5148/azure-cli-backup.changes  
2019-06-05 11:41:43.715058739 +0200
@@ -1,0 +2,5 @@
+Tue Jun  4 09:28:54 UTC 2019 - John Paul Adrian Glaubitz 

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



Other differences:
--
++ azure-cli-backup.spec ++
--- /var/tmp/diff_new_pack.hoKNXg/_old  2019-06-05 11:41:44.867058592 +0200
+++ /var/tmp/diff_new_pack.hoKNXg/_new  2019-06-05 11:41:44.867058592 +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-backup for openSUSE:Factory

2019-05-22 Thread root
Hello community,

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

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


Package is "azure-cli-backup"

Wed May 22 11:03:29 2019 rev:5 rq:696869 version:1.2.3

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-backup/azure-cli-backup.changes
2018-10-15 10:48:22.731073629 +0200
+++ 
/work/SRC/openSUSE:Factory/.azure-cli-backup.new.5148/azure-cli-backup.changes  
2019-05-22 11:03:37.034618942 +0200
@@ -1,0 +2,18 @@
+Wed Apr 17 07:28:25 UTC 2019 - John Paul Adrian Glaubitz 

+
+- New upstream release
+  + Version 1.2.3
+  + For detailed information about changes see the
+HISTORY.txt file provided with this package
+- Add patch to drop compatible releases operator from setup.py,
+  required for SLES12 as the setuptools version is too old
+  + acb_drop-compatible-releases-operator.patch
+- 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-backup-1.2.1.tar.gz

New:

  acb_drop-compatible-releases-operator.patch
  azure-cli-backup-1.2.3.tar.gz



Other differences:
--
++ azure-cli-backup.spec ++
--- /var/tmp/diff_new_pack.kd7067/_old  2019-05-22 11:03:39.466617788 +0200
+++ /var/tmp/diff_new_pack.kd7067/_new  2019-05-22 11:03:39.506617769 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-backup
 #
-# 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-backup
-Version:1.2.1
+Version:1.2.3
 Release:0
 Summary:Microsoft Azure CLI 'backup' Command Module
 License:MIT
@@ -25,18 +25,18 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-backup/azure-cli-backup-%{version}.tar.gz
 Source1:LICENSE.txt
+Patch1: acb_drop-compatible-releases-operator.patch
 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-recoveryservices >= 0.1.0
 Requires:   python3-azure-mgmt-recoveryservicesbackup >= 0.1.1
-Requires:   python3-azure-nspkg
+Requires:   python3-azure-nspkg >= 3.0.0
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -49,6 +49,7 @@
 
 %prep
 %setup -q -n azure-cli-backup-%{version}
+%patch1 -p1
 
 %build
 install -m 644 %{SOURCE1} %{_builddir}/azure-cli-backup-%{version}
@@ -56,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__.*

++ acb_drop-compatible-releases-operator.patch ++
diff -Nru azure-cli-backup-1.2.3.orig/setup.py azure-cli-backup-1.2.3/setup.py
--- azure-cli-backup-1.2.3.orig/setup.py2019-04-05 00:46:51.0 
+0200
+++ azure-cli-backup-1.2.3/setup.py 2019-04-17 09:27:06.420230415 +0200
@@ -31,8 +31,8 @@
 ]
 
 DEPENDENCIES = [
-'azure-mgmt-recoveryservices~=0.1.1',
-'azure-mgmt-recoveryservicesbackup~=0.1.2',
+'azure-mgmt-recoveryservices>=0.1.1',
+'azure-mgmt-recoveryservicesbackup>=0.1.2',
 'azure-cli-core'
 ]
 
++ azure-cli-backup-1.2.1.tar.gz -> azure-cli-backup-1.2.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-backup-1.2.1/HISTORY.rst 
new/azure-cli-backup-1.2.3/HISTORY.rst
--- old/azure-cli-backup-1.2.1/HISTORY.rst  2018-08-23 01:07:57.0 
+0200
+++ new/azure-cli-backup-1.2.3/HISTORY.rst  2019-04-05 00:46:51.0 
+0200
@@ -2,6 

commit azure-cli-backup for openSUSE:Factory

2018-10-15 Thread root
Hello community,

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

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


Package is "azure-cli-backup"

Mon Oct 15 10:48:21 2018 rev:4 rq:641237 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-backup/azure-cli-backup.changes
2018-05-13 16:01:12.994756254 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-backup.new/azure-cli-backup.changes   
2018-10-15 10:48:22.731073629 +0200
@@ -1,0 +2,8 @@
+Mon Sep 17 08:49:14 UTC 2018 - John Paul Adrian Glaubitz 

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

Old:

  azure-cli-backup-1.1.1.tar.gz

New:

  azure-cli-backup-1.2.1.tar.gz



Other differences:
--
++ azure-cli-backup.spec ++
--- /var/tmp/diff_new_pack.rI9Uup/_old  2018-10-15 10:48:24.279071976 +0200
+++ /var/tmp/diff_new_pack.rI9Uup/_new  2018-10-15 10:48:24.279071976 +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-backup
-Version:1.1.1
+Version:1.2.1
 Release:0
 Summary:Microsoft Azure CLI 'backup' Command Module
 License:MIT

++ azure-cli-backup-1.1.1.tar.gz -> azure-cli-backup-1.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-backup-1.1.1/HISTORY.rst 
new/azure-cli-backup-1.2.1/HISTORY.rst
--- old/azure-cli-backup-1.1.1/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
+++ new/azure-cli-backup-1.2.1/HISTORY.rst  2018-08-23 01:07:57.0 
+0200
@@ -3,9 +3,20 @@
 Release History
 ===
 
-1.1.1
+1.2.1
++
+* `backup vault backup-properties show`: exception handling to exit with code 
3 upon a missing resource for consistency.
+
+1.2.0
 +
+* BREAKING CHANGE: 'show' commands log error message and fail with exit code 
of 3 upon a missing resource.
 
+1.1.2
+++
+* Minor fixes.
+
+1.1.1
++
 * `sdist` is now compatible with wheel 0.31.0
 
 1.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-backup-1.1.1/PKG-INFO 
new/azure-cli-backup-1.2.1/PKG-INFO
--- old/azure-cli-backup-1.1.1/PKG-INFO 2018-04-06 19:33:41.0 +0200
+++ new/azure-cli-backup-1.2.1/PKG-INFO 2018-08-23 01:10:11.0 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-backup
-Version: 1.1.1
+Version: 1.2.1
 Summary: Microsoft Azure Command-Line Tools Recovery Services 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 'backup' Command Module
 ===
 
@@ -21,9 +20,20 @@
 Release History
 ===
 
-1.1.1
+1.2.1
++
+* `backup vault backup-properties show`: exception handling to exit 
with code 3 upon a missing resource for consistency.
+
+1.2.0
 +
+* BREAKING CHANGE: 'show' commands log error message and fail with 
exit code of 3 upon a missing resource.
 
+1.1.2
+++
+* Minor fixes.
+
+1.1.1
++
 * `sdist` is now compatible with wheel 0.31.0
 
 1.1.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-backup-1.1.1/azure/cli/command_modules/backup/_help.py 
new/azure-cli-backup-1.2.1/azure/cli/command_modules/backup/_help.py
--- old/azure-cli-backup-1.1.1/azure/cli/command_modules/backup/_help.py
2018-04-06 19:33:13.0 +0200
+++ new/azure-cli-backup-1.2.1/azure/cli/command_modules/backup/_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.
@@ -7,7 +8,7 @@
 
 helps['backup'] = """
 type: group
-short-summary: Commands to manage Azure Backups.
+

commit azure-cli-backup for openSUSE:Factory

2018-05-13 Thread root
Hello community,

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

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


Package is "azure-cli-backup"

Sun May 13 16:01:12 2018 rev:3 rq:600033 version:1.1.1

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-backup/azure-cli-backup.changes
2018-02-14 09:29:52.123291967 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-backup.new/azure-cli-backup.changes   
2018-05-13 16:01:12.994756254 +0200
@@ -1,0 +2,8 @@
+Tue Apr 17 14:02:07 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 1.1.1
+- Move LICENSE.txt from %doc to %license section
+- Update Requires from setup.py
+
+---

Old:

  azure-cli-backup-1.0.6.tar.gz

New:

  azure-cli-backup-1.1.1.tar.gz



Other differences:
--
++ azure-cli-backup.spec ++
--- /var/tmp/diff_new_pack.yTJTLB/_old  2018-05-13 16:01:13.730729402 +0200
+++ /var/tmp/diff_new_pack.yTJTLB/_new  2018-05-13 16:01:13.734729256 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   azure-cli-backup
-Version:1.0.6
+Version:1.1.1
 Release:0
 Summary:Microsoft Azure CLI 'backup' Command Module
 License:MIT
@@ -32,6 +32,7 @@
 BuildRequires:  python3-setuptools
 BuildRequires:  unzip
 Requires:   azure-cli-command-modules-nspkg
+Requires:   azure-cli-core
 Requires:   azure-cli-nspkg
 Requires:   python3-azure-mgmt-recoveryservices >= 0.1.0
 Requires:   python3-azure-mgmt-recoveryservicesbackup >= 0.1.1
@@ -64,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/backup
 %{python3_sitelib}/azure_cli_backup-*.egg-info
 

++ azure-cli-backup-1.0.6.tar.gz -> azure-cli-backup-1.1.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-backup-1.0.6/HISTORY.rst 
new/azure-cli-backup-1.1.1/HISTORY.rst
--- old/azure-cli-backup-1.0.6/HISTORY.rst  2018-01-12 18:25:22.0 
+0100
+++ new/azure-cli-backup-1.1.1/HISTORY.rst  2018-04-06 19:33:13.0 
+0200
@@ -3,6 +3,41 @@
 Release History
 ===
 
+1.1.1
++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+1.1.0
++
+* Added new command 'az backup protection isenabled-for-vm'. This command can 
be used to check if a VM is backed up by any vault in the subscription.
+* Enabled --ids for vault_name and resource_group parameters for the following 
commands:
+  az backup container show
+  az backup item set-policy
+  az backup item show
+  az backup job show
+  az backup job stop
+  az backup job wait
+  az backup policy delete
+  az backup policy get-default-for-vm
+  az backup policy list-associated-items
+  az backup policy set
+  az backup policy show
+  az backup protection backup-now
+  az backup protection disable
+  az backup protection enable-for-vm
+  az backup recoverypoint show
+  az backup restore files mount-rp
+  az backup restore files unmount-rp
+  az backup restore restore-disks
+  az backup vault delete
+  az backup vault show
+* 'name' parameters now accept the name format as output from the show 
commands.
+
+1.0.7
++
+* Support Autorest 3.0 based SDKs
+
 1.0.6
 +
 * New feature: 'az backup item list' command now has '--container-name' 
parameter as optional instead of mandatory and output contains item health 
details.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-backup-1.0.6/PKG-INFO 
new/azure-cli-backup-1.1.1/PKG-INFO
--- old/azure-cli-backup-1.0.6/PKG-INFO 2018-01-12 18:26:09.0 +0100
+++ new/azure-cli-backup-1.1.1/PKG-INFO 2018-04-06 19:33:41.0 +0200
@@ -1,11 +1,12 @@
 Metadata-Version: 1.1
 Name: azure-cli-backup
-Version: 1.0.6
+Version: 1.1.1
 Summary: Microsoft Azure Command-Line Tools Recovery Services 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 'backup' Command Module
 ===
 
@@ -20,6 +21,41 @@
 Release History
 ===
 
+1.1.1
++
+
+* `sdist` is now compatible with wheel 0.31.0
+
+1.1.0
++
+* Added new command 'az backup protection isenabled-for-vm'. This 
command can be used to check if a VM is backed up by any 

commit azure-cli-backup for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package azure-cli-backup for 
openSUSE:Factory checked in at 2018-02-14 09:29:48

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


Package is "azure-cli-backup"

Wed Feb 14 09:29:48 2018 rev:2 rq:574796 version:1.0.6

Changes:

--- /work/SRC/openSUSE:Factory/azure-cli-backup/azure-cli-backup.changes
2017-11-10 14:52:07.835507178 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-backup.new/azure-cli-backup.changes   
2018-02-14 09:29:52.123291967 +0100
@@ -1,0 +2,10 @@
+Wed Feb  7 14:41:29 UTC 2018 - adrian.glaub...@suse.com
+
+- New upstream release
+  + Version 1.0.6
+  + 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-backup-1.0.1.tar.gz

New:

  azure-cli-backup-1.0.6.tar.gz



Other differences:
--
++ azure-cli-backup.spec ++
--- /var/tmp/diff_new_pack.ZSYnGj/_old  2018-02-14 09:29:53.263250658 +0100
+++ /var/tmp/diff_new_pack.ZSYnGj/_new  2018-02-14 09:29:53.263250658 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-backup
 #
-# 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-backup
-Version:1.0.1
+Version:1.0.6
 Release:0
 Summary:Microsoft Azure CLI 'backup' Command Module
 License:MIT
@@ -24,17 +25,17 @@
 Url:https://github.com/Azure/azure-cli
 Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-backup/azure-cli-backup-%{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-recoveryservices >= 0.1.0
 Requires:   python3-azure-mgmt-recoveryservicesbackup >= 0.1.1
+Requires:   python3-azure-nspkg
 Conflicts:  azure-cli < 2.0.0
 
 BuildArch:  noarch
@@ -63,7 +64,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%doc HISTORY.rst LICENSE.txt README.rst
 %{python3_sitelib}/azure/cli/command_modules/backup
 %{python3_sitelib}/azure_cli_backup-*.egg-info
+
 %changelog

++ azure-cli-backup-1.0.1.tar.gz -> azure-cli-backup-1.0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-backup-1.0.1/HISTORY.rst 
new/azure-cli-backup-1.0.6/HISTORY.rst
--- old/azure-cli-backup-1.0.1/HISTORY.rst  2017-09-23 01:47:00.0 
+0200
+++ new/azure-cli-backup-1.0.6/HISTORY.rst  2018-01-12 18:25:22.0 
+0100
@@ -2,6 +2,30 @@
 
 Release History
 ===
+
+1.0.6
++
+* New feature: 'az backup item list' command now has '--container-name' 
parameter as optional instead of mandatory and output contains item health 
details.
+* New feature: Added original storage account option in 'az backup restore 
restore-disks' command.
+* Bugs fixed: VM and vault location check must be case insensitive in 'az 
backup protection enable-for-vm' command.
+
+1.0.5
++
+* When a non-existent name is supplied for a container, commands will not fail 
with a stack trace. Partially fixes #4502.
+* az backup item list update: 'Health Status' of an item is now visible in the 
default table view.
+
+1.0.4
++
+* Minor fixes.
+
+1.0.3
++
+* Minor fixes.
+
+1.0.2
++
+* no changes
+
 1.0.1 (2017-09-22)
 ++
 * Preview release.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-backup-1.0.1/PKG-INFO 
new/azure-cli-backup-1.0.6/PKG-INFO
--- old/azure-cli-backup-1.0.1/PKG-INFO 2017-09-23 01:47:41.0 +0200
+++ new/azure-cli-backup-1.0.6/PKG-INFO 2018-01-12 18:26:09.0 +0100
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: azure-cli-backup
-Version: 1.0.1
+Version: 1.0.6
 Summary: Microsoft Azure Command-Line Tools Recovery Services Command Module
 Home-page: 

commit azure-cli-backup for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package azure-cli-backup for 
openSUSE:Factory checked in at 2017-11-10 14:52:03

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


Package is "azure-cli-backup"

Fri Nov 10 14:52:03 2017 rev:1 rq:534049 version:1.0.1

Changes:

New Changes file:

--- /dev/null   2017-10-14 16:26:57.428140955 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-backup.new/azure-cli-backup.changes   
2017-11-10 14:52:07.835507178 +0100
@@ -0,0 +1,5 @@
+---
+Mon Sep 25 12:33:19 UTC 2017 - adrian.glaub...@suse.com
+
+- Initial build
+  + Version 1.0.1

New:

  LICENSE.txt
  azure-cli-backup-1.0.1.tar.gz
  azure-cli-backup.changes
  azure-cli-backup.spec



Other differences:
--
++ azure-cli-backup.spec ++
#
# spec file for package azure-cli-backup
#
# 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-backup
Version:1.0.1
Release:0
Summary:Microsoft Azure CLI 'backup' Command Module
License:MIT
Group:  System/Management
Url:https://github.com/Azure/azure-cli
Source: 
https://files.pythonhosted.org/packages/source/a/azure-cli-backup/azure-cli-backup-%{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-recoveryservices >= 0.1.0
Requires:   python3-azure-mgmt-recoveryservicesbackup >= 0.1.1
Conflicts:  azure-cli < 2.0.0

BuildArch:  noarch

%description
Microsoft Azure CLI 'backup' Command Module

This package is for the 'backup' module.
i.e. 'az backup'

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

%build
install -m 644 %{SOURCE1} %{_builddir}/azure-cli-backup-%{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/backup
%{python3_sitelib}/azure_cli_backup-*.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.