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 2025-11-25 15:53:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/azure-cli-core (Old)
 and      /work/SRC/openSUSE:Factory/.azure-cli-core.new.14147 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "azure-cli-core"

Tue Nov 25 15:53:12 2025 rev:88 rq:1319778 version:2.80.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/azure-cli-core/azure-cli-core.changes    
2025-11-05 16:23:26.647043020 +0100
+++ /work/SRC/openSUSE:Factory/.azure-cli-core.new.14147/azure-cli-core.changes 
2025-11-25 15:54:53.031632940 +0100
@@ -1,0 +2,8 @@
+Mon Nov 24 10:58:59 UTC 2025 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- New upstream release
+  + Version 2.80.0
+  + For detailed information about changes see the
+    HISTORY.rst file provided with this package
+
+-------------------------------------------------------------------

Old:
----
  azure_cli_core-2.79.0.tar.gz

New:
----
  azure_cli_core-2.80.0.tar.gz

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

Other differences:
------------------
++++++ azure-cli-core.spec ++++++
--- /var/tmp/diff_new_pack.SVAZiY/_old  2025-11-25 15:54:55.279727767 +0100
+++ /var/tmp/diff_new_pack.SVAZiY/_new  2025-11-25 15:54:55.295728442 +0100
@@ -24,7 +24,7 @@
 %global _sitelibdir %{%{pythons}_sitelib}
 
 Name:           azure-cli-core
-Version:        2.79.0
+Version:        2.80.0
 Release:        0
 Summary:        Microsoft Azure CLI Core Module
 License:        MIT

++++++ azure_cli_core-2.79.0.tar.gz -> azure_cli_core-2.80.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_cli_core-2.79.0/HISTORY.rst 
new/azure_cli_core-2.80.0/HISTORY.rst
--- old/azure_cli_core-2.79.0/HISTORY.rst       2025-10-28 10:12:27.000000000 
+0100
+++ new/azure_cli_core-2.80.0/HISTORY.rst       2025-11-11 13:32:43.000000000 
+0100
@@ -3,6 +3,10 @@
 Release History
 ===============
 
+2.80.0
+++++++
+* Minor fixes
+
 2.79.0
 ++++++
 * Resolve CVE-2025-9230 (#32315)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_cli_core-2.79.0/PKG-INFO 
new/azure_cli_core-2.80.0/PKG-INFO
--- old/azure_cli_core-2.79.0/PKG-INFO  2025-10-28 10:13:24.764027600 +0100
+++ new/azure_cli_core-2.80.0/PKG-INFO  2025-11-11 13:33:34.209867500 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: azure-cli-core
-Version: 2.79.0
+Version: 2.80.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -11,13 +11,12 @@
 Classifier: Intended Audience :: System Administrators
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
 Classifier: Programming Language :: Python :: 3.13
 Classifier: License :: OSI Approved :: MIT License
-Requires-Python: >=3.9.0
+Requires-Python: >=3.10.0
 License-File: LICENSE.txt
 Requires-Dist: argcomplete~=3.5.2
 Requires-Dist: azure-cli-telemetry==1.1.0.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_cli_core-2.79.0/azure/cli/core/__init__.py 
new/azure_cli_core-2.80.0/azure/cli/core/__init__.py
--- old/azure_cli_core-2.79.0/azure/cli/core/__init__.py        2025-10-28 
10:12:27.000000000 +0100
+++ new/azure_cli_core-2.80.0/azure/cli/core/__init__.py        2025-11-11 
13:32:43.000000000 +0100
@@ -4,7 +4,7 @@
 # 
--------------------------------------------------------------------------------------------
 # pylint: disable=line-too-long
 
-__version__ = "2.79.0"
+__version__ = "2.80.0"
 
 import os
 import sys
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure_cli_core-2.79.0/azure/cli/core/breaking_change.py 
new/azure_cli_core-2.80.0/azure/cli/core/breaking_change.py
--- old/azure_cli_core-2.79.0/azure/cli/core/breaking_change.py 2025-10-28 
10:12:27.000000000 +0100
+++ new/azure_cli_core-2.80.0/azure/cli/core/breaking_change.py 2025-11-11 
13:32:43.000000000 +0100
@@ -15,8 +15,8 @@
 
 logger = get_logger()
 
-NEXT_BREAKING_CHANGE_RELEASE = '2.80.0'
-NEXT_BREAKING_CHANGE_DATE = 'Nov 2025'
+NEXT_BREAKING_CHANGE_RELEASE = '2.86.0'
+NEXT_BREAKING_CHANGE_DATE = 'May 2026'
 DEFAULT_BREAKING_CHANGE_TAG = '[Breaking Change]'
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/azure_cli_core-2.79.0/azure_cli_core.egg-info/PKG-INFO 
new/azure_cli_core-2.80.0/azure_cli_core.egg-info/PKG-INFO
--- old/azure_cli_core-2.79.0/azure_cli_core.egg-info/PKG-INFO  2025-10-28 
10:13:24.000000000 +0100
+++ new/azure_cli_core-2.80.0/azure_cli_core.egg-info/PKG-INFO  2025-11-11 
13:33:34.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: azure-cli-core
-Version: 2.79.0
+Version: 2.80.0
 Summary: Microsoft Azure Command-Line Tools Core Module
 Home-page: https://github.com/Azure/azure-cli
 Author: Microsoft Corporation
@@ -11,13 +11,12 @@
 Classifier: Intended Audience :: System Administrators
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python :: 3.10
 Classifier: Programming Language :: Python :: 3.11
 Classifier: Programming Language :: Python :: 3.12
 Classifier: Programming Language :: Python :: 3.13
 Classifier: License :: OSI Approved :: MIT License
-Requires-Python: >=3.9.0
+Requires-Python: >=3.10.0
 License-File: LICENSE.txt
 Requires-Dist: argcomplete~=3.5.2
 Requires-Dist: azure-cli-telemetry==1.1.0.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_cli_core-2.79.0/setup.py 
new/azure_cli_core-2.80.0/setup.py
--- old/azure_cli_core-2.79.0/setup.py  2025-10-28 10:12:27.000000000 +0100
+++ new/azure_cli_core-2.80.0/setup.py  2025-11-11 13:32:43.000000000 +0100
@@ -8,7 +8,7 @@
 from codecs import open
 from setuptools import setup, find_packages
 
-VERSION = "2.79.0"
+VERSION = "2.80.0"
 
 # If we have source, validate that our version numbers match
 # This should prevent uploading releases with mismatched versions.
@@ -35,7 +35,6 @@
     'Intended Audience :: System Administrators',
     'Programming Language :: Python',
     'Programming Language :: Python :: 3',
-    'Programming Language :: Python :: 3.9',
     'Programming Language :: Python :: 3.10',
     'Programming Language :: Python :: 3.11',
     'Programming Language :: Python :: 3.12',
@@ -84,6 +83,6 @@
     classifiers=CLASSIFIERS,
     packages=find_packages(exclude=["*.tests", "*.tests.*", "tests.*", 
"tests", "azure", "azure.cli"]),
     install_requires=DEPENDENCIES,
-    python_requires='>=3.9.0',
+    python_requires='>=3.10.0',
     package_data={'azure.cli.core': ['auth/landing_pages/*.html']}
 )

Reply via email to