diff options
author | Thibaut Notteboom <thibaut.notteboom@gmail.com> | 2017-07-11 20:52:27 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-12 22:47:51 +0700 |
commit | df40e05546f5f72c73c812dbb27c330bf651661f (patch) | |
tree | 307fe4853d1429f69725c6e99ab2083b0ac43b62 /python/python-requests | |
parent | 2a63b000cb54fc1a71bbf87176c0b67478fb1c14 (diff) |
python/python-requests: Updated for version 2.18.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@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 64548268b3e7..449e9052cab7 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.17.3} +VERSION=${VERSION:-2.18.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/python/python-requests/python-requests.info b/python/python-requests/python-requests.info index 4aa555c51d83..dfaa0f64d494 100644 --- a/python/python-requests/python-requests.info +++ b/python/python-requests/python-requests.info @@ -1,8 +1,8 @@ PRGNAM="python-requests" -VERSION="2.17.3" +VERSION="2.18.1" HOMEPAGE="http://python-requests.org/" -DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.17.3/requests-2.17.3.tar.gz" -MD5SUM="d4f065611e22be52ca08e5dfac471032" +DOWNLOAD="https://github.com/kennethreitz/requests/archive/v2.18.1/requests-2.18.1.tar.gz" +MD5SUM="a3d6f123e328ab97131f8232a17eebdc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python-certifi python-chardet idna python-urllib3" |