diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 05:53:17 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 05:53:17 +0000 |
commit | 428047f1d3a47e9c7c1fe6922ed61501b382d234 (patch) | |
tree | 7e6ca47e7e6c1950619f44c4abf537d756c9b642 | |
parent | 9331f1dd652e7a1bbc889debd58a973fef8da8f9 (diff) |
automatic import of python-msalopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-msal.spec | 14 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 9 insertions, 8 deletions
@@ -1 +1,2 @@ /msal-1.21.0.tar.gz +/msal-1.22.0.tar.gz diff --git a/python-msal.spec b/python-msal.spec index d050245..febf58f 100644 --- a/python-msal.spec +++ b/python-msal.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-msal -Version: 1.21.0 +Version: 1.22.0 Release: 1 Summary: The Microsoft Authentication Library (MSAL) for Python library enables your app to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA) using industry standard OAuth2 and OpenID Connect. License: MIT URL: https://github.com/AzureAD/microsoft-authentication-library-for-python -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/06/ec/002278ed40a1ec6c85f72330cac2699dc7e9b3a36af686783c0fd8d05c7a/msal-1.21.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/10/b1/a648bdd3116d0028685987fb4120a37bb91d268509e09dfbafd6ae8bed87/msal-1.22.0.tar.gz BuildArch: noarch Requires: python3-requests @@ -28,7 +28,7 @@ Not sure whether this is the SDK you are looking for your app? There are other M Quick links: -| [Getting Started](https://docs.microsoft.com/azure/active-directory/develop/quickstart-v2-python-webapp) | [Docs](https://github.com/AzureAD/microsoft-authentication-library-for-python/wiki) | [Samples](https://aka.ms/aaddevsamplesv2) | [Support](README.md#community-help-and-support) | [Feedback](https://forms.office.com/r/TMjZkDbzjY) | +| [Getting Started](https://learn.microsoft.com/azure/active-directory/develop/web-app-quickstart?pivots=devlang-python)| [Docs](https://github.com/AzureAD/microsoft-authentication-library-for-python/wiki) | [Samples](https://aka.ms/aaddevsamplesv2) | [Support](README.md#community-help-and-support) | [Feedback](https://forms.office.com/r/TMjZkDbzjY) | | --- | --- | --- | --- | --- | ## Scenarios supported @@ -184,7 +184,7 @@ Not sure whether this is the SDK you are looking for your app? There are other M Quick links: -| [Getting Started](https://docs.microsoft.com/azure/active-directory/develop/quickstart-v2-python-webapp) | [Docs](https://github.com/AzureAD/microsoft-authentication-library-for-python/wiki) | [Samples](https://aka.ms/aaddevsamplesv2) | [Support](README.md#community-help-and-support) | [Feedback](https://forms.office.com/r/TMjZkDbzjY) | +| [Getting Started](https://learn.microsoft.com/azure/active-directory/develop/web-app-quickstart?pivots=devlang-python)| [Docs](https://github.com/AzureAD/microsoft-authentication-library-for-python/wiki) | [Samples](https://aka.ms/aaddevsamplesv2) | [Support](README.md#community-help-and-support) | [Feedback](https://forms.office.com/r/TMjZkDbzjY) | | --- | --- | --- | --- | --- | ## Scenarios supported @@ -337,7 +337,7 @@ Not sure whether this is the SDK you are looking for your app? There are other M Quick links: -| [Getting Started](https://docs.microsoft.com/azure/active-directory/develop/quickstart-v2-python-webapp) | [Docs](https://github.com/AzureAD/microsoft-authentication-library-for-python/wiki) | [Samples](https://aka.ms/aaddevsamplesv2) | [Support](README.md#community-help-and-support) | [Feedback](https://forms.office.com/r/TMjZkDbzjY) | +| [Getting Started](https://learn.microsoft.com/azure/active-directory/develop/web-app-quickstart?pivots=devlang-python)| [Docs](https://github.com/AzureAD/microsoft-authentication-library-for-python/wiki) | [Samples](https://aka.ms/aaddevsamplesv2) | [Support](README.md#community-help-and-support) | [Feedback](https://forms.office.com/r/TMjZkDbzjY) | | --- | --- | --- | --- | --- | ## Scenarios supported @@ -474,7 +474,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct](https://ope %prep -%autosetup -n msal-1.21.0 +%autosetup -n msal-1.22.0 %build %py3_build @@ -514,5 +514,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 1.21.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 1.22.0-1 - Package Spec generated @@ -1 +1 @@ -77f86479523b28a6fbe3b1d8c348eac1 msal-1.21.0.tar.gz +48b3229b25c636382449fb5e1ae653ed msal-1.22.0.tar.gz |