python/cryptography: Updated for version 1.2.3.

To make it compatible with the new openssl-1.0.2g

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2016-03-06 17:05:50 +01:00 committed by Willy Sudiarto Raharjo
parent 0036b8cd53
commit 501afd46c9
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
# Markus Reichelt <slackbuilds@mareichelt.de>, 0xCCEEF115
PRGNAM=cryptography
VERSION=${VERSION:-1.1.1}
VERSION=${VERSION:-1.2.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="cryptography"
VERSION="1.1.1"
VERSION="1.2.3"
HOMEPAGE="https://cryptography.io/"
DOWNLOAD="https://pypi.python.org/packages/source/c/cryptography/cryptography-1.1.1.tar.gz"
MD5SUM="6ec05b916c52d8668cd3a3f6f1cea084"
DOWNLOAD="https://pypi.python.org/packages/source/c/cryptography/cryptography-1.2.3.tar.gz"
MD5SUM="5474d2b3e8c7555a60852e48d2743f85"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyasn1 cffi six enum34 ipaddress idna"