Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-azure-core for 
openSUSE:Factory checked in at 2026-03-20 21:19:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-azure-core (Old)
 and      /work/SRC/openSUSE:Factory/.python-azure-core.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-azure-core"

Fri Mar 20 21:19:30 2026 rev:64 rq:1341137 version:1.39.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-azure-core/python-azure-core.changes      
2026-03-17 19:04:10.439867202 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-azure-core.new.8177/python-azure-core.changes
    2026-03-20 21:19:54.917771313 +0100
@@ -1,0 +2,8 @@
+Thu Mar 19 08:59:43 UTC 2026 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- New upstream release
+  + Version 1.39.0
+  + For detailed information about changes see the
+    CHANGELOG.md file provided with this package
+
+-------------------------------------------------------------------

Old:
----
  azure_core-1.38.3.tar.gz

New:
----
  azure_core-1.39.0.tar.gz

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

Other differences:
------------------
++++++ python-azure-core.spec ++++++
--- /var/tmp/diff_new_pack.mem05J/_old  2026-03-20 21:19:55.509795841 +0100
+++ /var/tmp/diff_new_pack.mem05J/_new  2026-03-20 21:19:55.509795841 +0100
@@ -18,7 +18,7 @@
 
 %{?sle15_python_module_pythons}
 Name:           python-azure-core
-Version:        1.38.3
+Version:        1.39.0
 Release:        0
 Summary:        Microsoft Azure Core Library for Python
 License:        MIT

++++++ azure_core-1.38.3.tar.gz -> azure_core-1.39.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_core-1.38.3/CHANGELOG.md 
new/azure_core-1.39.0/CHANGELOG.md
--- old/azure_core-1.38.3/CHANGELOG.md  2026-03-12 20:09:29.000000000 +0100
+++ new/azure_core-1.39.0/CHANGELOG.md  2026-03-18 23:39:33.000000000 +0100
@@ -1,5 +1,11 @@
 # Release History
 
+## 1.39.0 (2026-03-18)
+
+### Breaking Changes
+
+- Changed the previously undocumented `azure_cloud` setting environment 
variable from `AZURE_CLOUD` to `AZURE_SDK_CLOUD_CONF`.
+
 ## 1.38.3 (2026-03-12)
 
 ### Bugs Fixed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_core-1.38.3/PKG-INFO 
new/azure_core-1.39.0/PKG-INFO
--- old/azure_core-1.38.3/PKG-INFO      2026-03-12 20:10:17.493318300 +0100
+++ new/azure_core-1.39.0/PKG-INFO      2026-03-18 23:40:25.115575000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: azure-core
-Version: 1.38.3
+Version: 1.39.0
 Summary: Microsoft Azure Core Library for Python
 Author-email: Microsoft Corporation <[email protected]>
 License-Expression: MIT
@@ -308,6 +308,12 @@
 
 # Release History
 
+## 1.39.0 (2026-03-18)
+
+### Breaking Changes
+
+- Changed the previously undocumented `azure_cloud` setting environment 
variable from `AZURE_CLOUD` to `AZURE_SDK_CLOUD_CONF`.
+
 ## 1.38.3 (2026-03-12)
 
 ### Bugs Fixed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_core-1.38.3/azure/core/_version.py 
new/azure_core-1.39.0/azure/core/_version.py
--- old/azure_core-1.38.3/azure/core/_version.py        2026-03-12 
20:09:29.000000000 +0100
+++ new/azure_core-1.39.0/azure/core/_version.py        2026-03-18 
23:39:33.000000000 +0100
@@ -9,4 +9,4 @@
 # regenerated.
 # --------------------------------------------------------------------------
 
-VERSION = "1.38.3"
+VERSION = "1.39.0"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_core-1.38.3/azure/core/settings.py 
new/azure_core-1.39.0/azure/core/settings.py
--- old/azure_core-1.38.3/azure/core/settings.py        2026-03-12 
20:09:29.000000000 +0100
+++ new/azure_core-1.39.0/azure/core/settings.py        2026-03-18 
23:39:33.000000000 +0100
@@ -527,7 +527,7 @@
 
     azure_cloud: PrioritizedSetting[Union[str, AzureClouds], AzureClouds] = 
PrioritizedSetting(
         "azure_cloud",
-        env_var="AZURE_CLOUD",
+        env_var="AZURE_SDK_CLOUD_CONF",
         convert=convert_azure_cloud,
         default=AzureClouds.AZURE_PUBLIC_CLOUD,
     )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_core-1.38.3/azure_core.egg-info/PKG-INFO 
new/azure_core-1.39.0/azure_core.egg-info/PKG-INFO
--- old/azure_core-1.38.3/azure_core.egg-info/PKG-INFO  2026-03-12 
20:10:17.000000000 +0100
+++ new/azure_core-1.39.0/azure_core.egg-info/PKG-INFO  2026-03-18 
23:40:25.000000000 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: azure-core
-Version: 1.38.3
+Version: 1.39.0
 Summary: Microsoft Azure Core Library for Python
 Author-email: Microsoft Corporation <[email protected]>
 License-Expression: MIT
@@ -308,6 +308,12 @@
 
 # Release History
 
+## 1.39.0 (2026-03-18)
+
+### Breaking Changes
+
+- Changed the previously undocumented `azure_cloud` setting environment 
variable from `AZURE_CLOUD` to `AZURE_SDK_CLOUD_CONF`.
+
 ## 1.38.3 (2026-03-12)
 
 ### Bugs Fixed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/azure_core-1.38.3/tests/test_settings.py 
new/azure_core-1.39.0/tests/test_settings.py
--- old/azure_core-1.38.3/tests/test_settings.py        2026-03-12 
20:09:29.000000000 +0100
+++ new/azure_core-1.39.0/tests/test_settings.py        2026-03-18 
23:39:33.000000000 +0100
@@ -269,8 +269,8 @@
         assert isinstance(val, tuple)
         assert val.log_level == 10
         del os.environ["AZURE_LOG_LEVEL"]
-        os.environ["AZURE_CLOUD"] = "AZURE_CHINA_CLOUD"
+        os.environ["AZURE_SDK_CLOUD_CONF"] = "AZURE_CHINA_CLOUD"
         val = m.settings.current
         assert isinstance(val, tuple)
         assert val.azure_cloud == AzureClouds.AZURE_CHINA_CLOUD
-        del os.environ["AZURE_CLOUD"]
+        del os.environ["AZURE_SDK_CLOUD_CONF"]

Reply via email to