diff --git a/msal-1.4.3.tar.gz b/msal-1.4.3.tar.gz deleted file mode 100644 index 4f33235..0000000 --- a/msal-1.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51b8e8e0d918d9b4813f006324e7c4e21eb76268dd4c1a06d811a3475ad4ac57 -size 44924 diff --git a/msal-1.5.0.tar.gz b/msal-1.5.0.tar.gz new file mode 100644 index 0000000..732f2a9 --- /dev/null +++ b/msal-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc67d3a14850ba7e533ec5d05a4c23a34dd74a7fa5e0210daebef397b2009b0e +size 45757 diff --git a/python-msal.changes b/python-msal.changes index c41ceb8..746a2e5 100644 --- a/python-msal.changes +++ b/python-msal.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 8 19:53:50 UTC 2020 - John Paul Adrian Glaubitz + +- Update to version 1.5.0 + + Added support for setting client capabilities to enable + CAE(Continuous Access Evaluation) (#240, #174) + + Device code endpoint is now fetched from open-id configuration, + if available. (#245, #242) + + Fixes in test cases (#239, #211) + ------------------------------------------------------------------- Fri Aug 28 13:29:30 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-msal.spec b/python-msal.spec index a4323cb..313eca1 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.4.3 +Version: 1.5.0 Release: 0 Summary: Microsoft Authentication Library (MSAL) for Python License: MIT