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