SHA256
1
0
forked from pool/python-msal

17 Commits

Author SHA256 Message Date
3c84118e8a Accepting request 1302911 from devel:languages:python:azure
- Update to version 1.34.0b1
  * Use lowercase environment value during searching by @rayluo in (#831)
  * Add claims challenge parameter in initiate_device_flow by @ashok672 in (#839)
- Override upstream version with 1.34.0~b1 (forwarded request 1302905 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1302911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-msal?expand=0&rev=31
2025-09-05 19:42:36 +00:00
0f5a90c8b6 - Update to version 1.34.0b1
* Use lowercase environment value during searching by @rayluo in (#831)
  * Add claims challenge parameter in initiate_device_flow by @ashok672 in (#839)
- Override upstream version with 1.34.0~b1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal?expand=0&rev=62
2025-09-05 11:04:36 +00:00
dc2bfbb061 Accepting request 1302468 from devel:languages:python:azure
- 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)

OBS-URL: https://build.opensuse.org/request/show/1302468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-msal?expand=0&rev=30
2025-09-02 18:02:37 +00:00
19398fb60c - Fix changelog entry for 1.33.0
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal?expand=0&rev=60
2025-09-02 16:01:29 +00:00
0d4467fe3c - Update to version 1.33.0
* Use lowercase environment value during searching
    by @rayluo in #831
  * Add claims challenge parameter in initiate_device_flow
    by @ashok672 in (#839)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal?expand=0&rev=59
2025-09-02 13:55:18 +00:00
2cc1578e55 Accepting request 1291492 from devel:languages:python:azure
- Update to version 1.33.0b1
  * 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)
- Override upstream version with 1.33.0~b1 (forwarded request 1291414 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1291492
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-msal?expand=0&rev=29
2025-07-10 21:14:53 +00:00
89ed13d1f3 - Update to version 1.33.0b1
* 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)
- Override upstream version with 1.33.0~b1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal?expand=0&rev=57
2025-07-09 12:59:45 +00:00
ccc69b1bb2 Accepting request 1273419 from devel:languages:python:azure
- Update to version 1.32.3
  * Fix a regression on Azure Arc / on-prem servers (#814, #815)
- from version 1.32.2
  * Bugfix for Authentication Failed: MsalResponse object has no
    attribute 'headers' (#812)
- from version 1.32.1
  * Optimization on cache (forwarded request 1273415 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1273419
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-msal?expand=0&rev=28
2025-04-29 14:42:48 +00:00
49623e35ee - Update to version 1.32.3
* Fix a regression on Azure Arc / on-prem servers (#814, #815)
- from version 1.32.2
  * Bugfix for Authentication Failed: MsalResponse object has no
    attribute 'headers' (#812)
- from version 1.32.1
  * Optimization on cache

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal?expand=0&rev=55
2025-04-29 11:22:39 +00:00
68c943d550 Accepting request 1254233 from devel:languages:python:azure
- Update to version 1.32.0
  * Refactor to allow adding new field into cache key
    and/or content by @rayluo in (#751)
  * Warning when obsolete msal-extensions is detected
    by @rayluo in (#752)
  * Add msal_cache.bin to .gitignore by @DharshanBJ in (#753)
  * MSAL will use env var MSAL_FORCE_REGION by default
    by @rayluo in (#756)
  * Allow MI endpoint changing through environment variable
    by @jimdigriz in (#754)
  * Revert "allow MI endpoint changing through environment
    variable" by @rayluo in (#769)
  * Fix document for using SystemAssigned managed identity
    by @jiasli in (#764)
  * Suppress a false positive CodeQL alarm by @rayluo in (#783)
  * Pass Sku and Ver to MsalRuntime by @Ugonnaak1 in (#786)
  * Try to suppress another verify=False by @rayluo in (#788)
  * Supports dSTS by ClientApplication(..., authority=
    "https://...example.com/dstsv2/...") by @rayluo in (#772)
  * Add test case to show that OBO supports SP by @rayluo in (#481)
  * Enable Issue-Sentinel to scan for similar issues by @DharshanBJ in (#790)
  * Support pod identity by @rayluo in (#795)
  * Scope to resource by @rayluo in (#785) (forwarded request 1254060 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1254233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-msal?expand=0&rev=27
2025-03-19 21:33:19 +00:00
e635ecb9a9 - Update to version 1.32.0
* Refactor to allow adding new field into cache key
    and/or content by @rayluo in (#751)
  * Warning when obsolete msal-extensions is detected
    by @rayluo in (#752)
  * Add msal_cache.bin to .gitignore by @DharshanBJ in (#753)
  * MSAL will use env var MSAL_FORCE_REGION by default
    by @rayluo in (#756)
  * Allow MI endpoint changing through environment variable
    by @jimdigriz in (#754)
  * Revert "allow MI endpoint changing through environment
    variable" by @rayluo in (#769)
  * Fix document for using SystemAssigned managed identity
    by @jiasli in (#764)
  * Suppress a false positive CodeQL alarm by @rayluo in (#783)
  * Pass Sku and Ver to MsalRuntime by @Ugonnaak1 in (#786)
  * Try to suppress another verify=False by @rayluo in (#788)
  * Supports dSTS by ClientApplication(..., authority=
    "https://...example.com/dstsv2/...") by @rayluo in (#772)
  * Add test case to show that OBO supports SP by @rayluo in (#481)
  * Enable Issue-Sentinel to scan for similar issues by @DharshanBJ in (#790)
  * Support pod identity by @rayluo in (#795)
  * Scope to resource by @rayluo in (#785)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal?expand=0&rev=53
2025-03-18 20:22:08 +00:00
1930701ae9 Accepting request 1245727 from devel:languages:python:azure
- Update to version 1.31.2b1
  * acquire_token_interactive(...) supports scope with the shape of
    "GUID/.default" when running inside Cloud Shell (#784, #785)
- Override upstream version with 1.31.2~b1 (forwarded request 1245552 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1245727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-msal?expand=0&rev=26
2025-02-13 17:40:34 +00:00
13ae900ee7 - Update to version 1.31.2b1
* acquire_token_interactive(...) supports scope with the shape of
    "GUID/.default" when running inside Cloud Shell (#784, #785)
- Override upstream version with 1.31.2~b1

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal?expand=0&rev=51
2025-02-13 16:27:11 +00:00
b0871ab071 Accepting request 1229331 from devel:languages:python:azure
- Update to version 1.31.1
  * Bugfix: The Managed Identity detection logic on Arc (#731)
    had a bug (#762), now fixed in PR (#763) (forwarded request 1229314 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1229331
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-msal?expand=0&rev=25
2024-12-09 20:12:50 +00:00
ca1da69898 - Update to version 1.31.1
* Bugfix: The Managed Identity detection logic on Arc (#731)
    had a bug (#762), now fixed in PR (#763)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal?expand=0&rev=49
2024-12-09 11:53:52 +00:00
47f734973c Accepting request 1206228 from devel:languages:python:azure
OBS-URL: https://build.opensuse.org/request/show/1206228
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-msal?expand=0&rev=24
2024-10-08 15:24:47 +00:00
72e4aa1334 - Update to version 1.31.0
* Integration with Broker-on-Mac in (#596)
  * Change Managed Identity detection logic on Arc in (#731)
  * Managed Identity supports CAE in (#730)
  * Support Managed Identity on Azure Container
    Instance (ACI) with Resource id in (#741)
  * Other refactoring in (#740)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal?expand=0&rev=47
2024-10-08 06:31:21 +00:00
4 changed files with 111 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4bf00850092e465157d814efa24a18f788284c9a479491024d62903085ea2fb
size 142510

3
msal-1.34.0b1.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:86cdbfec14955e803379499d017056c6df4ed40f717fd6addde94bdeb4babd78
size 154012

View File

@@ -1,3 +1,106 @@
-------------------------------------------------------------------
Fri Sep 5 10:38:30 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.34.0b1
* Use lowercase environment value during searching by @rayluo in (#831)
* Add claims challenge parameter in initiate_device_flow by @ashok672 in (#839)
- Override upstream version with 1.34.0~b1
-------------------------------------------------------------------
Tue Sep 2 13:46:20 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@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)
-------------------------------------------------------------------
Wed Jul 9 07:32:59 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.33.0b1
* 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)
- Override upstream version with 1.33.0~b1
-------------------------------------------------------------------
Tue Apr 29 11:12:18 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.32.3
* Fix a regression on Azure Arc / on-prem servers (#814, #815)
- from version 1.32.2
* Bugfix for Authentication Failed: MsalResponse object has no
attribute 'headers' (#812)
- from version 1.32.1
* Optimization on cache
-------------------------------------------------------------------
Tue Mar 18 09:30:58 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.32.0
* Refactor to allow adding new field into cache key
and/or content by @rayluo in (#751)
* Warning when obsolete msal-extensions is detected
by @rayluo in (#752)
* Add msal_cache.bin to .gitignore by @DharshanBJ in (#753)
* MSAL will use env var MSAL_FORCE_REGION by default
by @rayluo in (#756)
* Allow MI endpoint changing through environment variable
by @jimdigriz in (#754)
* Revert "allow MI endpoint changing through environment
variable" by @rayluo in (#769)
* Fix document for using SystemAssigned managed identity
by @jiasli in (#764)
* Suppress a false positive CodeQL alarm by @rayluo in (#783)
* Pass Sku and Ver to MsalRuntime by @Ugonnaak1 in (#786)
* Try to suppress another verify=False by @rayluo in (#788)
* Supports dSTS by ClientApplication(..., authority=
"https://...example.com/dstsv2/...") by @rayluo in (#772)
* Add test case to show that OBO supports SP by @rayluo in (#481)
* Enable Issue-Sentinel to scan for similar issues by @DharshanBJ in (#790)
* Support pod identity by @rayluo in (#795)
* Scope to resource by @rayluo in (#785)
-------------------------------------------------------------------
Thu Feb 13 07:48:54 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.31.2b1
* acquire_token_interactive(...) supports scope with the shape of
"GUID/.default" when running inside Cloud Shell (#784, #785)
- Override upstream version with 1.31.2~b1
-------------------------------------------------------------------
Mon Dec 9 10:56:29 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.31.1
* Bugfix: The Managed Identity detection logic on Arc (#731)
had a bug (#762), now fixed in PR (#763)
-------------------------------------------------------------------
Wed Oct 2 09:57:49 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.31.0
* Integration with Broker-on-Mac in (#596)
* Change Managed Identity detection logic on Arc in (#731)
* Managed Identity supports CAE in (#730)
* Support Managed Identity on Azure Container
Instance (ACI) with Resource id in (#741)
* Other refactoring in (#740)
-------------------------------------------------------------------
Wed Jul 31 12:50:17 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-msal
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,17 @@
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define realversion 1.34.0b1
%{?sle15_python_module_pythons}
Name: python-msal
Version: 1.30.0
Version: 1.34.0~b1
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-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/m/msal/msal-%{realversion}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
@@ -51,7 +52,7 @@ Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA) using industr
standard OAuth2 and OpenID Connect.
%prep
%setup -q -n msal-%{version}
%setup -q -n msal-%{realversion}
%build
%pyproject_wheel