python/python-msal: Version bump to 1.24.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2023-09-23 16:44:43 -07:00 committed by Willy Sudiarto Raharjo
parent 8585f25467
commit 0e27f11c7a
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 18 deletions

View file

@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=python-msal
VERSION=${VERSION:-1.23.0}
VERSION=${VERSION:-1.24.0}
SRCNAM=${SRCNAM:-microsoft-authentication-library-for-python}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -47,20 +47,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
rm -rf $PKG

View file

@ -1,8 +1,8 @@
PRGNAM="python-msal"
VERSION="1.23.0"
VERSION="1.24.0"
HOMEPAGE="https://msal-python.readthedocs.io/"
DOWNLOAD="https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/1.23.0/microsoft-authentication-library-for-python-1.23.0.tar.gz"
MD5SUM="11cf8f859c077a06e0c3bd3aa11c3c74"
DOWNLOAD="https://github.com/AzureAD/microsoft-authentication-library-for-python/archive/refs/tags/1.24.0/microsoft-authentication-library-for-python-1.24.0.tar.gz"
MD5SUM="cc8c66e698a1887ccd0f4cee91a1cf37"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""