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 c393e64951
commit be4137172c
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:51b8e8e0d918d9b4813f006324e7c4e21eb76268dd4c1a06d811a3475ad4ac57
size 44924

3
msal-1.5.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc67d3a14850ba7e533ec5d05a4c23a34dd74a7fa5e0210daebef397b2009b0e
size 45757

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>

View File

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