summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Thibaut Notteboom2018-11-03 21:37:14 +0100
committer Willy Sudiarto Raharjo2018-11-10 01:46:41 +0100
commita5071bdbf4299c1fdbf929de43e9cfb3b7e5d40b (patch)
tree914bcc093301ed47459da7e25a6bea4f54ad3267 /python
parentbb57b45b4d9032cfa7dc2e7d17cbb6199e283157 (diff)
downloadslackbuilds-a5071bdbf4299c1fdbf929de43e9cfb3b7e5d40b.tar.gz
python/python-requests: Updated for version 2.20.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python-requests/python-requests.SlackBuild2
-rw-r--r--python/python-requests/python-requests.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python-requests/python-requests.SlackBuild b/python/python-requests/python-requests.SlackBuild
index d1fbe84915..3bbb92f4a7 100644
--- a/python/python-requests/python-requests.SlackBuild
+++ b/python/python-requests/python-requests.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=python-requests
-VERSION=${VERSION:-2.19.1}
+VERSION=${VERSION:-2.20.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/python/python-requests/python-requests.info b/python/python-requests/python-requests.info
index b1ccacd5d8..56f26b63f9 100644
--- a/python/python-requests/python-requests.info
+++ b/python/python-requests/python-requests.info
@@ -1,8 +1,8 @@
PRGNAM="python-requests"
-VERSION="2.19.1"
+VERSION="2.20.0"
HOMEPAGE="http://python-requests.org/"
-DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.19.1/requests-2.19.1.tar.gz"
-MD5SUM="36c3fc28fa2a74ca01ce0f0f20d6a400"
+DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.20.0/requests-2.20.0.tar.gz"
+MD5SUM="e42355ff37b9a21166f77f1f2929a45a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-certifi python-chardet idna python-urllib3"