From 2855fc3aba15d199c4465475a4318e694d1941fd1cbd03599403e2bd12917fbf Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Wed, 8 Feb 2023 16:47:49 +0000 Subject: [PATCH] Accepting request 1063813 from home:glaubitz:branches:devel:languages:python:azure - Update to version 1.21.0 + Support getting an ssh certificate via broker (#515) + Support B2C's usage pattern of using client id as a scope (#505, #530) + MSAL's token cache helper can now be used to store tokens returned by App Service's Managed Identity (#519) + Switch to a new set of regional endpoints (#513) + Test matrix covers Python 3.11 (#512) OBS-URL: https://build.opensuse.org/request/show/1063813 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:azure/python-msal?expand=0&rev=24 --- msal-1.20.0.tar.gz | 3 --- msal-1.21.0.tar.gz | 3 +++ python-msal.changes | 11 +++++++++++ python-msal.spec | 4 ++-- 4 files changed, 16 insertions(+), 5 deletions(-) delete mode 100644 msal-1.20.0.tar.gz create mode 100644 msal-1.21.0.tar.gz diff --git a/msal-1.20.0.tar.gz b/msal-1.20.0.tar.gz deleted file mode 100644 index a2fe622..0000000 --- a/msal-1.20.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78344cd4c91d6134a593b5e3e45541e666e37b747ff8a6316c3668dd1e6ab6b2 -size 82906 diff --git a/msal-1.21.0.tar.gz b/msal-1.21.0.tar.gz new file mode 100644 index 0000000..964f2d5 --- /dev/null +++ b/msal-1.21.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96b5c867830fd116e5f7d0ec8ef1b238b4cda4d1aea86d8fecf518260e136fbf +size 82860 diff --git a/python-msal.changes b/python-msal.changes index dff76b6..9119d1c 100644 --- a/python-msal.changes +++ b/python-msal.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Feb 8 12:26:12 UTC 2023 - John Paul Adrian Glaubitz + +- Update to version 1.21.0 + + Support getting an ssh certificate via broker (#515) + + Support B2C's usage pattern of using client id as a scope (#505, #530) + + MSAL's token cache helper can now be used to store tokens returned + by App Service's Managed Identity (#519) + + Switch to a new set of regional endpoints (#513) + + Test matrix covers Python 3.11 (#512) + ------------------------------------------------------------------- Thu Oct 13 08:02:41 UTC 2022 - John Paul Adrian Glaubitz diff --git a/python-msal.spec b/python-msal.spec index 0a4e9b5..b27f684 100644 --- a/python-msal.spec +++ b/python-msal.spec @@ -1,7 +1,7 @@ # # spec file for package python-msal # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,7 +21,7 @@ %define skip_python2 1 %endif Name: python-msal -Version: 1.20.0 +Version: 1.21.0 Release: 0 Summary: Microsoft Authentication Library (MSAL) for Python License: MIT