diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2020-06-24 06:09:32 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-24 06:09:32 +0700 |
commit | f18c9f74cb45c6258299deb866e4a239e74c5f10 (patch) | |
tree | 4fe56edcb3e629ce14099129842b7515b2e12c21 /python | |
parent | 312833004700d9096b031765c0027d485878c4be (diff) | |
download | slackbuilds-f18c9f74cb45c6258299deb866e4a239e74c5f10.tar.gz |
python/python-requests: Updated for version 2.24.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 599003ceaf..8ba50ef3d8 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.23.0} +VERSION=${VERSION:-2.24.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-requests/python-requests.info b/python/python-requests/python-requests.info index d3a71699cc..835df66c6d 100644 --- a/python/python-requests/python-requests.info +++ b/python/python-requests/python-requests.info @@ -1,8 +1,8 @@ PRGNAM="python-requests" -VERSION="2.23.0" +VERSION="2.24.0" HOMEPAGE="https://requests.kennethreitz.org/en/master/" -DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.23.0/requests-2.23.0.tar.gz" -MD5SUM="e5cb667d82a05a203a6c884477be8b07" +DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.24.0/requests-2.24.0.tar.gz" +MD5SUM="0dccb8677a63d69efe93b3a000b5d41c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-certifi python-chardet idna python-urllib3" |