diff --git a/msal-1.3.0.tar.gz b/msal-1.3.0.tar.gz deleted file mode 100644 index 96b4181..0000000 --- a/msal-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5442a3a9d006506e653d3c4daff40538bdf067bf07b6b73b32d1b231d5e77a92 -size 44546 diff --git a/msal-1.4.3.tar.gz b/msal-1.4.3.tar.gz new file mode 100644 index 0000000..4f33235 --- /dev/null +++ b/msal-1.4.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b8e8e0d918d9b4813f006324e7c4e21eb76268dd4c1a06d811a3475ad4ac57 +size 44924 diff --git a/python-msal.changes b/python-msal.changes index 49421c0..c41ceb8 100644 --- a/python-msal.changes +++ b/python-msal.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Aug 28 13:29:30 UTC 2020 - John Paul Adrian Glaubitz + +- Update to version 1.4.3 + + Bugfix: A side effect in previous release prevented reading some + tokens from a different authority alias (#235, #236) +- from version 1.4.2 + + Bugfix: Changed case of messageID in WS-Trust Requests (#228 , #230 ) + + Bugfix: Removed content-type header sent in request to Mex endpoint (#226 , #227 ) + + Bugfix: Bypasses cache lookup for authority alias if no refresh token found (#223, #225 ) +- from version 1.4.1 + + Reverts Application Initializer will not send network requests + introduced in MSAL Python 1.4.0 (#205, #216, #187) +- from version 1.4.0 + + Enhancement: Application initializer will not send network requests. (#205, #187) + + Enhancement: Improved handling of errors in ADAL to MSAL token migration scenario. (#209, #208) + + Added changelog in PYPI (#203, #202) + + Other readme and reference docs adjustments (#200, #197) + ------------------------------------------------------------------- Tue Jun 16 13:11:05 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-msal.spec b/python-msal.spec index dc23b43..a4323cb 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.3.0 +Version: 1.4.3 Release: 0 Summary: Microsoft Authentication Library (MSAL) for Python License: MIT