Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package azure-cli-core for openSUSE:Factory 
checked in at 2024-01-08 23:46:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and      /work/SRC/openSUSE:Factory/.azure-cli-core.new.21961 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "azure-cli-core"

Mon Jan  8 23:46:21 2024 rev:60 rq:1137553 version:2.55.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes    
2023-11-21 21:34:12.408190533 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.21961/azure-cli-core.changes 
2024-01-08 23:46:25.948864740 +0100
@@ -1,0 +2,8 @@
+Wed Jan  3 10:03:07 UTC 2024 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 2.55.0
+  + For detailed information about changes see the
+    HISTORY.rst file provided with this package
+
+-------------------------------------------------------------------

Old:
----
  azure-cli-core-2.54.0.tar.gz

New:
----
  azure-cli-core-2.55.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ azure-cli-core.spec ++++++
--- /var/tmp/diff_new_pack.pLYkIf/_old  2024-01-08 23:46:26.472883793 +0100
+++ /var/tmp/diff_new_pack.pLYkIf/_new  2024-01-08 23:46:26.476883938 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package azure-cli-core
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # 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-core
-Version:        2.54.0
+Version:        2.55.0
 Release:        0
 Summary:        Microsoft Azure CLI Core Module
 License:        MIT

++++++ azure-cli-core-2.54.0.tar.gz -> azure-cli-core-2.55.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.54.0/HISTORY.rst 
new/azure-cli-core-2.55.0/HISTORY.rst
--- old/azure-cli-core-2.54.0/HISTORY.rst       2023-11-08 06:20:40.000000000 
+0100
+++ new/azure-cli-core-2.55.0/HISTORY.rst       2023-11-29 04:41:08.000000000 
+0100
@@ -3,6 +3,10 @@
 Release History
 ===============
 
+2.55.0
+++++++
+* Minor fixes
+
 2.54.0
 ++++++
 * `aaz`: Support data-plane clients (#27617)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.54.0/PKG-INFO 
new/azure-cli-core-2.55.0/PKG-INFO
--- old/azure-cli-core-2.54.0/PKG-INFO  2023-11-08 06:21:04.150304800 +0100
+++ new/azure-cli-core-2.55.0/PKG-INFO  2023-11-29 04:41:38.031669900 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.54.0
+Version: 2.55.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.54.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.55.0/azure/cli/core/__init__.py
--- old/azure-cli-core-2.54.0/azure/cli/core/__init__.py        2023-11-08 
06:20:40.000000000 +0100
+++ new/azure-cli-core-2.55.0/azure/cli/core/__init__.py        2023-11-29 
04:41:08.000000000 +0100
@@ -4,7 +4,7 @@
 # 
--------------------------------------------------------------------------------------------
 # pylint: disable=line-too-long
 
-__version__ = "2.54.0"
+__version__ = "2.55.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.54.0/azure/cli/core/profiles/_shared.py 
new/azure-cli-core-2.55.0/azure/cli/core/profiles/_shared.py
--- old/azure-cli-core-2.54.0/azure/cli/core/profiles/_shared.py        
2023-11-08 06:20:40.000000000 +0100
+++ new/azure-cli-core-2.55.0/azure/cli/core/profiles/_shared.py        
2023-11-29 04:41:08.000000000 +0100
@@ -261,7 +261,7 @@
         ResourceType.MGMT_ARO: '2023-09-04',
         ResourceType.MGMT_DATABOXEDGE: '2021-02-01-preview',
         ResourceType.MGMT_CUSTOMLOCATION: '2021-03-15-preview',
-        ResourceType.MGMT_CONTAINERSERVICE: SDKProfile('2023-08-01'),
+        ResourceType.MGMT_CONTAINERSERVICE: SDKProfile('2023-10-01'),
         ResourceType.MGMT_APPCONTAINERS: '2022-10-01',
     },
     '2020-09-01-hybrid': {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.54.0/azure_cli_core.egg-info/PKG-INFO 
new/azure-cli-core-2.55.0/azure_cli_core.egg-info/PKG-INFO
--- old/azure-cli-core-2.54.0/azure_cli_core.egg-info/PKG-INFO  2023-11-08 
06:21:04.000000000 +0100
+++ new/azure-cli-core-2.55.0/azure_cli_core.egg-info/PKG-INFO  2023-11-29 
04:41:37.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.54.0
+Version: 2.55.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.54.0/setup.py 
new/azure-cli-core-2.55.0/setup.py
--- old/azure-cli-core-2.54.0/setup.py  2023-11-08 06:20:40.000000000 +0100
+++ new/azure-cli-core-2.55.0/setup.py  2023-11-29 04:41:08.000000000 +0100
@@ -8,7 +8,7 @@
 from codecs import open
 from setuptools import setup, find_packages
 
-VERSION = "2.54.0"
+VERSION = "2.55.0"
 
 # If we have source, validate that our version numbers match
 # This should prevent uploading releases with mismatched versions.

Reply via email to