summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Thibaut Notteboom2018-04-02 21:55:14 +0200
committer Willy Sudiarto Raharjo2018-04-07 03:13:09 +0200
commit4ec9adbe93af2915c1feb6c42af29f7359f6c3f6 (patch)
treebede5ee9143e8bf0227f95f6c71d0349e370883d
parentd45c2adb03ff75bfc9b9b40766abbc72d519a1a1 (diff)
downloadslackbuilds-4ec9adbe93af2915c1feb6c42af29f7359f6c3f6.tar.gz
python/python-requests-kerberos: Updated for version 0.12.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--python/python-requests-kerberos/python-requests-kerberos.SlackBuild4
-rw-r--r--python/python-requests-kerberos/python-requests-kerberos.info8
2 files changed, 6 insertions, 6 deletions
diff --git a/python/python-requests-kerberos/python-requests-kerberos.SlackBuild b/python/python-requests-kerberos/python-requests-kerberos.SlackBuild
index 374610976d..5d21bd86f7 100644
--- a/python/python-requests-kerberos/python-requests-kerberos.SlackBuild
+++ b/python/python-requests-kerberos/python-requests-kerberos.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for python-requests-kerberos
-# Copyright 2015-2017 Thibaut Notteboom, Paris, FRANCE
+# Copyright 2015-2018 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.11.0}
+VERSION=${VERSION:-0.12.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python-requests-kerberos/python-requests-kerberos.info b/python/python-requests-kerberos/python-requests-kerberos.info
index e2e57131b4..031e1bdcf2 100644
--- a/python/python-requests-kerberos/python-requests-kerberos.info
+++ b/python/python-requests-kerberos/python-requests-kerberos.info
@@ -1,10 +1,10 @@
PRGNAM="python-requests-kerberos"
-VERSION="0.11.0"
+VERSION="0.12.0"
HOMEPAGE="https://github.com/requests/requests-kerberos"
-DOWNLOAD="https://github.com/requests/requests-kerberos/archive/v0.11.0/requests-kerberos-0.11.0.tar.gz"
-MD5SUM="f11eed3a482a63c0fd9cda603ab223e6"
+DOWNLOAD="https://github.com/requests/requests-kerberos/archive/v0.12.0/requests-kerberos-0.12.0.tar.gz"
+MD5SUM="5d2332620942087b0dc951fd734a8bac"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python-kerberos python-requests"
+REQUIRES="python-kerberos python-requests cryptography"
MAINTAINER="Thibaut Notteboom"
EMAIL="thibaut.notteboom@gmail.com"