diff options
| author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-04 01:40:02 +0700 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2025-03-04 01:40:23 +0700 |
| commit | 011f6e6462b73985e593c6bc1b884a8b1e4ac4ce (patch) | |
| tree | 85f9250dca816651d1ce0b14239b529e8662dcf6 /python | |
| parent | e20c8b57d11f2d23145c87e50f10de148ba37674 (diff) | |
python/cryptography: Updated for version 44.0.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
| -rw-r--r-- | python/cryptography/cryptography.SlackBuild | 6 | ||||
| -rw-r--r-- | python/cryptography/cryptography.info | 10 |
2 files changed, 6 insertions, 10 deletions
diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild index 662bc8b487..08efa38e2c 100644 --- a/python/cryptography/cryptography.SlackBuild +++ b/python/cryptography/cryptography.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cryptography -VERSION=${VERSION:-44.0.1} +VERSION=${VERSION:-44.0.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -51,16 +51,12 @@ 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 diff --git a/python/cryptography/cryptography.info b/python/cryptography/cryptography.info index e1313ac9b6..c2144a9a7e 100644 --- a/python/cryptography/cryptography.info +++ b/python/cryptography/cryptography.info @@ -1,10 +1,10 @@ PRGNAM="cryptography" -VERSION="44.0.1" +VERSION="44.0.2" HOMEPAGE="https://cryptography.io/" -DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-44.0.1.tar.gz \ - https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-44.0.1-1.tar.xz" -MD5SUM="d14d9b757dabd8392d9cf928e82bd0b8 \ - cf1d480980f4344a80e98be28d126584" +DOWNLOAD="https://files.pythonhosted.org/packages/source/c/cryptography/cryptography-44.0.2.tar.gz \ + https://sbo-source.s3.ap-southeast-1.amazonaws.com/cryptography-vendored-sources-44.0.2-1.tar.xz" +MD5SUM="9cb2411324687347a27d349d3e74eb7c \ + b66cb7dfb961c40e75a4c7e375f23cd6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-maturin" |
