summaryrefslogtreecommitdiff
path: root/python-msal
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2023-02-08 14:55:04 +0100
committerErich Eckner <erich.eckner.ext@bestsecret.com>2023-02-08 14:55:04 +0100
commitd40b501ec21bc8010994ba84624efa7456def09e (patch)
tree9b75eb8a73b09a79df17f1a202c6ea2370307b6f /python-msal
parenta239361e1976831b44ffd8ec6f5b55da3a96f6ae (diff)
downloadarchlinuxewe-d40b501ec21bc8010994ba84624efa7456def09e.tar.xz
python-msal 1.14.0-0 -> 1.21.0-1
Diffstat (limited to 'python-msal')
-rw-r--r--python-msal/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/python-msal/PKGBUILD b/python-msal/PKGBUILD
index 23202b573..5b8f180d4 100644
--- a/python-msal/PKGBUILD
+++ b/python-msal/PKGBUILD
@@ -3,8 +3,8 @@
# PKGBUILD generated by pipman, description shortened
# Python package author: Microsoft Corporation <nugetaad@microsoft.com>
pkgname=python-msal
-pkgver=1.14.0
-pkgrel=0
+pkgver=1.21.0
+pkgrel=1
pkgdesc="Microsoft Authentication Library for Python library to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts and Microsoft Accounts using OAuth2 and OpenID Connect"
arch=(any)
url="https://github.com/AzureAD/microsoft-authentication-library-for-python"
@@ -12,7 +12,7 @@ license=(MIT)
depends=("python-requests" "python-pyjwt" "python-cryptography" "python-mock")
makedepends=("python-setuptools")
source=("$pkgname-$pkgver.tar.gz"::"https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/$pkgver.tar.gz")
-sha256sums=('ef2e6d15283c44eb93f195d212a5234538c7303f4dd7bd1b025f950db75c4f59')
+sha512sums=('ffbee75af26eba952e13066ef3d5e987e9c1b1c69732dae61e3e5198847c89712db30914f9f1ee2faa26ba54c444bcb75d1695524b8b397055bb0ed5f7eeebbf')
build() {
cd "microsoft-authentication-library-for-python-$pkgver"