From 136afa7b9c8ab508fff46cf460a443cf699e71076a9e47bd56860ec347994232 Mon Sep 17 00:00:00 2001 From: John Paul Adrian Glaubitz Date: Fri, 13 Nov 2020 12:18:12 +0000 Subject: [PATCH] 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 --- msal-1.5.0.tar.gz | 3 --- msal-1.6.0.tar.gz | 3 +++ python-msal.changes | 16 ++++++++++++++++ python-msal.spec | 3 ++- 4 files changed, 21 insertions(+), 4 deletions(-) delete mode 100644 msal-1.5.0.tar.gz create mode 100644 msal-1.6.0.tar.gz diff --git a/msal-1.5.0.tar.gz b/msal-1.5.0.tar.gz deleted file mode 100644 index 732f2a9..0000000 --- a/msal-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cc67d3a14850ba7e533ec5d05a4c23a34dd74a7fa5e0210daebef397b2009b0e -size 45757 diff --git a/msal-1.6.0.tar.gz b/msal-1.6.0.tar.gz new file mode 100644 index 0000000..3bc501f --- /dev/null +++ b/msal-1.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c995de0710c31a918bd908cb750153b4d091fd6893e9ab73c685a53f950bbd96 +size 46717 diff --git a/python-msal.changes b/python-msal.changes index 746a2e5..853f435 100644 --- a/python-msal.changes +++ b/python-msal.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Fri Nov 13 12:14:27 UTC 2020 - John Paul Adrian Glaubitz + +- 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 diff --git a/python-msal.spec b/python-msal.spec index 313eca1..915e697 100644 --- a/python-msal.spec +++ b/python-msal.spec @@ -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