diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2019-05-25 00:39:53 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-25 07:31:50 +0700 |
commit | 979740c4bb6d3e5f12d5fa99f2b474de4c6b1c33 (patch) | |
tree | 359191137ce7d0c768c52180cac6290c0cb79d23 /python/python-requests/python-requests.SlackBuild | |
parent | 410552a89c8c7eb9eabb156b42ac158e4a5c6bf4 (diff) |
python/python-requests: Updated for version 2.22.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-requests/python-requests.SlackBuild')
-rw-r--r-- | python/python-requests/python-requests.SlackBuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/python/python-requests/python-requests.SlackBuild b/python/python-requests/python-requests.SlackBuild index ec176dbfdbc16..737c26a98ed5e 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-2018 Thibaut Notteboom, Paris, FRANCE +# Copyright 2013-2019 Thibaut Notteboom, Paris, FRANCE # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,8 +23,8 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=python-requests -VERSION=${VERSION:-2.21.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.22.0} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM=requests @@ -71,8 +71,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -patch -p1 < $CWD/support-urllib3-1.26.patch - python setup.py install --root=$PKG # Python 3 support. |