diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-02 22:00:11 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-02 22:00:11 +0700 |
commit | 6ec59545558cafc90c1f91c735b7a2d31d8da9a5 (patch) | |
tree | aec5bffa0225b17c561b12722456642d3088ed8c /python/cryptography | |
parent | 074fd9f4099ad984447c0b7cc79368740fd0968f (diff) |
python/cryptography: Updated for version 38.0.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/cryptography')
-rw-r--r-- | python/cryptography/README | 3 | ||||
-rw-r--r-- | python/cryptography/cryptography.SlackBuild | 4 | ||||
-rw-r--r-- | python/cryptography/cryptography.info | 6 |
3 files changed, 8 insertions, 5 deletions
diff --git a/python/cryptography/README b/python/cryptography/README index 9344751164728..e7dba02396c8a 100644 --- a/python/cryptography/README +++ b/python/cryptography/README @@ -3,3 +3,6 @@ recipes and primitives. It's available under either the Apache Software License, Version 2.0, or the BSD license. + +This is the last release of cryptography that can be built on +Slackware 15.0. Version 39.0.0 dropped support for OpenSSL 1.1.x. diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild index 60e612c5a643e..d84edebf9f255 100644 --- a/python/cryptography/cryptography.SlackBuild +++ b/python/cryptography/cryptography.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for cryptography # Copyright 2014-2018 Markus Reichelt, Aachen, DE -# Copyright 2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org> +# Copyright 2021-2023 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cryptography -VERSION=${VERSION:-38.0.1} +VERSION=${VERSION:-38.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/cryptography/cryptography.info b/python/cryptography/cryptography.info index d02cd084ffcac..df16a932c1e42 100644 --- a/python/cryptography/cryptography.info +++ b/python/cryptography/cryptography.info @@ -1,7 +1,7 @@ PRGNAM="cryptography" -VERSION="38.0.1" +VERSION="38.0.4" HOMEPAGE="https://cryptography.io/" -DOWNLOAD="https://files.pythonhosted.org/packages/6d/0c/5e67831007ba6cd7e52c4095f053cf45c357739b0a7c46a45ddd50049019/cryptography-38.0.1.tar.gz \ +DOWNLOAD="https://files.pythonhosted.org/packages/e3/3f/41186b1f2fd86a542d399175f6b8e43f82cd4dfa51235a0b030a042b811a/cryptography-38.0.4.tar.gz \ https://crates-io.s3-us-west-1.amazonaws.com/crates/unicode-ident/unicode-ident-1.0.3.crate \ https://crates-io.s3-us-west-1.amazonaws.com/crates/log/log-0.4.17.crate \ https://crates-io.s3-us-west-1.amazonaws.com/crates/js-sys/js-sys-0.3.59.crate \ @@ -61,7 +61,7 @@ DOWNLOAD="https://files.pythonhosted.org/packages/6d/0c/5e67831007ba6cd7e52c4095 https://crates-io.s3-us-west-1.amazonaws.com/crates/wasm-bindgen-macro/wasm-bindgen-macro-0.2.82.crate \ https://crates-io.s3-us-west-1.amazonaws.com/crates/wasm-bindgen-shared/wasm-bindgen-shared-0.2.82.crate \ https://crates-io.s3-us-west-1.amazonaws.com/crates/wasm-bindgen/wasm-bindgen-0.2.82.crate" -MD5SUM="c47299bca4309cdda29626b0046d9229 \ +MD5SUM="2b8b23b955b43994f222f78faf17713b \ 05f62b3e1753a4d4043170a17f09f824 \ b31bf94ffe7e0f2ada93afae1076eaeb \ 4604e64e42b38b20a8ca446e2253ca1f \ |