diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2018-11-26 20:47:22 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-12-01 07:27:45 +0700 |
commit | cde1dc773b36b5ae3ff271c1262aaa8d9527e9d4 (patch) | |
tree | ef1a9d29405b486801415a241f962598c057c128 /python/python-requests | |
parent | f43c02b1e2376553b7c878afa70e003e3204c273 (diff) | |
download | slackbuilds-cde1dc773b36b5ae3ff271c1262aaa8d9527e9d4.tar.gz |
python/python-requests: Updated for version 2.20.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/python-requests')
-rw-r--r-- | python/python-requests/python-requests.SlackBuild | 2 | ||||
-rw-r--r-- | python/python-requests/python-requests.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/python/python-requests/python-requests.SlackBuild b/python/python-requests/python-requests.SlackBuild index 3bbb92f4a7..4aa2c9b147 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.20.0} +VERSION=${VERSION:-2.20.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-requests/python-requests.info b/python/python-requests/python-requests.info index 56f26b63f9..a7e5cdc611 100644 --- a/python/python-requests/python-requests.info +++ b/python/python-requests/python-requests.info @@ -1,8 +1,8 @@ PRGNAM="python-requests" -VERSION="2.20.0" +VERSION="2.20.1" HOMEPAGE="http://python-requests.org/" -DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.20.0/requests-2.20.0.tar.gz" -MD5SUM="e42355ff37b9a21166f77f1f2929a45a" +DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.20.1/requests-2.20.1.tar.gz" +MD5SUM="9b08e9c0fc9584943c5bb8467ef8c0b2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-certifi python-chardet idna python-urllib3" |