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 2023-11-01 22:10:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and      /work/SRC/openSUSE:Factory/.azure-cli-core.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "azure-cli-core"

Wed Nov  1 22:10:35 2023 rev:58 rq:1121587 version:2.53.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes    
2023-10-13 23:14:14.714088568 +0200
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.17445/azure-cli-core.changes 
2023-11-01 22:11:14.174458571 +0100
@@ -1,0 +2,8 @@
+Mon Oct 30 11:17:22 UTC 2023 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- New upstream release
+  + Version 2.53.1
+  + For detailed information about changes see the
+    HISTORY.rst file provided with this package
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ azure-cli-core.spec ++++++
--- /var/tmp/diff_new_pack.5mFe6I/_old  2023-11-01 22:11:14.630475465 +0100
+++ /var/tmp/diff_new_pack.5mFe6I/_new  2023-11-01 22:11:14.630475465 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           azure-cli-core
-Version:        2.53.0
+Version:        2.53.1
 Release:        0
 Summary:        Microsoft Azure CLI Core Module
 License:        MIT

++++++ azure-cli-core-2.53.0.tar.gz -> azure-cli-core-2.53.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.53.0/HISTORY.rst 
new/azure-cli-core-2.53.1/HISTORY.rst
--- old/azure-cli-core-2.53.0/HISTORY.rst       2023-09-20 08:08:47.000000000 
+0200
+++ new/azure-cli-core-2.53.1/HISTORY.rst       2023-10-24 08:09:59.000000000 
+0200
@@ -3,6 +3,10 @@
 Release History
 ===============
 
+2.53.1
+++++++
+* No changes
+
 2.53.0
 ++++++
 * `aaz`: Fix command name case issue for aaz command table lazy load (#27344)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure-cli-core-2.53.0/PKG-INFO 
new/azure-cli-core-2.53.1/PKG-INFO
--- old/azure-cli-core-2.53.0/PKG-INFO  2023-09-20 08:09:00.784248000 +0200
+++ new/azure-cli-core-2.53.1/PKG-INFO  2023-10-24 08:10:41.513491900 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.53.0
+Version: 2.53.1
 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.53.0/azure/cli/core/__init__.py 
new/azure-cli-core-2.53.1/azure/cli/core/__init__.py
--- old/azure-cli-core-2.53.0/azure/cli/core/__init__.py        2023-09-20 
08:08:47.000000000 +0200
+++ new/azure-cli-core-2.53.1/azure/cli/core/__init__.py        2023-10-24 
08:09:59.000000000 +0200
@@ -4,7 +4,7 @@
 # 
--------------------------------------------------------------------------------------------
 # pylint: disable=line-too-long
 
-__version__ = "2.53.0"
+__version__ = "2.53.1"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.53.0/azure/cli/core/auth/binary_cache.py 
new/azure-cli-core-2.53.1/azure/cli/core/auth/binary_cache.py
--- old/azure-cli-core-2.53.0/azure/cli/core/auth/binary_cache.py       
2023-09-20 08:08:47.000000000 +0200
+++ new/azure-cli-core-2.53.1/azure/cli/core/auth/binary_cache.py       
2023-10-24 08:09:59.000000000 +0200
@@ -3,7 +3,7 @@
 # Licensed under the MIT License. See License.txt in the project root for 
license information.
 # 
--------------------------------------------------------------------------------------------
 
-import collections.abc as collections
+from collections.abc import MutableMapping
 import pickle
 
 from azure.cli.core.decorators import retry
@@ -12,7 +12,7 @@
 logger = get_logger(__name__)
 
 
-class BinaryCache(collections.MutableMapping):
+class BinaryCache(MutableMapping):
     """
     Derived from azure.cli.core._session.Session.
     A simple dict-like class that is backed by a binary file.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure-cli-core-2.53.0/azure_cli_core.egg-info/PKG-INFO 
new/azure-cli-core-2.53.1/azure_cli_core.egg-info/PKG-INFO
--- old/azure-cli-core-2.53.0/azure_cli_core.egg-info/PKG-INFO  2023-09-20 
08:09:00.000000000 +0200
+++ new/azure-cli-core-2.53.1/azure_cli_core.egg-info/PKG-INFO  2023-10-24 
08:10:41.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.1
 Name: azure-cli-core
-Version: 2.53.0
+Version: 2.53.1
 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.53.0/setup.py 
new/azure-cli-core-2.53.1/setup.py
--- old/azure-cli-core-2.53.0/setup.py  2023-09-20 08:08:47.000000000 +0200
+++ new/azure-cli-core-2.53.1/setup.py  2023-10-24 08:09:59.000000000 +0200
@@ -8,7 +8,7 @@
 from codecs import open
 from setuptools import setup, find_packages
 
-VERSION = "2.53.0"
+VERSION = "2.53.1"
 
 # If we have source, validate that our version numbers match
 # This should prevent uploading releases with mismatched versions.

Reply via email to