SHA256
1
0
forked from pool/python-msal

Compare commits

6 Commits

Author SHA256 Message Date
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
dda85c7989 Accepting request 1190666 from devel:languages:python:azure
- Update to version 1.30.0
  * New feature: Support Subject Name/Issuer authentication when using
    .pfx certificate file. Documentation available in one of the recent
    purple boxes here. (#718)
  * New feature: Automatically use SHA256 and PSS padding when using
    .pfx certificate on non-ADFS, non-OIDC authorities. (#722)
  * New feature: Expose refresh_on (if any) to fresh or cached response,
    so that caller may choose to proactively call acquire_token_silent()
    early. (#723)
  * Bugfix for token cache search. MSAL 1.27+ customers please upgrade
    to MSAL 1.30+. (#717) (forwarded request 1190661 from glaubitz)

OBS-URL: https://build.opensuse.org/request/show/1190666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-msal?expand=0&rev=23
2024-08-01 20:04:21 +00:00
f31343d598 Accepting request 1190661 from home:glaubitz:branches:devel:languages:python:azure
- Update to version 1.30.0
  * New feature: Support Subject Name/Issuer authentication when using
    .pfx certificate file. Documentation available in one of the recent
    purple boxes here. (#718)
  * New feature: Automatically use SHA256 and PSS padding when using
    .pfx certificate on non-ADFS, non-OIDC authorities. (#722)
  * New feature: Expose refresh_on (if any) to fresh or cached response,
    so that caller may choose to proactively call acquire_token_silent()
    early. (#723)
  * Bugfix for token cache search. MSAL 1.27+ customers please upgrade
    to MSAL 1.30+. (#717)

OBS-URL: https://build.opensuse.org/request/show/1190661
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal?expand=0&rev=45
2024-07-31 13:02:28 +00:00
4 changed files with 37 additions and 4 deletions

View File

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

BIN
msal-1.31.1.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,36 @@
-------------------------------------------------------------------
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>
- Update to version 1.30.0
* New feature: Support Subject Name/Issuer authentication when using
.pfx certificate file. Documentation available in one of the recent
purple boxes here. (#718)
* New feature: Automatically use SHA256 and PSS padding when using
.pfx certificate on non-ADFS, non-OIDC authorities. (#722)
* New feature: Expose refresh_on (if any) to fresh or cached response,
so that caller may choose to proactively call acquire_token_silent()
early. (#723)
* Bugfix for token cache search. MSAL 1.27+ customers please upgrade
to MSAL 1.30+. (#717)
-------------------------------------------------------------------
Tue Jul 9 07:02:22 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-msal
Version: 1.29.0
Version: 1.31.1
Release: 0
Summary: Microsoft Authentication Library (MSAL) for Python
License: MIT