python/python-requests-kerberos: Updated for version 0.11.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Thibaut Notteboom 2017-05-25 22:50:54 +07:00 committed by Willy Sudiarto Raharjo
parent 8de7acd0c2
commit 602290b2a1
2 changed files with 8 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for python-requests-kerberos
# Copyright 2015-2016 Thibaut Notteboom, Paris, FRANCE
# Copyright 2015-2017 Thibaut Notteboom, Paris, FRANCE
# 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=python-requests-kerberos
VERSION=${VERSION:-0.10.0}
VERSION=${VERSION:-0.11.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -73,6 +73,9 @@ find -L . \
python setup.py install --root=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS HISTORY.rst LICENSE README.rst \

View File

@ -1,8 +1,8 @@
PRGNAM="python-requests-kerberos"
VERSION="0.10.0"
VERSION="0.11.0"
HOMEPAGE="https://github.com/requests/requests-kerberos"
DOWNLOAD="https://github.com/requests/requests-kerberos/archive/v0.10.0/requests-kerberos-0.10.0.tar.gz"
MD5SUM="1a08c83a9b72a5ae1f6b18948042f971"
DOWNLOAD="https://github.com/requests/requests-kerberos/archive/v0.11.0/requests-kerberos-0.11.0.tar.gz"
MD5SUM="f11eed3a482a63c0fd9cda603ab223e6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-kerberos python-requests"