Hello community,
here is the log from the commit of package azure-cli-cognitiveservices for
openSUSE:Factory checked in at 2019-10-31 18:15:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli-cognitiveservices (Old)
and /work/SRC/openSUSE:Factory/.azure-cli-cognitiveservices.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "azure-cli-cognitiveservices"
Thu Oct 31 18:15:25 2019 rev:7 rq:742678 version:0.2.6
Changes:
--------
---
/work/SRC/openSUSE:Factory/azure-cli-cognitiveservices/azure-cli-cognitiveservices.changes
2019-06-05 11:42:16.531054407 +0200
+++
/work/SRC/openSUSE:Factory/.azure-cli-cognitiveservices.new.2990/azure-cli-cognitiveservices.changes
2019-10-31 18:15:29.986025699 +0100
@@ -1,0 +2,8 @@
+Thu Oct 24 12:09:17 UTC 2019 - John Paul Adrian Glaubitz
<[email protected]>
+
+- New upstream release
+ + Version 0.2.6
+ + For detailed information about changes see the
+ HISTORY.txt file provided with this package
+
+-------------------------------------------------------------------
Old:
----
azure-cli-cognitiveservices-0.2.4.tar.gz
New:
----
azure-cli-cognitiveservices-0.2.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ azure-cli-cognitiveservices.spec ++++++
--- /var/tmp/diff_new_pack.g1jmCR/_old 2019-10-31 18:15:30.654026391 +0100
+++ /var/tmp/diff_new_pack.g1jmCR/_new 2019-10-31 18:15:30.662026399 +0100
@@ -17,7 +17,7 @@
Name: azure-cli-cognitiveservices
-Version: 0.2.4
+Version: 0.2.6
Release: 0
Summary: Microsoft Azure CLI 'cognitiveservices' Command Module
License: MIT
++++++ azure-cli-cognitiveservices-0.2.4.tar.gz ->
azure-cli-cognitiveservices-0.2.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-cli-cognitiveservices-0.2.4/HISTORY.rst
new/azure-cli-cognitiveservices-0.2.6/HISTORY.rst
--- old/azure-cli-cognitiveservices-0.2.4/HISTORY.rst 2018-11-15
19:56:29.000000000 +0100
+++ new/azure-cli-cognitiveservices-0.2.6/HISTORY.rst 2019-06-13
23:17:46.000000000 +0200
@@ -3,6 +3,14 @@
Release History
===============
+0.2.6
++++++
+* Minor fixes
+
+0.2.5
++++++
+* Minor fixes
+
0.2.4
+++++
* Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-cli-cognitiveservices-0.2.4/PKG-INFO
new/azure-cli-cognitiveservices-0.2.6/PKG-INFO
--- old/azure-cli-cognitiveservices-0.2.4/PKG-INFO 2018-11-15
19:56:47.000000000 +0100
+++ new/azure-cli-cognitiveservices-0.2.6/PKG-INFO 2019-06-13
23:18:11.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: azure-cli-cognitiveservices
-Version: 0.2.4
+Version: 0.2.6
Summary: Microsoft Azure Command-Line Tools Cognitive Services Command Module
Home-page: https://github.com/azure/azure-cli
Author: Microsoft Corporation
@@ -20,6 +20,14 @@
Release History
===============
+ 0.2.6
+ +++++
+ * Minor fixes
+
+ 0.2.5
+ +++++
+ * Minor fixes
+
0.2.4
+++++
* Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-cli-cognitiveservices-0.2.4/azure/cli/command_modules/cognitiveservices/__init__.py
new/azure-cli-cognitiveservices-0.2.6/azure/cli/command_modules/cognitiveservices/__init__.py
---
old/azure-cli-cognitiveservices-0.2.4/azure/cli/command_modules/cognitiveservices/__init__.py
2018-11-15 19:56:29.000000000 +0100
+++
new/azure-cli-cognitiveservices-0.2.6/azure/cli/command_modules/cognitiveservices/__init__.py
2019-06-13 23:17:46.000000000 +0200
@@ -14,12 +14,13 @@
def __init__(self, cli_ctx=None):
from azure.cli.core.commands import CliCommandType
+ from azure.cli.core.profiles import ResourceType
custom_type = CliCommandType(
operations_tmpl='azure.cli.command_modules.cognitiveservices.custom#{}',
client_factory=cf_accounts)
super(CognitiveServicesCommandsLoader, self).__init__(cli_ctx=cli_ctx,
custom_command_type=custom_type,
-
min_profile='2017-03-10-profile')
+
resource_type=ResourceType.MGMT_COGNITIVESERVICES)
def load_command_table(self, args):
from azure.cli.command_modules.cognitiveservices.commands import
load_command_table
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-cli-cognitiveservices-0.2.4/azure/cli/command_modules/cognitiveservices/commands.py
new/azure-cli-cognitiveservices-0.2.6/azure/cli/command_modules/cognitiveservices/commands.py
---
old/azure-cli-cognitiveservices-0.2.4/azure/cli/command_modules/cognitiveservices/commands.py
2018-11-15 19:56:29.000000000 +0100
+++
new/azure-cli-cognitiveservices-0.2.6/azure/cli/command_modules/cognitiveservices/commands.py
2019-06-13 23:17:46.000000000 +0200
@@ -9,7 +9,7 @@
def load_command_table(self, _):
mgmt_type = CliCommandType(
-
operations_tmpl='azure.mgmt.cognitiveservices.operations.accounts_operations#AccountsOperations.{}',
+
operations_tmpl='azure.mgmt.cognitiveservices.operations#AccountsOperations.{}',
client_factory=cf_accounts
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/azure-cli-cognitiveservices-0.2.4/azure_cli_cognitiveservices.egg-info/PKG-INFO
new/azure-cli-cognitiveservices-0.2.6/azure_cli_cognitiveservices.egg-info/PKG-INFO
---
old/azure-cli-cognitiveservices-0.2.4/azure_cli_cognitiveservices.egg-info/PKG-INFO
2018-11-15 19:56:47.000000000 +0100
+++
new/azure-cli-cognitiveservices-0.2.6/azure_cli_cognitiveservices.egg-info/PKG-INFO
2019-06-13 23:18:11.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 1.1
Name: azure-cli-cognitiveservices
-Version: 0.2.4
+Version: 0.2.6
Summary: Microsoft Azure Command-Line Tools Cognitive Services Command Module
Home-page: https://github.com/azure/azure-cli
Author: Microsoft Corporation
@@ -20,6 +20,14 @@
Release History
===============
+ 0.2.6
+ +++++
+ * Minor fixes
+
+ 0.2.5
+ +++++
+ * Minor fixes
+
0.2.4
+++++
* Minor fixes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/azure-cli-cognitiveservices-0.2.4/setup.py
new/azure-cli-cognitiveservices-0.2.6/setup.py
--- old/azure-cli-cognitiveservices-0.2.4/setup.py 2018-11-15
19:56:29.000000000 +0100
+++ new/azure-cli-cognitiveservices-0.2.6/setup.py 2019-06-13
23:17:46.000000000 +0200
@@ -13,7 +13,7 @@
logger.warn("Wheel is not available, disabling bdist_wheel hook")
cmdclass = {}
-VERSION = "0.2.4"
+VERSION = "0.2.6"
# The full list of classifiers is available at
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
CLASSIFIERS = [