commit azure-cli-eventhubs for openSUSE:Factory
Hello community, here is the log from the commit of package azure-cli-eventhubs for openSUSE:Factory checked in at 2019-05-22 10:59:59 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/azure-cli-eventhubs (Old) and /work/SRC/openSUSE:Factory/.azure-cli-eventhubs.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "azure-cli-eventhubs" Wed May 22 10:59:59 2019 rev:3 rq:696834 version:0.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/azure-cli-eventhubs/azure-cli-eventhubs.changes 2018-10-15 10:44:38.575313188 +0200 +++ /work/SRC/openSUSE:Factory/.azure-cli-eventhubs.new.5148/azure-cli-eventhubs.changes 2019-05-22 11:00:04.974762334 +0200 @@ -1,0 +2,16 @@ +Tue Apr 16 14:45:11 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> + +- 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-eventhubs-0.2.3.tar.gz New: ---- azure-cli-eventhubs-0.3.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ azure-cli-eventhubs.spec ++++++ --- /var/tmp/diff_new_pack.njzXNW/_old 2019-05-22 11:00:06.518760335 +0200 +++ /var/tmp/diff_new_pack.njzXNW/_new 2019-05-22 11:00:06.546760298 +0200 @@ -1,7 +1,7 @@ # # spec file for package azure-cli-eventhubs # -# 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-eventhubs -Version: 0.2.3 +Version: 0.3.3 Release: 0 Summary: Microsoft Azure CLI 'eventhubs' 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-eventhub >= 2.1.0 -Requires: python3-azure-nspkg +Requires: python3-azure-mgmt-eventhub >= 2.2.0 +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-eventhubs-0.2.3.tar.gz -> azure-cli-eventhubs-0.3.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-eventhubs-0.2.3/HISTORY.rst new/azure-cli-eventhubs-0.3.3/HISTORY.rst --- old/azure-cli-eventhubs-0.2.3/HISTORY.rst 2018-08-23 01:07:57.000000000 +0200 +++ new/azure-cli-eventhubs-0.3.3/HISTORY.rst 2019-01-25 20:43:40.000000000 +0100 @@ -2,6 +2,26 @@ Release History =============== +0.3.3 ++++++ +* Minor fixes + +0.3.2 ++++++ +* Minor fixes + +0.3.1 ++++++ +* eventhub namespace create/update: Added --enable-kafka flag to support Kafka. + +0.3.0 ++++++ +* Fix eventhub update command +* BREAKING CHANGE: 'list' commands errors for resource(s) NotFound(404) are now handled in the typical way instead of showing empty list + +0.2.4 ++++++ +* Minor fixes 0.2.3 +++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-eventhubs-0.2.3/PKG-INFO new/azure-cli-eventhubs-0.3.3/PKG-INFO --- old/azure-cli-eventhubs-0.2.3/PKG-INFO 2018-08-23 01:10:05.000000000 +0200 +++ new/azure-cli-eventhubs-0.3.3/PKG-INFO 2019-01-25 20:44:02.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: azure-cli-eventhubs -Version: 0.2.3 +Version: 0.3.3 Summary: Microsoft Azure Command-Line Tools Event Hubs Command Module Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation @@ -19,6 +19,26 @@ Release History =============== + 0.3.3 + +++++ + * Minor fixes + + 0.3.2 + +++++ + * Minor fixes + + 0.3.1 + +++++ + * eventhub namespace create/update: Added --enable-kafka flag to support Kafka. + + 0.3.0 + +++++ + * Fix eventhub update command + * BREAKING CHANGE: 'list' commands errors for resource(s) NotFound(404) are now handled in the typical way instead of showing empty list + + 0.2.4 + +++++ + * Minor fixes 0.2.3 +++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-eventhubs-0.2.3/azure/cli/command_modules/eventhubs/_help.py new/azure-cli-eventhubs-0.3.3/azure/cli/command_modules/eventhubs/_help.py --- old/azure-cli-eventhubs-0.2.3/azure/cli/command_modules/eventhubs/_help.py 2018-08-23 01:07:57.000000000 +0200 +++ new/azure-cli-eventhubs-0.3.3/azure/cli/command_modules/eventhubs/_help.py 2019-01-25 20:43:40.000000000 +0100 @@ -75,7 +75,7 @@ examples: - name: Creates a new namespace. text: az eventhubs namespace create --resource-group myresourcegroup --name mynamespace --location westus - --tags tag1=value1 tag2=value2 --sku Standard --is-auto-inflate-enabled False --maximum-throughput-units 30 + --tags tag1=value1 tag2=value2 --sku Standard --enable-auto-inflate False --maximum-throughput-units 30 """ helps['eventhubs namespace update'] = """ @@ -83,7 +83,7 @@ short-summary: Updates the Event Hubs Namespace examples: - name: Update a new namespace. - text: az eventhubs namespace update --resource-group myresourcegroup --name mynamespace --tags tag=value --is-auto-inflate-enabled True + text: az eventhubs namespace update --resource-group myresourcegroup --name mynamespace --tags tag=value --enable-auto-inflate True """ helps['eventhubs namespace show'] = """ @@ -141,7 +141,7 @@ short-summary: Shows the list of Authorizationrule by Namespace examples: - name: Shows the list of Authorizationrule by Namespace - text: az eventhubs namespace authorization-rule show --resource-group myresourcegroup --namespace-name mynamespace + text: az eventhubs namespace authorization-rule list --resource-group myresourcegroup --namespace-name mynamespace """ helps['eventhubs namespace authorization-rule keys list'] = """ @@ -157,7 +157,7 @@ short-summary: Regenerate the connection strings of Authorizationrule for the namespace. examples: - name: Regenerate the connection strings of Authorizationrule for the namespace. - text: az eventhubs namespace authorization-rule regenerate-keys --resource-group myresourcegroup + text: az eventhubs namespace authorization-rule keys renew --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule --key PrimaryKey """ @@ -174,7 +174,7 @@ short-summary: Creates the Event Hubs Eventhub examples: - name: Create a new Eventhub. - text: az eventhubs eventhub create --resource-group myresourcegroup --namespace-name mynamespace --name myeventhub --message-retention 4 ---partition-count 15 + text: az eventhubs eventhub create --resource-group myresourcegroup --namespace-name mynamespace --name myeventhub --message-retention 4 --partition-count 15 """ helps['eventhubs eventhub update'] = """ @@ -182,7 +182,7 @@ short-summary: Updates the Event Hubs Eventhub examples: - name: Updates a new Eventhub. - text: az eventhubs eventhub update --resource-group myresourcegroup --namespace-name mynamespace --name myeventhub --message-retention 3 ---partition-count 12 + text: az eventhubs eventhub update --resource-group myresourcegroup --namespace-name mynamespace --name myeventhub --message-retention 3 --partition-count 12 """ helps['eventhubs eventhub show'] = """ @@ -235,10 +235,10 @@ helps['eventhubs eventhub authorization-rule list'] = """ type: command - short-summary: shows the list of Authorizationrule by Eventhub + short-summary: shows the list of Authorization-rules by Eventhub examples: - - name: shows the list of Authorizationrule by Eventhub - text: az eventhubs eventhub authorization-rule show --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub + - name: shows the list of Authorization-rules by Eventhub + text: az eventhubs eventhub authorization-rule list --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub """ helps['eventhubs eventhub authorization-rule keys list'] = """ @@ -254,7 +254,7 @@ short-summary: Regenerate the connection strings of Authorizationrule for the namespace. examples: - name: Regenerate the connection strings of Authorizationrule for the namespace. - text: az eventhubs eventhub authorization-rule regenerate-keys --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule --key PrimaryKey + text: az eventhubs eventhub authorization-rule keys renew --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub --name myauthorule --key PrimaryKey """ helps['eventhubs eventhub authorization-rule delete'] = """ @@ -293,8 +293,8 @@ type: command short-summary: List the ConsumerGroup by Eventhub examples: - - name: Shows the ConsumerGroup by Eventhub. - text: az eventhubs eventhub consumer-group get --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub + - name: List the ConsumerGroup by Eventhub. + text: az eventhubs eventhub consumer-group list --resource-group myresourcegroup --namespace-name mynamespace --eventhub-name myeventhub """ helps['eventhubs eventhub consumer-group delete'] = """ @@ -310,7 +310,7 @@ short-summary: Check the availability of Geo-Disaster Recovery Configuration Alias Name examples: - name: Check the availability of Geo-Disaster Recovery Configuration Alias Name - text: az eventhubs georecovery-alias check-name-availability --resource-group myresourcegroup --namespace-name primarynamespace --alias myaliasname + text: az eventhubs georecovery-alias exists --resource-group myresourcegroup --namespace-name primarynamespace --alias myaliasname """ helps['eventhubs georecovery-alias set'] = """ @@ -344,7 +344,7 @@ short-summary: List of Authorizationrule by Event Hubs Namespace examples: - name: List of Authorizationrule by Event Hubs Namespace - text: az eventhubs georecovery-alias authorization-rule list --resource-group myresourcegroup --namespace-name mynamespace + text: az eventhubs georecovery-alias authorization-rule list --resource-group myresourcegroup --namespace-name mynamespace --alias myaliasname """ helps['eventhubs georecovery-alias authorization-rule keys list'] = """ @@ -352,7 +352,7 @@ short-summary: Shows the keys and connection strings of Authorizationrule for the Event Hubs Namespace examples: - name: Shows the keys and connection strings of Authorizationrule for the namespace. - text: az eventhubs georecovery-alias authorization-rule keys list --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule + text: az eventhubs georecovery-alias authorization-rule keys list --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule --alias myaliasname """ helps['eventhubs georecovery-alias break-pair'] = """ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-eventhubs-0.2.3/azure/cli/command_modules/eventhubs/_params.py new/azure-cli-eventhubs-0.3.3/azure/cli/command_modules/eventhubs/_params.py --- old/azure-cli-eventhubs-0.2.3/azure/cli/command_modules/eventhubs/_params.py 2018-08-23 01:07:57.000000000 +0200 +++ new/azure-cli-eventhubs-0.3.3/azure/cli/command_modules/eventhubs/_params.py 2019-01-25 20:43:40.000000000 +0100 @@ -31,6 +31,8 @@ with self.argument_context('eventhubs namespace') as c: c.argument('namespace_name', arg_type=name_type, id_part='name', completer=get_resource_name_completion_list('Microsoft.ServiceBus/namespaces'), help='Name of Namespace') + c.argument('is_kafka_enabled', options_list=['--enable-kafka'], arg_type=get_three_state_flag(), + help='A boolean value that indicates whether Kafka is enabled for eventhub namespace.') with self.argument_context('eventhubs namespace create') as c: c.argument('tags', arg_type=tags_type) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-eventhubs-0.2.3/azure/cli/command_modules/eventhubs/commands.py new/azure-cli-eventhubs-0.3.3/azure/cli/command_modules/eventhubs/commands.py --- old/azure-cli-eventhubs-0.2.3/azure/cli/command_modules/eventhubs/commands.py 2018-08-23 01:07:57.000000000 +0200 +++ new/azure-cli-eventhubs-0.3.3/azure/cli/command_modules/eventhubs/commands.py 2019-01-25 20:43:40.000000000 +0100 @@ -6,34 +6,30 @@ # pylint: disable=line-too-long # pylint: disable=too-many-statements +from azure.cli.core.commands import CliCommandType + def load_command_table(self, _): - from azure.cli.core.commands import CliCommandType from azure.cli.command_modules.eventhubs._client_factory import (namespaces_mgmt_client_factory, event_hub_mgmt_client_factory, consumer_groups_mgmt_client_factory, disaster_recovery_mgmt_client_factory) - from .custom import empty_on_404 eh_namespace_util = CliCommandType( operations_tmpl='azure.mgmt.eventhub.operations.namespaces_operations#NamespacesOperations.{}', - client_factory=namespaces_mgmt_client_factory - ) + client_factory=namespaces_mgmt_client_factory) eh_event_hub_util = CliCommandType( operations_tmpl='azure.mgmt.eventhub.operations.event_hubs_operations#EventHubsOperations.{}', - client_factory=event_hub_mgmt_client_factory - ) + client_factory=event_hub_mgmt_client_factory) eh_consumer_groups_util = CliCommandType( operations_tmpl='azure.mgmt.eventhub.operations.consumer_groups_operations#ConsumerGroupsOperations.{}', - client_factory=consumer_groups_mgmt_client_factory - ) + client_factory=consumer_groups_mgmt_client_factory) eh_geodr_util = CliCommandType( operations_tmpl='azure.mgmt.eventhub.operations.disaster_recovery_configs_operations#DisasterRecoveryConfigsOperations.{}', - client_factory=disaster_recovery_mgmt_client_factory - ) + client_factory=disaster_recovery_mgmt_client_factory) # Namespace Region custom_tmpl = 'azure.cli.command_modules.eventhubs.custom#{}' @@ -41,7 +37,7 @@ with self.command_group('eventhubs namespace', eh_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') g.generic_update_command('update', custom_func_name='cli_namespace_update', custom_func_type=eventhubs_custom) @@ -49,7 +45,7 @@ with self.command_group('eventhubs namespace authorization-rule', eh_namespace_util, client_factory=namespaces_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') @@ -59,14 +55,14 @@ with self.command_group('eventhubs eventhub', eh_event_hub_util, client_factory=event_hub_mgmt_client_factory) as g: g.custom_command('create', 'cli_eheventhub_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_eheventhub_update') with self.command_group('eventhubs eventhub authorization-rule', eh_event_hub_util, client_factory=event_hub_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') @@ -76,7 +72,7 @@ with self.command_group('eventhubs eventhub consumer-group', eh_consumer_groups_util, client_factory=consumer_groups_mgmt_client_factory) as g: g.command('create', 'create_or_update') g.show_command('show', 'get') - g.command('list', 'list_by_event_hub', exception_handler=empty_on_404) + g.command('list', 'list_by_event_hub') g.command('delete', 'delete') g.generic_update_command('update') @@ -84,7 +80,7 @@ with self.command_group('eventhubs georecovery-alias', eh_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') diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-eventhubs-0.2.3/azure/cli/command_modules/eventhubs/custom.py new/azure-cli-eventhubs-0.3.3/azure/cli/command_modules/eventhubs/custom.py --- old/azure-cli-eventhubs-0.2.3/azure/cli/command_modules/eventhubs/custom.py 2018-08-23 01:07:57.000000000 +0200 +++ new/azure-cli-eventhubs-0.3.3/azure/cli/command_modules/eventhubs/custom.py 2019-01-25 20:43:40.000000000 +0100 @@ -9,7 +9,7 @@ # Namespace Region -def cli_namespace_create(client, resource_group_name, namespace_name, location=None, tags=None, sku='Standard', capacity=None, is_auto_inflate_enabled=None, maximum_throughput_units=None): +def cli_namespace_create(client, resource_group_name, namespace_name, location=None, tags=None, sku='Standard', capacity=None, is_auto_inflate_enabled=None, maximum_throughput_units=None, is_kafka_enabled=None): from azure.mgmt.eventhub.models import EHNamespace, Sku return client.create_or_update( resource_group_name=resource_group_name, @@ -19,10 +19,11 @@ tags=tags, sku=Sku(name=sku, tier=sku, capacity=capacity), is_auto_inflate_enabled=is_auto_inflate_enabled, - maximum_throughput_units=maximum_throughput_units)) + maximum_throughput_units=maximum_throughput_units, + kafka_enabled=is_kafka_enabled)) -def cli_namespace_update(instance, tags=None, sku=None, capacity=None, is_auto_inflate_enabled=None, maximum_throughput_units=None): +def cli_namespace_update(instance, tags=None, sku=None, capacity=None, is_auto_inflate_enabled=None, maximum_throughput_units=None, is_kafka_enabled=None): if tags: instance.tags = tags @@ -40,6 +41,9 @@ if maximum_throughput_units: instance.maximum_throughput_units = maximum_throughput_units + if is_kafka_enabled: + instance.kafka_enabled = is_kafka_enabled + return instance @@ -94,7 +98,7 @@ enabled=None, capture_interval_seconds=None, capture_size_limit_bytes=None, destination_name=None, storage_account_resource_id=None, blob_container=None, archive_name_format=None): - + from azure.mgmt.eventhub.models import CaptureDescription, Destination, EncodingCaptureDescription if message_retention_in_days: instance.message_retention_in_days = message_retention_in_days @@ -104,28 +108,25 @@ if status: instance.status = status - if instance.enabled is True or enabled is True: - if enabled: - instance.capture_description.enabled = enabled + if enabled: + instance.capture_description.enabled = enabled + + if not instance.capture_description: + instance.capture_description = CaptureDescription() + instance.capture_description.destination = Destination() + instance.capture_description.encoding = EncodingCaptureDescription.avro + if capture_interval_seconds: instance.interval_in_seconds = capture_interval_seconds if capture_size_limit_bytes: instance.size_limit_in_bytes = capture_size_limit_bytes if destination_name: - instance.destination = destination_name + instance.capture_description.destination.name = destination_name if storage_account_resource_id: - instance.storage_account_resource_id = storage_account_resource_id + instance.capture_description.destination.storage_account_resource_id = storage_account_resource_id if blob_container: - instance.blob_container = blob_container + instance.capture_description.destination.blob_container = blob_container if archive_name_format: - instance.archive_name_format = archive_name_format + instance.capture_description.destination.archive_name_format = archive_name_format return instance - - -# pylint: disable=inconsistent-return-statements -def empty_on_404(ex): - from azure.mgmt.eventhub.models import ErrorResponseException - if isinstance(ex, ErrorResponseException) and ex.response.status_code == 404: - return None - raise ex diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-eventhubs-0.2.3/azure_cli_eventhubs.egg-info/PKG-INFO new/azure-cli-eventhubs-0.3.3/azure_cli_eventhubs.egg-info/PKG-INFO --- old/azure-cli-eventhubs-0.2.3/azure_cli_eventhubs.egg-info/PKG-INFO 2018-08-23 01:10:05.000000000 +0200 +++ new/azure-cli-eventhubs-0.3.3/azure_cli_eventhubs.egg-info/PKG-INFO 2019-01-25 20:44:02.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: azure-cli-eventhubs -Version: 0.2.3 +Version: 0.3.3 Summary: Microsoft Azure Command-Line Tools Event Hubs Command Module Home-page: https://github.com/Azure/azure-cli Author: Microsoft Corporation @@ -19,6 +19,26 @@ Release History =============== + 0.3.3 + +++++ + * Minor fixes + + 0.3.2 + +++++ + * Minor fixes + + 0.3.1 + +++++ + * eventhub namespace create/update: Added --enable-kafka flag to support Kafka. + + 0.3.0 + +++++ + * Fix eventhub update command + * BREAKING CHANGE: 'list' commands errors for resource(s) NotFound(404) are now handled in the typical way instead of showing empty list + + 0.2.4 + +++++ + * Minor fixes 0.2.3 +++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-eventhubs-0.2.3/azure_cli_eventhubs.egg-info/requires.txt new/azure-cli-eventhubs-0.3.3/azure_cli_eventhubs.egg-info/requires.txt --- old/azure-cli-eventhubs-0.2.3/azure_cli_eventhubs.egg-info/requires.txt 2018-08-23 01:10:05.000000000 +0200 +++ new/azure-cli-eventhubs-0.3.3/azure_cli_eventhubs.egg-info/requires.txt 2019-01-25 20:44:02.000000000 +0100 @@ -1,3 +1,3 @@ azure-cli-core six -azure-mgmt-eventhub==2.1.0 +azure-mgmt-eventhub==2.2.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/azure-cli-eventhubs-0.2.3/setup.py new/azure-cli-eventhubs-0.3.3/setup.py --- old/azure-cli-eventhubs-0.2.3/setup.py 2018-08-23 01:07:57.000000000 +0200 +++ new/azure-cli-eventhubs-0.3.3/setup.py 2019-01-25 20:43:40.000000000 +0100 @@ -13,7 +13,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") cmdclass = {} -VERSION = "0.2.3" +VERSION = "0.3.3" # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers @@ -34,7 +34,7 @@ DEPENDENCIES = [ 'azure-cli-core', 'six', - 'azure-mgmt-eventhub==2.1.0', + 'azure-mgmt-eventhub==2.2.0', ] with open('README.rst', 'r', encoding='utf-8') as f:
participants (1)
-
root