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-09-02 20:02:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-msal (Old) and /work/SRC/openSUSE:Factory/.python-msal.new.1977 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-msal" Tue Sep 2 20:02:37 2025 rev:30 rq:1302468 version:1.33.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-msal/python-msal.changes 2025-07-10 23:15:00.784450653 +0200 +++ /work/SRC/openSUSE:Factory/.python-msal.new.1977/python-msal.changes 2025-09-02 20:02:45.120405988 +0200 @@ -1,0 +2,10 @@ +Tue Sep 2 13:46:20 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaub...@suse.com> + +- Update to version 1.33.0 + * Managed Identity on Service Fabric supports specifying + client_capabilities and claims_challenge (#791) + * Broker support on Linux and WSL. (#766) + * A byproduct of this is that broker on all platforms will + support Python 3.13. (#823) + +------------------------------------------------------------------- Old: ---- msal-1.33.0b1.tar.gz New: ---- msal-1.33.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-msal.spec ++++++ --- /var/tmp/diff_new_pack.OJaA9S/_old 2025-09-02 20:02:46.648470270 +0200 +++ /var/tmp/diff_new_pack.OJaA9S/_new 2025-09-02 20:02:46.660470775 +0200 @@ -15,18 +15,15 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # - -%define realversion 1.33.0b1 - %{?sle15_python_module_pythons} Name: python-msal -Version: 1.33.0~b1 +Version: 1.33.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} @@ -53,7 +50,7 @@ standard OAuth2 and OpenID Connect. %prep -%setup -q -n msal-%{realversion} +%setup -q -n msal-%{version} %build %pyproject_wheel ++++++ msal-1.33.0b1.tar.gz -> msal-1.33.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/msal-1.33.0b1/PKG-INFO new/msal-1.33.0/PKG-INFO --- old/msal-1.33.0b1/PKG-INFO 2025-06-05 04:50:59.492242800 +0200 +++ new/msal-1.33.0/PKG-INFO 2025-07-22 21:36:28.600397800 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: msal -Version: 1.33.0b1 +Version: 1.33.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 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/msal-1.33.0b1/msal/sku.py new/msal-1.33.0/msal/sku.py --- old/msal-1.33.0b1/msal/sku.py 2025-06-05 04:50:56.000000000 +0200 +++ new/msal-1.33.0/msal/sku.py 2025-07-22 21:36:22.000000000 +0200 @@ -2,5 +2,5 @@ """ # The __init__.py will import this. Not the other way around. -__version__ = "1.33.0b1" +__version__ = "1.33.0" SKU = "MSAL.Python" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/msal-1.33.0b1/msal.egg-info/PKG-INFO new/msal-1.33.0/msal.egg-info/PKG-INFO --- old/msal-1.33.0b1/msal.egg-info/PKG-INFO 2025-06-05 04:50:59.000000000 +0200 +++ new/msal-1.33.0/msal.egg-info/PKG-INFO 2025-07-22 21:36:28.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 2.4 Name: msal -Version: 1.33.0b1 +Version: 1.33.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