diff options
author | Derek Straka <derek@asterius.io> | 2017-08-09 21:35:29 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-08-13 13:21:04 +0200 |
commit | f82565f4ebbfb23549265cda93317d06f7ad5a8b (patch) | |
tree | 0b155fab17c4300c21ac09d8e349694d3cad0cf9 /meta-python/recipes-devtools/python/python-requests.inc | |
parent | b55f749c39f77d8e16b57aa9b88e9ae78aef20cc (diff) | |
download | meta-openembedded-f82565f4ebbfb23549265cda93317d06f7ad5a8b.tar.gz |
python-requests: update to version 2.18.3
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-requests.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-requests.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc index 81819bf243..03eb7dfd10 100644 --- a/meta-python/recipes-devtools/python/python-requests.inc +++ b/meta-python/recipes-devtools/python/python-requests.inc | |||
@@ -3,8 +3,8 @@ HOMEPAGE = "http://python-requests.org" | |||
3 | LICENSE = "Apache-2.0" | 3 | LICENSE = "Apache-2.0" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=979d6a23b143e13ea0e5e3aa81248820" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=979d6a23b143e13ea0e5e3aa81248820" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "40f723ed01dddeaf990d0609d073f021" | 6 | SRC_URI[md5sum] = "c8f60cf816a35c0c3fef0a40d0e407a6" |
7 | SRC_URI[sha256sum] = "c6f3bdf4a4323ac7b45d01e04a6f6c20e32a052cd04de81e05103abc049ad9b9" | 7 | SRC_URI[sha256sum] = "fb68a7baef4965c12d9cd67c0f5a46e6e28be3d8c7b6910c758fbcc99880b518" |
8 | 8 | ||
9 | inherit pypi | 9 | inherit pypi |
10 | 10 | ||