From d4810b23a3b7d8d28be4f46c661324e3468e18dc3183ddeebee0f32ad424db92 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Tue, 24 Nov 2020 14:50:31 +0000 Subject: [PATCH] Accepting request 850420 from home:glaubitz:branches:devel:languages:python:azure - New upstream release + Version 1.2.5 + For detailed information about changes see the HISTORY.txt file provided with this package - Update HISTORY.txt from github releases page OBS-URL: https://build.opensuse.org/request/show/850420 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-adal?expand=0&rev=10 --- HISTORY.txt | 5 +++++ adal-1.2.4.tar.gz | 3 --- adal-1.2.5.tar.gz | 3 +++ python-adal.changes | 9 +++++++++ python-adal.spec | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 adal-1.2.4.tar.gz create mode 100644 adal-1.2.5.tar.gz diff --git a/HISTORY.txt b/HISTORY.txt index 2789efa..4454dc2 100644 --- a/HISTORY.txt +++ b/HISTORY.txt @@ -1,3 +1,8 @@ +ADAL Python 1.2.5 + + Bugfix to address error "InvalidScope : FaultMessage: ID3082: The request scope is not valid or is unsupported." when using + username-password flow with federated user account while your tenant is migrating to a different cloud. (#240) + ADAL Python 1.2.4 Update project metadata on PyPI (#231 ) diff --git a/adal-1.2.4.tar.gz b/adal-1.2.4.tar.gz deleted file mode 100644 index c5623aa..0000000 --- a/adal-1.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7a15d22b1ee7ce1be92441199958748982feba6b7dec35fbf60f9b607bad1bc0 -size 34889 diff --git a/adal-1.2.5.tar.gz b/adal-1.2.5.tar.gz new file mode 100644 index 0000000..b91977a --- /dev/null +++ b/adal-1.2.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8003ba03ef04170195b3eddda8a5ab43649ef2c5f0287023d515affb1ccfcfc3 +size 34959 diff --git a/python-adal.changes b/python-adal.changes index 652013a..9b66c5d 100644 --- a/python-adal.changes +++ b/python-adal.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Nov 20 11:59:56 UTC 2020 - John Paul Adrian Glaubitz + +- New upstream release + + Version 1.2.5 + + For detailed information about changes see the + HISTORY.txt file provided with this package +- Update HISTORY.txt from github releases page + ------------------------------------------------------------------- Tue Jun 16 17:34:44 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-adal.spec b/python-adal.spec index 9714a87..a04aff4 100644 --- a/python-adal.spec +++ b/python-adal.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-adal -Version: 1.2.4 +Version: 1.2.5 Release: 0 Summary: Azure Active Directory library License: MIT