aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorJeremy Hansen <jebrhansen+github@gmail.com>2024-06-13 16:38:16 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-06-15 07:37:52 +0700
commit7b9bda9954ff4adabe39d7d3af20fb7d593be211 (patch)
treefa12cc800dd9cf464ab9c0be429f635f4fae417c /python
parent20eb649d65dca4ff634329ad9bacebc46fc34cb3 (diff)
downloadslackbuilds-7b9bda9954ff4adabe39d7d3af20fb7d593be211.tar.xz
python/python3-msal: Version bump to 1.28.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python3-msal/python3-msal.SlackBuild2
-rw-r--r--python/python3-msal/python3-msal.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-msal/python3-msal.SlackBuild b/python/python3-msal/python3-msal.SlackBuild
index ee4b7a2a5a4b..fb76500ad096 100644
--- a/python/python3-msal/python3-msal.SlackBuild
+++ b/python/python3-msal/python3-msal.SlackBuild
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python3-msal
-VERSION=${VERSION:-1.28.0}
+VERSION=${VERSION:-1.28.1}
SRCNAM=${SRCNAM:-microsoft-authentication-library-for-python}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python3-msal/python3-msal.info b/python/python3-msal/python3-msal.info
index c6e3f117e1c1..92a505d73d3d 100644
--- a/python/python3-msal/python3-msal.info
+++ b/python/python3-msal/python3-msal.info
@@ -1,8 +1,8 @@
PRGNAM="python3-msal"
-VERSION="1.28.0"
+VERSION="1.28.1"
HOMEPAGE="https://msal-python.readthedocs.io/"
-DOWNLOAD="https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/1.28.0/microsoft-authentication-library-for-python-1.28.0.tar.gz"
-MD5SUM="7951a366dcae3902e9421bad429b9c98"
+DOWNLOAD="https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/1.28.1/microsoft-authentication-library-for-python-1.28.1.tar.gz"
+MD5SUM="35ce084cd0c118e2aed2cc0d2db1f11a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="cryptography python3-pyjwt"