From a4fe5ce9d51c545c1f2f71dfd75eea3008af0abc Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Thu, 15 Jun 2017 22:02:01 +0700 Subject: python/idna: Updated for version 2.5. This is required for LetsEncrypt after python-requests bump. Signed-off-by: Willy Sudiarto Raharjo --- python/idna/idna.SlackBuild | 6 +++--- python/idna/idna.info | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'python/idna') diff --git a/python/idna/idna.SlackBuild b/python/idna/idna.SlackBuild index c901836e1d..c8a3b3f942 100644 --- a/python/idna/idna.SlackBuild +++ b/python/idna/idna.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for idna -# Copyright 2015-2016 Markus Reichelt, Aachen, DE +# Copyright 2015-2017 Markus Reichelt, Aachen, DE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=idna -VERSION=${VERSION:-2.1} +VERSION=${VERSION:-2.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -75,7 +75,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-INFO $PKG/usr/doc/$PRGNAM-$VERSION +cp -a *.rst $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/python/idna/idna.info b/python/idna/idna.info index 8c9928a5bb..29c545ee86 100644 --- a/python/idna/idna.info +++ b/python/idna/idna.info @@ -1,8 +1,8 @@ PRGNAM="idna" -VERSION="2.1" +VERSION="2.5" HOMEPAGE="https://github.com/kjd/idna" -DOWNLOAD="https://pypi.python.org/packages/source/i/idna/idna-2.1.tar.gz" -MD5SUM="f6473caa9c5e0cc1ad3fd5d04c3c114b" +DOWNLOAD="https://github.com/kjd/idna/archive/v2.5/idna-2.5.tar.gz" +MD5SUM="f31cd2faf6954e13978f1d802a9dc9b6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3