diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2017-09-03 12:38:53 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-09-03 12:38:53 +0100 |
commit | ba50b23e3419a6191250b7d4523edf4b611cf45f (patch) | |
tree | 6695b95ea70fbc0ebd9cb2b642cce34b13f2f256 /python | |
parent | afda57004ac3d2b91a4b196c2afc6484b0cec9ab (diff) |
python/python-requests: Updated for version 2.18.4.
Signed-off-by: David Spencer <idlemoor@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 449e9052cab7..0641d356b00d 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.18.1} +VERSION=${VERSION:-2.18.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-requests/python-requests.info b/python/python-requests/python-requests.info index dfaa0f64d494..cff2fcf99b5e 100644 --- a/python/python-requests/python-requests.info +++ b/python/python-requests/python-requests.info @@ -1,8 +1,8 @@ PRGNAM="python-requests" -VERSION="2.18.1" +VERSION="2.18.4" HOMEPAGE="http://python-requests.org/" -DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.18.1/requests-2.18.1.tar.gz" -MD5SUM="a3d6f123e328ab97131f8232a17eebdc" +DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.18.4/requests-2.18.4.tar.gz" +MD5SUM="ee668fdec015db44b3a85ae8c877d3d7" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-certifi python-chardet idna python-urllib3" |