Accepting request 848335 from home:glaubitz:branches:devel:languages:python:azure
- Update to version 1.6.0
+ New Feature: ```ConfidentialClientApplication``` accepts private
key encrypted by a passphrase. (#232, #270)
+ Enhancement: Provides different exception and messages while
encountering transient error during tenant discovery (#263, #269)
- from version 1.5.1
+ Bugfix: We now cache tokens by specified environment, not by OIDC Discovery.
This won't matter most of the time, but it can be needed when your tenant is
in transitional state while migrating to a different cloud. (#247)
+ Bugfix: We now make sure one app's sign-out operation would be successful even
when another app is acquiring token from cache at the same time. (#258, #262)
- Update Requires from setup.py
OBS-URL: https://build.opensuse.org/request/show/848335
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal?expand=0&rev=8
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc67d3a14850ba7e533ec5d05a4c23a34dd74a7fa5e0210daebef397b2009b0e
|
||||
size 45757
|
||||
3
msal-1.6.0.tar.gz
Normal file
3
msal-1.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c995de0710c31a918bd908cb750153b4d091fd6893e9ab73c685a53f950bbd96
|
||||
size 46717
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 13 12:14:27 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 1.6.0
|
||||
+ New Feature: ```ConfidentialClientApplication``` accepts private
|
||||
key encrypted by a passphrase. (#232, #270)
|
||||
+ Enhancement: Provides different exception and messages while
|
||||
encountering transient error during tenant discovery (#263, #269)
|
||||
- from version 1.5.1
|
||||
+ Bugfix: We now cache tokens by specified environment, not by OIDC Discovery.
|
||||
This won't matter most of the time, but it can be needed when your tenant is
|
||||
in transitional state while migrating to a different cloud. (#247)
|
||||
+ Bugfix: We now make sure one app's sign-out operation would be successful even
|
||||
when another app is acquiring token from cache at the same time. (#258, #262)
|
||||
- Update Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 8 19:53:50 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-msal
|
||||
Version: 1.5.0
|
||||
Version: 1.6.0
|
||||
Release: 0
|
||||
Summary: Microsoft Authentication Library (MSAL) for Python
|
||||
License: MIT
|
||||
@@ -30,6 +30,7 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-PyJWT >= 1.0.0
|
||||
Requires: python-cryptography >= 0.6
|
||||
Requires: python-requests >= 2.0.0
|
||||
BuildArch: noarch
|
||||
# SECTION test requirements
|
||||
|
||||
Reference in New Issue
Block a user