diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-06-13 16:38:16 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-06-15 07:37:52 +0700 |
commit | 7b9bda9954ff4adabe39d7d3af20fb7d593be211 (patch) | |
tree | fa12cc800dd9cf464ab9c0be429f635f4fae417c /python | |
parent | 20eb649d65dca4ff634329ad9bacebc46fc34cb3 (diff) |
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.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-msal/python3-msal.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python3-msal/python3-msal.SlackBuild b/python/python3-msal/python3-msal.SlackBuild index ee4b7a2a5a4ba..fb76500ad0963 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 c6e3f117e1c14..92a505d73d3d4 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" |