From 16422d4d62d35bcf8fa63fd6a086ea37acdc592f Mon Sep 17 00:00:00 2001 From: Markus Reichelt Date: Mon, 1 Jan 2018 10:24:27 +0000 Subject: python/cryptography: Updated for version 2.1.4. Signed-off-by: David Spencer --- python/cryptography/cryptography.SlackBuild | 6 +++--- python/cryptography/cryptography.info | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'python/cryptography') diff --git a/python/cryptography/cryptography.SlackBuild b/python/cryptography/cryptography.SlackBuild index d2f83f64f5..1135b1dcf8 100644 --- a/python/cryptography/cryptography.SlackBuild +++ b/python/cryptography/cryptography.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for cryptography -# Copyright 2014-2017 Markus Reichelt, Aachen, DE +# Copyright 2014-2018 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # Markus Reichelt , 0xCCEEF115 PRGNAM=cryptography -VERSION=${VERSION:-1.8.1} +VERSION=${VERSION:-2.1.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,7 +77,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a LICENSE *.rst $PKG/usr/doc/$PRGNAM-$VERSION +cp -ar LICENSE* *.rst docs/ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/cryptography/cryptography.info b/python/cryptography/cryptography.info index ace963206e..a6521b5bbd 100644 --- a/python/cryptography/cryptography.info +++ b/python/cryptography/cryptography.info @@ -1,8 +1,8 @@ PRGNAM="cryptography" -VERSION="1.8.1" +VERSION="2.1.4" HOMEPAGE="https://cryptography.io/" -DOWNLOAD="https://pypi.python.org/packages/ec/5f/d5bc241d06665eed93cd8d3aa7198024ce7833af7a67f6dc92df94e00588/cryptography-1.8.1.tar.gz" -MD5SUM="9f28a9c141995cd2300d0976b4fac3fb" +DOWNLOAD="https://pypi.python.org/packages/78/c5/7188f15a92413096c93053d5304718e1f6ba88b818357d05d19250ebff85/cryptography-2.1.4.tar.gz" +MD5SUM="9f39d4d8f2b05f295fa0ff52475ec4f2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="pyasn1 cffi six enum34 ipaddress idna packaging asn1crypto" -- cgit v1.2.3