diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2019-03-29 07:53:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-29 07:53:26 +0700 |
commit | 3857cc36c53993b61ee6d13b7aefa4d424d7afd3 (patch) | |
tree | e556162abeab0041e0a7af6cd5a58ecf0d9b4be2 /python | |
parent | bbbd372095066dec72d249856493bdeb88d3dfb3 (diff) | |
download | slackbuilds-3857cc36c53993b61ee6d13b7aefa4d424d7afd3.tar.gz |
python/python-requests: Updated for version 2.21.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-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 4aa2c9b147..e3f724fb23 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.1} +VERSION=${VERSION:-2.21.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-requests/python-requests.info b/python/python-requests/python-requests.info index a7e5cdc611..549c647a0d 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.1" +VERSION="2.21.0" HOMEPAGE="http://python-requests.org/" -DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.20.1/requests-2.20.1.tar.gz" -MD5SUM="9b08e9c0fc9584943c5bb8467ef8c0b2" +DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.21.0/requests-2.21.0.tar.gz" +MD5SUM="cc0945656d97368367ce893d5834035a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-certifi python-chardet idna python-urllib3" |