diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2018-07-22 11:27:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-07-28 08:51:45 +0700 |
commit | a9b8e6a8c2b18b2c45a240a938beb934702f95be (patch) | |
tree | 5526cf20443c88e2435c5a431ef4a2b6d791fae4 /python/python-requests/python-requests.SlackBuild | |
parent | a802c863894be28c424c9a8d2feb445f97f559fe (diff) |
python/python-requests: Updated for version 2.19.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-requests/python-requests.SlackBuild')
-rw-r--r-- | python/python-requests/python-requests.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/python-requests/python-requests.SlackBuild b/python/python-requests/python-requests.SlackBuild index 0641d356b0..d1fbe84915 100644 --- a/python/python-requests/python-requests.SlackBuild +++ b/python/python-requests/python-requests.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python-requests -# Copyright 2013-2017 Thibaut Notteboom, Paris, FRANCE +# Copyright 2013-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 -VERSION=${VERSION:-2.18.4} +VERSION=${VERSION:-2.19.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |