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
<[email protected]>
+
+- 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.py 2019-04-05 00:46:51.000000000
+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.000000000
+0200
+++ new/azure-cli-backup-1.2.3/HISTORY.rst 2019-04-05 00:46:51.000000000
+0200
@@ -2,6 +2,13 @@
Release History
===============
+1.2.3
++++++
+* Minor fixes.
+
+1.2.2
++++++
+* Minor fixes.
1.2.1
+++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-cli-backup-1.2.1/PKG-INFO
new/azure-cli-backup-1.2.3/PKG-INFO
--- old/azure-cli-backup-1.2.1/PKG-INFO 2018-08-23 01:10:11.000000000 +0200
+++ new/azure-cli-backup-1.2.3/PKG-INFO 2019-04-05 00:47:25.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: azure-cli-backup
-Version: 1.2.1
+Version: 1.2.3
Summary: Microsoft Azure Command-Line Tools Recovery Services Command Module
Home-page: https://github.com/Azure/azure-cli
Author: Microsoft Corporation
@@ -19,6 +19,13 @@
Release History
===============
+ 1.2.3
+ +++++
+ * Minor fixes.
+
+ 1.2.2
+ +++++
+ * Minor fixes.
1.2.1
+++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-cli-backup-1.2.1/azure/cli/command_modules/backup/_help.py
new/azure-cli-backup-1.2.3/azure/cli/command_modules/backup/_help.py
--- old/azure-cli-backup-1.2.1/azure/cli/command_modules/backup/_help.py
2018-08-23 01:07:57.000000000 +0200
+++ new/azure-cli-backup-1.2.3/azure/cli/command_modules/backup/_help.py
2019-04-05 00:46:51.000000000 +0200
@@ -5,208 +5,309 @@
#
--------------------------------------------------------------------------------------------
from knack.help_files import helps
+# pylint: disable=line-too-long, too-many-lines
helps['backup'] = """
- type: group
- short-summary: Manage Azure Backups.
- """
-
-helps['backup vault'] = """
- type: group
- short-summary: Online storage entity in Azure used to hold data
such as backup copies, recovery points and backup policies.
- """
-
-helps['backup vault create'] = """
- type: command
- short-summary: Create a new Recovery Services vault.
- """
-
-helps['backup vault delete'] = """
- type: command
- short-summary: Delete an existing Recovery services vault.
- """
-
-helps['backup vault list'] = """
- type: command
- short-summary: List Recovery service vaults within a subscription.
- """
-
-helps['backup vault show'] = """
- type: command
- short-summary: Show details of a particular Recovery service vault.
- """
-
-helps['backup vault backup-properties'] = """
- type: group
- short-summary: Properties of the Recovery Services vault.
- """
-
-helps['backup vault backup-properties show'] = """
- type: command
- short-summary: Gets backup related properties of the Recovery
Services vault.
- """
-
-helps['backup vault backup-properties set'] = """
- type: command
- short-summary: Sets backup related properties of the Recovery
Services vault.
- """
+type: group
+short-summary: Manage Azure Backups.
+"""
helps['backup container'] = """
- type: group
- short-summary: Resource which houses items or applications to be
protected.
- """
+type: group
+short-summary: Resource which houses items or applications to be protected.
+"""
helps['backup container list'] = """
- type: command
- short-summary: List containers registered to a Recovery services
vault.
- """
+type: command
+short-summary: List containers registered to a Recovery services vault.
+examples:
+ - name: List containers registered to a Recovery services vault.
(autogenerated)
+ text: az backup container list --resource-group MyResourceGroup
--vault-name MyVault
+ crafted: true
+"""
helps['backup container show'] = """
- type: command
- short-summary: Show details of a container registered to a
Recovery services vault.
- """
+type: command
+short-summary: Show details of a container registered to a Recovery services
vault.
+examples:
+ - name: Show details of a container registered to a Recovery services vault.
(autogenerated)
+ text: az backup container show --name MyContainer --resource-group
MyResourceGroup --vault-name MyVault
+ crafted: true
+"""
helps['backup item'] = """
- type: group
- short-summary: An item which is already protected or backed up to
an Azure Recovery services vault with an associated policy.
- """
+type: group
+short-summary: An item which is already protected or backed up to an Azure
Recovery services vault with an associated policy.
+"""
helps['backup item list'] = """
- type: command
- short-summary: List all backed up items within a container.
- """
+type: command
+short-summary: List all backed up items within a container.
+examples:
+ - name: List all backed up items within a container. (autogenerated)
+ text: az backup item list --resource-group MyResourceGroup --vault-name
MyVault
+ crafted: true
+"""
+
+helps['backup item set-policy'] = """
+type: command
+short-summary: Update the policy associated with this item.
+"""
helps['backup item show'] = """
- type: command
- short-summary: Show details of a particular backed up item.
- """
+type: command
+short-summary: Show details of a particular backed up item.
+"""
-helps['backup item set-policy'] = """
- type: command
- short-summary: Update the policy associated with this item.
- """
+helps['backup job'] = """
+type: group
+short-summary: Entity which contains details of the job.
+"""
-helps['backup policy'] = """
- type: group
- short-summary: A backup policy defines when you want to take a
backup and for how long you would retain each backup copy.
- """
+helps['backup job list'] = """
+type: command
+short-summary: List all backup jobs of a Recovery Services vault.
+examples:
+ - name: List all backup jobs of a Recovery Services vault
+ text: az backup job list --resource-group MyResourceGroup --vault-name
MyVault
+ crafted: true
+"""
-helps['backup policy get-default-for-vm'] = """
- type: command
- short-summary: Get the default policy with default values to
backup a VM.
- """
+helps['backup job show'] = """
+type: command
+short-summary: Show details of a particular job.
+examples:
+ - name: Show details of a particular job. (autogenerated)
+ text: az backup job show --name MyJob --resource-group MyResourceGroup
--vault-name MyVault
+ crafted: true
+"""
-helps['backup policy list'] = """
- type: command
- short-summary: List all policies for a Recovery services vault.
- """
+helps['backup job stop'] = """
+type: command
+short-summary: Suspend or terminate a currently running job.
+examples:
+ - name: Suspend or terminate a currently running job. (autogenerated)
+ text: az backup job stop --name MyJob --resource-group MyResourceGroup
--vault-name MyVault
+ crafted: true
+"""
-helps['backup policy show'] = """
- type: command
- short-summary: Show details of a particular policy.
- """
+helps['backup job wait'] = """
+type: command
+short-summary: Wait until either the job completes or the specified timeout
value is reached.
+examples:
+ - name: Wait until either the job completes or the specified timeout value
is reached
+ text: az backup job wait --name MyJob --resource-group MyResourceGroup
--vault-name MyVault
+ crafted: true
+"""
+
+helps['backup policy'] = """
+type: group
+short-summary: A backup policy defines when you want to take a backup and for
how long you would retain each backup copy.
+"""
helps['backup policy delete'] = """
- type: command
- short-summary: Before you can delete a Backup protection policy,
the policy must not have any associated Backup items. To associate another
policy with a Backup item, use the backup item set-policy command.
- """
+type: command
+short-summary: Before you can delete a Backup protection policy, the policy
must not have any associated Backup items. To associate another policy with a
Backup item, use the backup item set-policy command.
+examples:
+ - name: Before you can delete a Backup protection policy, the policy must
not have any associated Backup items. To associate another policy with a
Backup item, use the backup item set-policy command. (autogenerated)
+ text: az backup policy delete --name MyBackupPolicy --resource-group
MyResourceGroup --vault-name MyVault
+ crafted: true
+"""
-helps['backup policy set'] = """
- type: command
- short-summary: Update the properties of the backup policy.
- """
+helps['backup policy get-default-for-vm'] = """
+type: command
+short-summary: Get the default policy with default values to backup a VM.
+examples:
+ - name: Get the default policy with default values to backup a VM.
(autogenerated)
+ text: az backup policy get-default-for-vm --resource-group MyResourceGroup
--vault-name MyVault
+ crafted: true
+"""
-helps['backup policy list-associated-items'] = """
- type: command
- short-summary: List all items protected by a backup policy.
- """
+helps['backup policy list'] = """
+type: command
+short-summary: List all policies for a Recovery services vault.
+examples:
+ - name: List all policies for a Recovery services vault. (autogenerated)
+ text: az backup policy list --resource-group MyResourceGroup --vault-name
MyVault
+ crafted: true
+"""
-helps['backup recoverypoint'] = """
- type: group
- short-summary: A snapshot of data at that point-of-time, stored in
Recovery Services Vault, from which you can restore information.
- """
+helps['backup policy list-associated-items'] = """
+type: command
+short-summary: List all items protected by a backup policy.
+examples:
+ - name: List all items protected by a backup policy
+ text: az backup policy list-associated-items --name MyBackupPolicy
--resource-group MyResourceGroup --vault-name MyVault
+ crafted: true
+"""
-helps['backup recoverypoint list'] = """
- type: command
- short-summary: List all recovery points of a backed up item.
- """
+helps['backup policy set'] = """
+type: command
+short-summary: Update the properties of the backup policy.
+examples:
+ - name: Update the properties of the backup policy. (autogenerated)
+ text: az backup policy set --policy {policy} --resource-group
MyResourceGroup --vault-name MyVault
+ crafted: true
+"""
-helps['backup recoverypoint show'] = """
- type: command
- short-summary: Shows details of a particular recovery point.
- """
+helps['backup policy show'] = """
+type: command
+short-summary: Show details of a particular policy.
+examples:
+ - name: Show details of a particular policy
+ text: az backup policy show --name MyBackupPolicy --resource-group
MyResourceGroup --vault-name MyVault
+ crafted: true
+"""
helps['backup protection'] = """
- type: group
- short-summary: Manage protection of your items, enable protection
or disable it, or take on-demand backups.
- """
+type: group
+short-summary: Manage protection of your items, enable protection or disable
it, or take on-demand backups.
+"""
+
+helps['backup protection backup-now'] = """
+type: command
+short-summary: Perform an on-demand backup of a backed up item.
+examples:
+ - name: Perform an on-demand backup of a backed up item. (autogenerated)
+ text: az backup protection backup-now --container-name MyContainer
--item-name MyItem --resource-group MyResourceGroup --retain-until 01-02-2018
--vault-name MyVault
+ crafted: true
+"""
helps['backup protection check-vm'] = """
- type: command
- short-summary: Find out whether the virtual machine is protected
or not. If protected, it returns the recovery services vault ID, otherwise it
returns empty.
- """
+type: command
+short-summary: Find out whether the virtual machine is protected or not. If
protected, it returns the recovery services vault ID, otherwise it returns
empty.
+examples:
+ - name: Find out whether the virtual machine is protected or not. If
protected, it returns the recovery services vault ID, otherwise it returns
empty. (autogenerated)
+ text: az backup protection check-vm --vm-id {vm-id}
+ crafted: true
+"""
+
+helps['backup protection disable'] = """
+type: command
+short-summary: Stop protecting a backed up Azure VM.
+examples:
+ - name: Stop protecting a backed up Azure VM. (autogenerated)
+ text: az backup protection disable --container-name MyContainer
--delete-backup-data false --item-name MyItem --resource-group MyResourceGroup
--vault-name MyVault --yes
+ crafted: true
+"""
helps['backup protection enable-for-vm'] = """
- type: command
- short-summary: Start protecting a previously unprotected Azure VM
as per the specified policy to a Recovery services vault.
- """
+type: command
+short-summary: Start protecting a previously unprotected Azure VM as per the
specified policy to a Recovery services vault.
+examples:
+ - name: Start protecting a previously unprotected Azure VM as per the
specified policy to a Recovery services vault. (autogenerated)
+ text: az backup protection enable-for-vm --policy-name MyPolicy
--resource-group MyResourceGroup --vault-name MyVault --vm myVM
+ crafted: true
+"""
-helps['backup protection backup-now'] = """
- type: command
- short-summary: Perform an on-demand backup of a backed up item.
- """
+helps['backup recoverypoint'] = """
+type: group
+short-summary: A snapshot of data at that point-of-time, stored in Recovery
Services Vault, from which you can restore information.
+"""
-helps['backup protection disable'] = """
- type: command
- short-summary: Stop protecting a backed up Azure VM.
- """
+helps['backup recoverypoint list'] = """
+type: command
+short-summary: List all recovery points of a backed up item.
+examples:
+ - name: List all recovery points of a backed up item. (autogenerated)
+ text: az backup recoverypoint list --container-name MyContainer
--item-name MyItem --resource-group MyResourceGroup --vault-name MyVault
+ crafted: true
+"""
-helps['backup restore'] = """
- type: group
- short-summary: Restore backed up items from recovery points in a
Recovery Services vault.
- """
+helps['backup recoverypoint show'] = """
+type: command
+short-summary: Shows details of a particular recovery point.
+"""
-helps['backup restore restore-disks'] = """
- type: command
- short-summary: Restore disks of the backed VM from the specified
recovery point.
- """
+helps['backup restore'] = """
+type: group
+short-summary: Restore backed up items from recovery points in a Recovery
Services vault.
+"""
helps['backup restore files'] = """
- type: group
- short-summary: Gives access to all files of a recovery point.
- """
+type: group
+short-summary: Gives access to all files of a recovery point.
+"""
helps['backup restore files mount-rp'] = """
- type: command
- short-summary: Download a script which mounts files of a recovery
point.
- """
+type: command
+short-summary: Download a script which mounts files of a recovery point.
+examples:
+ - name: Download a script which mounts files of a recovery point.
(autogenerated)
+ text: az backup restore files mount-rp --container-name MyContainer
--item-name MyItem --resource-group MyResourceGroup --rp-name MyRp --vault-name
MyVault
+ crafted: true
+"""
helps['backup restore files unmount-rp'] = """
- type: command
- short-summary: Close access to the recovery point.
- """
+type: command
+short-summary: Close access to the recovery point.
+"""
-helps['backup job'] = """
- type: group
- short-summary: Entity which contains details of the job.
- """
+helps['backup restore restore-disks'] = """
+type: command
+short-summary: Restore disks of the backed VM from the specified recovery
point.
+examples:
+ - name: Restore disks of the backed VM from the specified recovery point.
(autogenerated)
+ text: az backup restore restore-disks --container-name MyContainer
--item-name MyItem --resource-group MyResourceGroup --rp-name MyRp
--storage-account mystorageaccount --vault-name MyVault
+ crafted: true
+"""
-helps['backup job list'] = """
- type: command
- short-summary: List all backup jobs of a Recovery Services vault.
- """
+helps['backup vault'] = """
+type: group
+short-summary: Online storage entity in Azure used to hold data such as backup
copies, recovery points and backup policies.
+"""
-helps['backup job show'] = """
- type: command
- short-summary: Show details of a particular job.
- """
+helps['backup vault backup-properties'] = """
+type: group
+short-summary: Properties of the Recovery Services vault.
+"""
-helps['backup job stop'] = """
- type: command
- short-summary: Suspend or terminate a currently running job.
- """
+helps['backup vault backup-properties set'] = """
+type: command
+short-summary: Sets backup related properties of the Recovery Services vault.
+examples:
+ - name: Sets backup related properties of the Recovery Services vault.
(autogenerated)
+ text: az backup vault backup-properties set --backup-storage-redundancy
GeoRedundant --name MyRecoveryServicesVault --resource-group MyResourceGroup
+ crafted: true
+"""
-helps['backup job wait'] = """
- type: command
- short-summary: Wait until either the job completes or the
specified timeout value is reached.
- """
+helps['backup vault backup-properties show'] = """
+type: command
+short-summary: Gets backup related properties of the Recovery Services vault.
+examples:
+ - name: Gets backup related properties of the Recovery Services vault.
(autogenerated)
+ text: az backup vault backup-properties show --name
MyRecoveryServicesVault --resource-group MyResourceGroup
+ crafted: true
+"""
+
+helps['backup vault create'] = """
+type: command
+short-summary: Create a new Recovery Services vault.
+examples:
+ - name: Create a new Recovery Services vault. (autogenerated)
+ text: az backup vault create --location westus2 --name
MyRecoveryServicesVault --resource-group MyResourceGroup
+ crafted: true
+"""
+
+helps['backup vault delete'] = """
+type: command
+short-summary: Delete an existing Recovery services vault.
+examples:
+ - name: Delete an existing Recovery services vault. (autogenerated)
+ text: az backup vault delete --name MyRecoveryServicesVault
--resource-group MyResourceGroup --yes
+ crafted: true
+"""
+
+helps['backup vault list'] = """
+type: command
+short-summary: List Recovery service vaults within a subscription.
+"""
+
+helps['backup vault show'] = """
+type: command
+short-summary: Show details of a particular Recovery service vault.
+examples:
+ - name: Show details of a particular Recovery service vault. (autogenerated)
+ text: az backup vault show --name MyRecoveryServicesVault --resource-group
MyResourceGroup
+ crafted: true
+"""
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-cli-backup-1.2.1/azure/cli/command_modules/backup/commands.py
new/azure-cli-backup-1.2.3/azure/cli/command_modules/backup/commands.py
--- old/azure-cli-backup-1.2.1/azure/cli/command_modules/backup/commands.py
2018-08-23 01:07:57.000000000 +0200
+++ new/azure-cli-backup-1.2.3/azure/cli/command_modules/backup/commands.py
2019-04-05 00:46:51.000000000 +0200
@@ -19,11 +19,11 @@
backup_custom =
CliCommandType(operations_tmpl='azure.cli.command_modules.backup.custom#{}')
backup_vaults_sdk = CliCommandType(
-
operations_tmpl='azure.mgmt.recoveryservices.operations.vaults_operations#VaultsOperations.{}',
+
operations_tmpl='azure.mgmt.recoveryservices.operations#VaultsOperations.{}',
client_factory=vaults_cf)
backup_storage_config_sdk = CliCommandType(
-
operations_tmpl='azure.mgmt.recoveryservices.operations.backup_storage_configs_operations#BackupStorageConfigsOperations.{}',
+
operations_tmpl='azure.mgmt.recoveryservices.operations#BackupStorageConfigsOperations.{}',
client_factory=vaults_cf)
with self.command_group('backup vault', backup_vaults_sdk,
client_factory=vaults_cf) as g:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-cli-backup-1.2.1/azure_cli_backup.egg-info/PKG-INFO
new/azure-cli-backup-1.2.3/azure_cli_backup.egg-info/PKG-INFO
--- old/azure-cli-backup-1.2.1/azure_cli_backup.egg-info/PKG-INFO
2018-08-23 01:10:11.000000000 +0200
+++ new/azure-cli-backup-1.2.3/azure_cli_backup.egg-info/PKG-INFO
2019-04-05 00:47:25.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: azure-cli-backup
-Version: 1.2.1
+Version: 1.2.3
Summary: Microsoft Azure Command-Line Tools Recovery Services Command Module
Home-page: https://github.com/Azure/azure-cli
Author: Microsoft Corporation
@@ -19,6 +19,13 @@
Release History
===============
+ 1.2.3
+ +++++
+ * Minor fixes.
+
+ 1.2.2
+ +++++
+ * Minor fixes.
1.2.1
+++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-cli-backup-1.2.1/azure_cli_backup.egg-info/requires.txt
new/azure-cli-backup-1.2.3/azure_cli_backup.egg-info/requires.txt
--- old/azure-cli-backup-1.2.1/azure_cli_backup.egg-info/requires.txt
2018-08-23 01:10:11.000000000 +0200
+++ new/azure-cli-backup-1.2.3/azure_cli_backup.egg-info/requires.txt
2019-04-05 00:47:25.000000000 +0200
@@ -1,3 +1,3 @@
-azure-mgmt-recoveryservices==0.1.0
-azure-mgmt-recoveryservicesbackup==0.1.1
+azure-mgmt-recoveryservices~=0.1.1
+azure-mgmt-recoveryservicesbackup~=0.1.2
azure-cli-core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-cli-backup-1.2.1/setup.py
new/azure-cli-backup-1.2.3/setup.py
--- old/azure-cli-backup-1.2.1/setup.py 2018-08-23 01:07:57.000000000 +0200
+++ new/azure-cli-backup-1.2.3/setup.py 2019-04-05 00:46:51.000000000 +0200
@@ -13,7 +13,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}
-VERSION = "1.2.1"
+VERSION = "1.2.3"
# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
@@ -31,8 +31,8 @@
]
DEPENDENCIES = [
- 'azure-mgmt-recoveryservices==0.1.0',
- 'azure-mgmt-recoveryservicesbackup==0.1.1',
+ 'azure-mgmt-recoveryservices~=0.1.1',
+ 'azure-mgmt-recoveryservicesbackup~=0.1.2',
'azure-cli-core'
]