Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-msal for openSUSE:Factory 
checked in at 2025-10-23 18:31:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-msal (Old)
 and      /work/SRC/openSUSE:Factory/.python-msal.new.1980 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-msal"

Thu Oct 23 18:31:34 2025 rev:32 rq:1313034 version:1.34.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-msal/python-msal.changes  2025-09-05 
21:43:04.344041353 +0200
+++ /work/SRC/openSUSE:Factory/.python-msal.new.1980/python-msal.changes        
2025-10-23 18:31:37.939542090 +0200
@@ -1,0 +2,28 @@
+Wed Oct 22 09:59:15 UTC 2025 - John Paul Adrian Glaubitz 
<[email protected]>
+
+- Update to version 1.34.0
+  * ManagedIdentityClient(..., client_capabilities=["cp1"]).\
+    acquire_token_for_client(..., claims_challenge="...")
+    by @rayluo in (#791)
+  * Update deprecated TokenCache API usage by @pvaneck in (#805)
+  * Enable broker support on Linux for WSL by @DharshanBJ in (#766)
+  * Fix username/password validation in broker test
+    by @emmanuel-ferdman in (#807)
+  * Merge release 1.32.3 back to dev branch by @rayluo in (#816)
+  * Add dependency management suggestions by @rayluo in (#819)
+  * Remind developers about http_cache's unstable format
+    by @rayluo in (#821)
+  * Properly throw MsalServiceError exception by @rayluo in (#820)
+  * Improve test cases to test header-less response by @rayluo in (#822)
+  * Upgrade dependency by @rayluo in (#824)
+  * Linux broker needs a specific redirect_uri by @rayluo in (#826)
+  * MSAL Python 1.33.0b1 release by @rayluo in (#827)
+  * Use lowercase environment value during searching
+    by @rayluo in (#831)
+  * Add claims challenge parameter in initiate_device_flow
+    by @ashok672 in (#839)
+  * MSAL Python 1.33.0 by @rayluo in (#841)
+  * Declare support for Python 3.13 by @rayluo in (#851)
+- Remove temporary version override
+
+-------------------------------------------------------------------

Old:
----
  msal-1.34.0b1.tar.gz

New:
----
  msal-1.34.0.tar.gz

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

Other differences:
------------------
++++++ python-msal.spec ++++++
--- /var/tmp/diff_new_pack.OiIeUO/_old  2025-10-23 18:31:38.579569453 +0200
+++ /var/tmp/diff_new_pack.OiIeUO/_new  2025-10-23 18:31:38.583569624 +0200
@@ -15,17 +15,15 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%define realversion 1.34.0b1
-
 %{?sle15_python_module_pythons}
 Name:           python-msal
-Version:        1.34.0~b1
+Version:        1.34.0
 Release:        0
 Summary:        Microsoft Authentication Library (MSAL) for Python
 License:        MIT
 Group:          Development/Languages/Python
 URL:            
https://github.com/AzureAD/microsoft-authentication-library-for-python
-Source:         
https://files.pythonhosted.org/packages/source/m/msal/msal-%{realversion}.tar.gz
+Source:         
https://files.pythonhosted.org/packages/source/m/msal/msal-%{version}.tar.gz
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module setuptools}
@@ -52,7 +50,7 @@
 standard OAuth2 and OpenID Connect.
 
 %prep
-%setup -q -n msal-%{realversion}
+%setup -q -n msal-%{version}
 
 %build
 %pyproject_wheel

++++++ msal-1.34.0b1.tar.gz -> msal-1.34.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msal-1.34.0b1/PKG-INFO new/msal-1.34.0/PKG-INFO
--- old/msal-1.34.0b1/PKG-INFO  2025-08-12 06:57:07.311712300 +0200
+++ new/msal-1.34.0/PKG-INFO    2025-09-23 01:05:43.740560000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: msal
-Version: 1.34.0b1
+Version: 1.34.0
 Summary: The Microsoft Authentication Library (MSAL) for Python library 
enables your app to access the Microsoft Cloud by supporting authentication of 
users with Microsoft Azure Active Directory accounts (AAD) and Microsoft 
Accounts (MSA) using industry standard OAuth2 and OpenID Connect.
 Home-page: 
https://github.com/AzureAD/microsoft-authentication-library-for-python
 Author: Microsoft Corporation
@@ -14,20 +14,20 @@
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 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
 Classifier: Operating System :: OS Independent
-Requires-Python: >=3.7
+Requires-Python: >=3.8
 Description-Content-Type: text/markdown
 License-File: LICENSE
 Requires-Dist: requests<3,>=2.0.0
 Requires-Dist: PyJWT[crypto]<3,>=1.0.0
-Requires-Dist: cryptography<48,>=2.5
+Requires-Dist: cryptography<49,>=2.5
 Provides-Extra: broker
 Requires-Dist: pymsalruntime<0.19,>=0.14; (python_version >= "3.6" and 
platform_system == "Windows") and extra == "broker"
 Requires-Dist: pymsalruntime<0.19,>=0.17; (python_version >= "3.8" and 
platform_system == "Darwin") and extra == "broker"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msal-1.34.0b1/msal/sku.py new/msal-1.34.0/msal/sku.py
--- old/msal-1.34.0b1/msal/sku.py       2025-08-12 06:57:01.000000000 +0200
+++ new/msal-1.34.0/msal/sku.py 2025-09-23 01:05:37.000000000 +0200
@@ -2,5 +2,5 @@
 """
 
 # The __init__.py will import this. Not the other way around.
-__version__ = "1.34.0b1"
+__version__ = "1.34.0"
 SKU = "MSAL.Python"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msal-1.34.0b1/msal.egg-info/PKG-INFO 
new/msal-1.34.0/msal.egg-info/PKG-INFO
--- old/msal-1.34.0b1/msal.egg-info/PKG-INFO    2025-08-12 06:57:07.000000000 
+0200
+++ new/msal-1.34.0/msal.egg-info/PKG-INFO      2025-09-23 01:05:43.000000000 
+0200
@@ -1,6 +1,6 @@
 Metadata-Version: 2.4
 Name: msal
-Version: 1.34.0b1
+Version: 1.34.0
 Summary: The Microsoft Authentication Library (MSAL) for Python library 
enables your app to access the Microsoft Cloud by supporting authentication of 
users with Microsoft Azure Active Directory accounts (AAD) and Microsoft 
Accounts (MSA) using industry standard OAuth2 and OpenID Connect.
 Home-page: 
https://github.com/AzureAD/microsoft-authentication-library-for-python
 Author: Microsoft Corporation
@@ -14,20 +14,20 @@
 Classifier: Programming Language :: Python
 Classifier: Programming Language :: Python :: 3 :: Only
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.7
 Classifier: Programming Language :: Python :: 3.8
 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
 Classifier: Operating System :: OS Independent
-Requires-Python: >=3.7
+Requires-Python: >=3.8
 Description-Content-Type: text/markdown
 License-File: LICENSE
 Requires-Dist: requests<3,>=2.0.0
 Requires-Dist: PyJWT[crypto]<3,>=1.0.0
-Requires-Dist: cryptography<48,>=2.5
+Requires-Dist: cryptography<49,>=2.5
 Provides-Extra: broker
 Requires-Dist: pymsalruntime<0.19,>=0.14; (python_version >= "3.6" and 
platform_system == "Windows") and extra == "broker"
 Requires-Dist: pymsalruntime<0.19,>=0.17; (python_version >= "3.8" and 
platform_system == "Darwin") and extra == "broker"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msal-1.34.0b1/msal.egg-info/requires.txt 
new/msal-1.34.0/msal.egg-info/requires.txt
--- old/msal-1.34.0b1/msal.egg-info/requires.txt        2025-08-12 
06:57:07.000000000 +0200
+++ new/msal-1.34.0/msal.egg-info/requires.txt  2025-09-23 01:05:43.000000000 
+0200
@@ -1,6 +1,6 @@
 requests<3,>=2.0.0
 PyJWT[crypto]<3,>=1.0.0
-cryptography<48,>=2.5
+cryptography<49,>=2.5
 
 [broker]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/msal-1.34.0b1/setup.cfg new/msal-1.34.0/setup.cfg
--- old/msal-1.34.0b1/setup.cfg 2025-08-12 06:57:07.312712200 +0200
+++ new/msal-1.34.0/setup.cfg   2025-09-23 01:05:43.740560000 +0200
@@ -16,12 +16,12 @@
        Programming Language :: Python
        Programming Language :: Python :: 3 :: Only
        Programming Language :: Python :: 3
-       Programming Language :: Python :: 3.7
        Programming Language :: Python :: 3.8
        Programming Language :: Python :: 3.9
        Programming Language :: Python :: 3.10
        Programming Language :: Python :: 3.11
        Programming Language :: Python :: 3.12
+       Programming Language :: Python :: 3.13
        License :: OSI Approved :: MIT License
        Operating System :: OS Independent
 project_urls = 
@@ -33,13 +33,13 @@
 [options]
 include_package_data = False  # We used to ship LICENSE, but our __init__.py 
already mentions MIT
 packages = find:
-python_requires = >=3.7
+python_requires = >=3.8
 install_requires = 
        requests>=2.0.0,<3
        
        PyJWT[crypto]>=1.0.0,<3
        
-       cryptography>=2.5,<48
+       cryptography>=2.5,<49
 
 [options.extras_require]
 broker = 

Reply via email to