From 5b5e53cd2c8b848df315dd25fd70f31bd059d6cc8240974a6795ddce7cf910aa Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Tue, 8 Sep 2020 20:55:39 +0000 Subject: [PATCH] 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 --- msal-1.4.3.tar.gz | 3 --- msal-1.5.0.tar.gz | 3 +++ python-msal.changes | 10 ++++++++++ python-msal.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 msal-1.4.3.tar.gz create mode 100644 msal-1.5.0.tar.gz 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