Hello community,
here is the log from the commit of package azure-cli-servicebus for
openSUSE:Factory checked in at 2019-05-22 11:02:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli-servicebus (Old)
and /work/SRC/openSUSE:Factory/.azure-cli-servicebus.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "azure-cli-servicebus"
Wed May 22 11:02:18 2019 rev:3 rq:696860 version:0.3.3
Changes:
--------
---
/work/SRC/openSUSE:Factory/azure-cli-servicebus/azure-cli-servicebus.changes
2018-10-11 11:59:52.333686347 +0200
+++
/work/SRC/openSUSE:Factory/.azure-cli-servicebus.new.5148/azure-cli-servicebus.changes
2019-05-22 11:02:21.974658488 +0200
@@ -1,0 +2,16 @@
+Tue Apr 16 18:36:37 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 0.3.3
+ + For detailed information about changes see the
+ HISTORY.txt file provided with this package
+- Bump minimum version for Python Azure SDK namespace
+ packages to 3.0.0 in BuildRequires and Requires
+- Remove python3-devel package from BuildRequires
+- Remove unzip package from BuildRequires
+- Run fdupes to hardlink duplicate files
+ + Add fdupes to BuildRequires
+ + Add %fdupes invocation to %install
+- Update Requires from setup.py
+
+-------------------------------------------------------------------
Old:
----
azure-cli-servicebus-0.2.2.tar.gz
New:
----
azure-cli-servicebus-0.3.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ azure-cli-servicebus.spec ++++++
--- /var/tmp/diff_new_pack.giQ1Tx/_old 2019-05-22 11:02:23.918657374 +0200
+++ /var/tmp/diff_new_pack.giQ1Tx/_new 2019-05-22 11:02:23.942657360 +0200
@@ -1,7 +1,7 @@
#
# spec file for package azure-cli-servicebus
#
-# 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-servicebus
-Version: 0.2.2
+Version: 0.3.3
Release: 0
Summary: Microsoft Azure CLI 'servicebus' Command Module
License: MIT
@@ -27,15 +27,14 @@
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-servicebus >= 0.5.1
-Requires: python3-azure-nspkg
+Requires: python3-azure-mgmt-servicebus >= 0.5.3
+Requires: python3-azure-nspkg >= 3.0.0
Requires: python3-six
Conflicts: azure-cli < 2.0.0
@@ -56,6 +55,7 @@
%install
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
--install-lib=%{python3_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__init__.*
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/command_modules/__pycache__
rm -rf %{buildroot}%{python3_sitelib}/azure/cli/__init__.*
++++++ azure-cli-servicebus-0.2.2.tar.gz -> azure-cli-servicebus-0.3.3.tar.gz
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-cli-servicebus-0.2.2/HISTORY.rst
new/azure-cli-servicebus-0.3.3/HISTORY.rst
--- old/azure-cli-servicebus-0.2.2/HISTORY.rst 2018-08-23 01:07:57.000000000
+0200
+++ new/azure-cli-servicebus-0.3.3/HISTORY.rst 2019-01-25 20:43:41.000000000
+0100
@@ -2,6 +2,25 @@
Release History
===============
+0.3.3
++++++
+* Minor fixes
+
+0.3.2
++++++
+* Minor fixes
+
+0.3.1
++++++
+* Added Read-Only migration_state to MigrationConfigProperties to show current
Service Bus Standard to Premium namespace migration state.
+
+0.3.0
++++++
+* BREAKING CHANGE: 'list' commands errors for resource(s) NotFound(404) are
now handled in the typical way instead of showing empty list
+
+0.2.3
++++++
+* Minor fixes
0.2.2
+++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-cli-servicebus-0.2.2/PKG-INFO
new/azure-cli-servicebus-0.3.3/PKG-INFO
--- old/azure-cli-servicebus-0.2.2/PKG-INFO 2018-08-23 01:09:43.000000000
+0200
+++ new/azure-cli-servicebus-0.3.3/PKG-INFO 2019-01-25 20:44:07.000000000
+0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: azure-cli-servicebus
-Version: 0.2.2
+Version: 0.3.3
Summary: Microsoft Azure Command-Line Tools Service Bus Command Module
Home-page: https://github.com/Azure/azure-cli
Author: Microsoft Corporation
@@ -19,6 +19,25 @@
Release History
===============
+ 0.3.3
+ +++++
+ * Minor fixes
+
+ 0.3.2
+ +++++
+ * Minor fixes
+
+ 0.3.1
+ +++++
+ * Added Read-Only migration_state to MigrationConfigProperties to show
current Service Bus Standard to Premium namespace migration state.
+
+ 0.3.0
+ +++++
+ * BREAKING CHANGE: 'list' commands errors for resource(s)
NotFound(404) are now handled in the typical way instead of showing empty list
+
+ 0.2.3
+ +++++
+ * Minor fixes
0.2.2
+++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-cli-servicebus-0.2.2/azure/cli/command_modules/servicebus/_help.py
new/azure-cli-servicebus-0.3.3/azure/cli/command_modules/servicebus/_help.py
---
old/azure-cli-servicebus-0.2.2/azure/cli/command_modules/servicebus/_help.py
2018-08-23 01:07:57.000000000 +0200
+++
new/azure-cli-servicebus-0.3.3/azure/cli/command_modules/servicebus/_help.py
2019-01-25 20:43:41.000000000 +0100
@@ -167,7 +167,7 @@
short-summary: Shows the list of Authorization Rule by Service Bus
Namespace
examples:
- name: Shows the list of Authorization Rule by Service Bus Namespace
- text: az servicebus namespace authorization-rule show
--resource-group myresourcegroup --namespace-name mynamespace
+ text: az servicebus namespace authorization-rule list
--resource-group myresourcegroup --namespace-name mynamespace
"""
helps['servicebus namespace authorization-rule keys list'] = """
@@ -175,7 +175,7 @@
short-summary: List the keys and connection strings of Authorization Rule
for Service Bus Namespace
examples:
- name: List the keys and connection strings of Authorization Rule for
Service Bus Namespace
- text: az servicebus namespace authorization-rule list-keys
--resource-group myresourcegroup --namespace-name mynamespace --name myauthorule
+ text: az servicebus namespace authorization-rule keys list
--resource-group myresourcegroup --namespace-name mynamespace --name myauthorule
"""
helps['servicebus namespace authorization-rule keys renew'] = """
@@ -183,7 +183,7 @@
short-summary: Regenerate keys of Authorization Rule for the Service Bus
Namespace.
examples:
- name: Regenerate keys of Authorization Rule for the Service Bus
Namespace.
- text: az servicebus namespace authorization-rule regenerate-keys
--resource-group myresourcegroup --namespace-name mynamespace --name
myauthorule --key PrimaryKey
+ text: az servicebus namespace authorization-rule keys renew
--resource-group myresourcegroup --namespace-name mynamespace --name
myauthorule --key PrimaryKey
"""
helps['servicebus namespace authorization-rule delete'] = """
@@ -263,7 +263,7 @@
short-summary: List of Authorization Rule by Service Bus Queue.
examples:
- name: List of Authorization Rule by Queue
- text: az servicebus queue authorization-rule show --resource-group
myresourcegroup --namespace-name mynamespace --queue-name myqueue
+ text: az servicebus queue authorization-rule list --resource-group
myresourcegroup --namespace-name mynamespace --queue-name myqueue
"""
helps['servicebus queue authorization-rule keys list'] = """
@@ -271,7 +271,7 @@
short-summary: List the keys and connection strings of Authorization Rule
for the given Service Bus Queue
examples:
- name: List the keys and connection strings of Authorization Rule for
the given Service Bus Queue
- text: az servicebus queue authorization-rule list-keys
--resource-group myresourcegroup --namespace-name mynamespace --queue-name
myqueue --name myauthorule
+ text: az servicebus queue authorization-rule keys list
--resource-group myresourcegroup --namespace-name mynamespace --queue-name
myqueue --name myauthorule
"""
helps['servicebus queue authorization-rule keys renew'] = """
@@ -279,7 +279,7 @@
short-summary: Regenerate keys of Authorization Rule for Service Bus Queue
examples:
- name: Regenerate keys of Authorization Rule for Service Bus Queue
- text: az servicebus queue authorization-rule regenerate-keys
--resource-group myresourcegroup --namespace-name mynamespace --queue-name
myqueue --name myauthorule --key PrimaryKey
+ text: az servicebus queue authorization-rule keys renew
--resource-group myresourcegroup --namespace-name mynamespace --queue-name
myqueue --name myauthorule --key PrimaryKey
"""
helps['servicebus queue authorization-rule delete'] = """
@@ -351,7 +351,7 @@
short-summary: Shows the details of Authorization Rule for given Service
Bus Topic
examples:
- name: Shows the details of Authorization Rule for given Service Bus
Topic
- text: az servicebus topic authorization-rule get --resource-group
myresourcegroup --namespace-name mynamespace --topic-name mytopic --name
myauthorule
+ text: az servicebus topic authorization-rule show --resource-group
myresourcegroup --namespace-name mynamespace --topic-name mytopic --name
myauthorule
"""
helps['servicebus topic authorization-rule list'] = """
@@ -359,7 +359,7 @@
short-summary: shows list of Authorization Rule by Service Bus Topic
examples:
- name: shows list of Authorization Rule by Service Bus Topic
- text: az servicebus topic authorization-rule get --resource-group
myresourcegroup --namespace-name mynamespace --topic-name mytopic
+ text: az servicebus topic authorization-rule list --resource-group
myresourcegroup --namespace-name mynamespace --topic-name mytopic
"""
helps['servicebus topic authorization-rule keys list'] = """
@@ -367,7 +367,7 @@
short-summary: List the keys and connection strings of Authorization Rule
for Service Bus Topic.
examples:
- name: List the keys and connection strings of Authorization Rule for
Service Bus Topic.
- text: az servicebus topic authorization-rule listkeys
--resource-group myresourcegroup --namespace-name mynamespace --topic-name
mytopic --name myauthorule
+ text: az servicebus topic authorization-rule keys list
--resource-group myresourcegroup --namespace-name mynamespace --topic-name
mytopic --name myauthorule
"""
helps['servicebus topic authorization-rule keys renew'] = """
@@ -375,7 +375,7 @@
short-summary: Regenerate keys of Authorization Rule for Service Bus Topic.
examples:
- name: Regenerate key of Service Bus Topic.
- text: az servicebus topic authorization-rule regenerate_keys
--resource-group myresourcegroup --namespace-name mynamespace --topic-name
mytopic --name myauthorule --key PrimaryKey
+ text: az servicebus topic authorization-rule keys renew
--resource-group myresourcegroup --namespace-name mynamespace --topic-name
mytopic --name myauthorule --key PrimaryKey
"""
helps['servicebus topic authorization-rule delete'] = """
@@ -408,7 +408,7 @@
short-summary: Shows Service Bus Subscription Details
examples:
- name: Shows the Subscription details.
- text: az servicebus topic subscription get --resource-group
myresourcegroup --namespace-name mynamespace --topic-name mytopic --name
mysubscription
+ text: az servicebus topic subscription show --resource-group
myresourcegroup --namespace-name mynamespace --topic-name mytopic --name
mysubscription
"""
helps['servicebus topic subscription list'] = """
@@ -416,7 +416,7 @@
short-summary: List the Subscription by Service Bus Topic
examples:
- name: Shows the Subscription by Service Bus Topic.
- text: az servicebus topic subscription list --resource-group
myresourcegroup --namespace-name mynamespace
+ text: az servicebus topic subscription list --resource-group
myresourcegroup --namespace-name mynamespace --topic-name mytopic
"""
helps['servicebus topic subscription delete'] = """
@@ -456,7 +456,7 @@
short-summary: List the ServiceBus Rule by Subscription
examples:
- name: Shows the Rule ServiceBus by Subscription.
- text: az servicebus topic subscription rule list --resource-group
myresourcegroup --namespace-name mynamespace
+ text: az servicebus topic subscription rule list --resource-group
myresourcegroup --namespace-name mynamespace --topic-name mytopic
--subscription-name mysubscription
"""
@@ -499,7 +499,7 @@
short-summary: Shows the list of Authorization Rule by Service Bus
Namespace
examples:
- name: Shows the list of Authorization Rule by Service Bus Namespace
- text: az servicebus georecovery-alias authorization-rule show
--resource-group myresourcegroup --namespace-name mynamespace
+ text: az servicebus georecovery-alias authorization-rule list
--resource-group myresourcegroup --namespace-name mynamespace --alias
myaliasname
"""
helps['servicebus georecovery-alias authorization-rule keys list'] = """
@@ -507,7 +507,7 @@
short-summary: List the keys and connection strings of Authorization Rule
for the Service Bus Namespace
examples:
- name: List the keys and connection strings of Authorization Rule for
the namespace.
- text: az servicebus georecovery-alias authorization-rule keys list
--resource-group myresourcegroup --namespace-name mynamespace --name myauthorule
+ text: az servicebus georecovery-alias authorization-rule keys list
--resource-group myresourcegroup --namespace-name mynamespace --name
myauthorule --alias myaliasname
"""
helps['servicebus georecovery-alias break-pair'] = """
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-cli-servicebus-0.2.2/azure/cli/command_modules/servicebus/commands.py
new/azure-cli-servicebus-0.3.3/azure/cli/command_modules/servicebus/commands.py
---
old/azure-cli-servicebus-0.2.2/azure/cli/command_modules/servicebus/commands.py
2018-08-23 01:07:57.000000000 +0200
+++
new/azure-cli-servicebus-0.3.3/azure/cli/command_modules/servicebus/commands.py
2019-01-25 20:43:41.000000000 +0100
@@ -13,7 +13,6 @@
from azure.cli.command_modules.servicebus._client_factory import
namespaces_mgmt_client_factory, \
queues_mgmt_client_factory, topics_mgmt_client_factory,
subscriptions_mgmt_client_factory, \
rules_mgmt_client_factory, disaster_recovery_mgmt_client_factory,
migration_mgmt_client_factory
- from azure.cli.command_modules.servicebus.custom import empty_on_404
sb_namespace_util = CliCommandType(
operations_tmpl='azure.mgmt.servicebus.operations.namespaces_operations#NamespacesOperations.{}',
@@ -56,15 +55,15 @@
with self.command_group('servicebus namespace', sb_namespace_util,
client_factory=namespaces_mgmt_client_factory) as g:
g.custom_command('create', 'cli_namespace_create')
g.show_command('show', 'get')
- g.custom_command('list', 'cli_namespace_list',
exception_handler=empty_on_404)
+ g.custom_command('list', 'cli_namespace_list')
g.command('delete', 'delete')
g.command('exists', 'check_name_availability_method')
g.generic_update_command('update',
custom_func_name='cli_namespace_update', custom_func_type=servicebus_custom)
with self.command_group('servicebus namespace authorization-rule',
sb_namespace_util, client_factory=namespaces_mgmt_client_factory) as g:
- g.command('create', 'create_or_update_authorization_rule',)
+ g.command('create', 'create_or_update_authorization_rule')
g.show_command('show', 'get_authorization_rule')
- g.command('list', 'list_authorization_rules',
exception_handler=empty_on_404)
+ g.command('list', 'list_authorization_rules')
g.command('keys list', 'list_keys')
g.command('keys renew', 'regenerate_keys')
g.command('delete', 'delete_authorization_rule')
@@ -74,14 +73,14 @@
with self.command_group('servicebus queue', sb_queue_util,
client_factory=queues_mgmt_client_factory) as g:
g.custom_command('create', 'cli_sbqueue_create')
g.show_command('show', 'get')
- g.command('list', 'list_by_namespace', exception_handler=empty_on_404)
+ g.command('list', 'list_by_namespace')
g.command('delete', 'delete')
g.generic_update_command('update',
custom_func_name='cli_sbqueue_update')
with self.command_group('servicebus queue authorization-rule',
sb_queue_util, client_factory=queues_mgmt_client_factory) as g:
- g.command('create', 'create_or_update_authorization_rule',)
+ g.command('create', 'create_or_update_authorization_rule')
g.show_command('show', 'get_authorization_rule')
- g.command('list', 'list_authorization_rules',
exception_handler=empty_on_404)
+ g.command('list', 'list_authorization_rules')
g.command('keys list', 'list_keys')
g.command('keys renew', 'regenerate_keys')
g.command('delete', 'delete_authorization_rule')
@@ -91,14 +90,14 @@
with self.command_group('servicebus topic', sb_topic_util,
client_factory=topics_mgmt_client_factory) as g:
g.custom_command('create', 'cli_sbtopic_create')
g.show_command('show', 'get')
- g.command('list', 'list_by_namespace', exception_handler=empty_on_404)
+ g.command('list', 'list_by_namespace')
g.command('delete', 'delete')
g.generic_update_command('update',
custom_func_name='cli_sbtopic_update')
with self.command_group('servicebus topic authorization-rule',
sb_topic_util, client_factory=topics_mgmt_client_factory) as g:
g.command('create', 'create_or_update_authorization_rule')
g.show_command('show', 'get_authorization_rule')
- g.command('list', 'list_authorization_rules',
exception_handler=empty_on_404)
+ g.command('list', 'list_authorization_rules')
g.command('keys list', 'list_keys')
g.command('keys renew', 'regenerate_keys')
g.command('delete', 'delete_authorization_rule')
@@ -108,7 +107,7 @@
with self.command_group('servicebus topic subscription',
sb_subscriptions_util, client_factory=subscriptions_mgmt_client_factory) as g:
g.custom_command('create', 'cli_sbsubscription_create')
g.show_command('show', 'get')
- g.command('list', 'list_by_topic', exception_handler=empty_on_404)
+ g.command('list', 'list_by_topic')
g.command('delete', 'delete')
g.generic_update_command('update',
custom_func_name='cli_sbsubscription_update')
@@ -116,7 +115,7 @@
with self.command_group('servicebus topic subscription rule',
sb_rule_util, client_factory=rules_mgmt_client_factory) as g:
g.custom_command('create', 'cli_rules_create')
g.show_command('show', 'get')
- g.command('list', 'list_by_subscriptions',
exception_handler=empty_on_404)
+ g.command('list', 'list_by_subscriptions')
g.command('delete', 'delete')
g.generic_update_command('update', custom_func_name='cli_rules_update')
@@ -124,7 +123,7 @@
with self.command_group('servicebus georecovery-alias', sb_geodr_util,
client_factory=disaster_recovery_mgmt_client_factory) as g:
g.command('set', 'create_or_update')
g.show_command('show', 'get')
- g.command('list', 'list', exception_handler=empty_on_404)
+ g.command('list', 'list')
g.command('break-pair', 'break_pairing')
g.command('fail-over', 'fail_over')
g.command('exists', 'check_name_availability_method')
@@ -140,5 +139,5 @@
with self.command_group('servicebus migration', sb_migration_util,
client_factory=migration_mgmt_client_factory) as g:
g.custom_command('start', 'cli_migration_start')
g.show_command('show', 'get')
- g.command('complete', 'complete_migration',
exception_handler=empty_on_404)
+ g.command('complete', 'complete_migration')
g.command('abort', 'revert')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-cli-servicebus-0.2.2/azure/cli/command_modules/servicebus/custom.py
new/azure-cli-servicebus-0.3.3/azure/cli/command_modules/servicebus/custom.py
---
old/azure-cli-servicebus-0.2.2/azure/cli/command_modules/servicebus/custom.py
2018-08-23 01:07:57.000000000 +0200
+++
new/azure-cli-servicebus-0.3.3/azure/cli/command_modules/servicebus/custom.py
2019-01-25 20:43:41.000000000 +0100
@@ -9,7 +9,6 @@
# pylint: disable=unused-variable
import re
-import time
# Namespace Region
@@ -393,6 +392,7 @@
def cli_migration_start(client, resource_group_name, namespace_name,
target_namespace, post_migration_name):
+ import time
client.create_and_start_migration(resource_group_name, namespace_name,
target_namespace, post_migration_name)
getresponse = client.get(resource_group_name, namespace_name)
@@ -410,13 +410,6 @@
return client.get(resource_group_name, namespace_name)
-def empty_on_404(ex):
- from azure.mgmt.servicebus.models import ErrorResponseException
- if isinstance(ex, ErrorResponseException) and ex.response.status_code ==
404:
- return None
- raise ex
-
-
iso8601pattern =
re.compile("^P(?!$)(\\d+Y)?(\\d+M)?(\\d+W)?(\\d+D)?(T(?=\\d)(\\d+H)?(\\d+M)?(\\d+.)?(\\d+S)?)?$")
timedeltapattern = re.compile("^\\d+:\\d+:\\d+$")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-cli-servicebus-0.2.2/azure_cli_servicebus.egg-info/PKG-INFO
new/azure-cli-servicebus-0.3.3/azure_cli_servicebus.egg-info/PKG-INFO
--- old/azure-cli-servicebus-0.2.2/azure_cli_servicebus.egg-info/PKG-INFO
2018-08-23 01:09:43.000000000 +0200
+++ new/azure-cli-servicebus-0.3.3/azure_cli_servicebus.egg-info/PKG-INFO
2019-01-25 20:44:07.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: azure-cli-servicebus
-Version: 0.2.2
+Version: 0.3.3
Summary: Microsoft Azure Command-Line Tools Service Bus Command Module
Home-page: https://github.com/Azure/azure-cli
Author: Microsoft Corporation
@@ -19,6 +19,25 @@
Release History
===============
+ 0.3.3
+ +++++
+ * Minor fixes
+
+ 0.3.2
+ +++++
+ * Minor fixes
+
+ 0.3.1
+ +++++
+ * Added Read-Only migration_state to MigrationConfigProperties to show
current Service Bus Standard to Premium namespace migration state.
+
+ 0.3.0
+ +++++
+ * BREAKING CHANGE: 'list' commands errors for resource(s)
NotFound(404) are now handled in the typical way instead of showing empty list
+
+ 0.2.3
+ +++++
+ * Minor fixes
0.2.2
+++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-cli-servicebus-0.2.2/azure_cli_servicebus.egg-info/requires.txt
new/azure-cli-servicebus-0.3.3/azure_cli_servicebus.egg-info/requires.txt
--- old/azure-cli-servicebus-0.2.2/azure_cli_servicebus.egg-info/requires.txt
2018-08-23 01:09:43.000000000 +0200
+++ new/azure-cli-servicebus-0.3.3/azure_cli_servicebus.egg-info/requires.txt
2019-01-25 20:44:07.000000000 +0100
@@ -1,3 +1,3 @@
azure-cli-core
six
-azure-mgmt-servicebus==0.5.1
+azure-mgmt-servicebus==0.5.3
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-cli-servicebus-0.2.2/setup.py
new/azure-cli-servicebus-0.3.3/setup.py
--- old/azure-cli-servicebus-0.2.2/setup.py 2018-08-23 01:07:57.000000000
+0200
+++ new/azure-cli-servicebus-0.3.3/setup.py 2019-01-25 20:43:41.000000000
+0100
@@ -13,7 +13,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}
-VERSION = "0.2.2"
+VERSION = "0.3.3"
# The full list of classifiers is available at
@@ -35,7 +35,7 @@
DEPENDENCIES = [
'azure-cli-core',
'six',
- 'azure-mgmt-servicebus==0.5.1',
+ 'azure-mgmt-servicebus==0.5.3',
]
with open('README.rst', 'r', encoding='utf-8') as f: