diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-07-17 17:06:56 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-19 08:25:22 +0700 |
commit | ea429ed0cd467947a14e474e1019150db11000ee (patch) | |
tree | 77dd87e59e95d52aad4e096a23f7005e54ab57a8 | |
parent | 08e632716dfcb0ca820cce1186ab65316e46ffd3 (diff) |
python/python3-msal: Version bump to 1.30.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-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 d956b8823ace..c7958d9d884d 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.29.0} +VERSION=${VERSION:-1.30.0} 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 1916a6b4e545..fd2117ef93ae 100644 --- a/python/python3-msal/python3-msal.info +++ b/python/python3-msal/python3-msal.info @@ -1,8 +1,8 @@ PRGNAM="python3-msal" -VERSION="1.29.0" +VERSION="1.30.0" HOMEPAGE="https://msal-python.readthedocs.io/" -DOWNLOAD="https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/1.29.0/microsoft-authentication-library-for-python-1.29.0.tar.gz" -MD5SUM="1beb168477a44538dd75105994be0c96" +DOWNLOAD="https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/1.30.0/microsoft-authentication-library-for-python-1.30.0.tar.gz" +MD5SUM="47ea85fa089528ab3e9387e704454e41" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="cryptography python3-pyjwt" |