summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Markus Reichelt <slackbuilds@mareichelt.de>2015-11-23 07:15:27 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-11-28 07:25:59 +0700
commit04056250a55b198b4ce2df0861610a0dafdbef22 (patch)
tree10a8ca205a868b2b5184262c70b9fc8b461ca36e /python
parent445de556a6edf64c7e23f4e9ebba1f45f27720d6 (diff)
downloadslackbuilds-04056250a55b198b4ce2df0861610a0dafdbef22.tar.gz
slackbuilds-04056250a55b198b4ce2df0861610a0dafdbef22.tar.xz
python/cryptography: Updated for version 1.1.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/cryptography/cryptography.SlackBuild2
-rw-r--r--python/cryptography/cryptography.info8
2 files changed, 5 insertions, 5 deletions
diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild
index 58306d6451..e8f2249ef9 100644
--- a/python/cryptography/cryptography.SlackBuild
+++ b/python/cryptography/cryptography.SlackBuild
@@ -25,7 +25,7 @@
# Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
PRGNAM=cryptography
-VERSION=${VERSION:-0.8.2}
+VERSION=${VERSION:-1.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/cryptography/cryptography.info b/python/cryptography/cryptography.info
index b4130baec7..803603d025 100644
--- a/python/cryptography/cryptography.info
+++ b/python/cryptography/cryptography.info
@@ -1,10 +1,10 @@
PRGNAM="cryptography"
-VERSION="0.8.2"
+VERSION="1.1.1"
HOMEPAGE="https://cryptography.io/"
-DOWNLOAD="https://pypi.python.org/packages/source/c/cryptography/cryptography-0.8.2.tar.gz"
-MD5SUM="7d33499e851300c194cbb0396de72462"
+DOWNLOAD="https://pypi.python.org/packages/source/c/cryptography/cryptography-1.1.1.tar.gz"
+MD5SUM="6ec05b916c52d8668cd3a3f6f1cea084"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="pyasn1 cffi six enum34"
+REQUIRES="pyasn1 cffi six enum34 ipaddress idna"
MAINTAINER="Markus Reichelt"
EMAIL="slackbuilds@mareichelt.de"