Accepting request 833099 from home:glaubitz:branches:devel:languages:python:azure

- 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)

OBS-URL: https://build.opensuse.org/request/show/833099
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal?expand=0&rev=6
This commit is contained in:
2020-09-08 20:55:39 +00:00
committed by Git OBS Bridge
parent 0554d80382
commit 5b5e53cd2c
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Sep 8 19:53:50 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- 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 <adrian.glaubitz@suse.com>