diff options
author | Derek Straka <derek@asterius.io> | 2016-05-21 09:53:02 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-05-27 15:39:13 +0200 |
commit | ad7fb0fc793c6438d2555cc6a25b33b5a1ddb359 (patch) | |
tree | 09deb93c0b12cbb0bf83c92e885e31ecc9b95648 /meta-python/recipes-devtools | |
parent | 9a527fcd6baa78498c2fa9cd1dedf026f5ca0cea (diff) | |
download | meta-openembedded-ad7fb0fc793c6438d2555cc6a25b33b5a1ddb359.tar.gz |
python-urllib3: update to version 1.15.1
update license checksum to account for new date ranges
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python-urllib3_1.14.bb | 11 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-urllib3_1.15.1.bb | 12 |
2 files changed, 12 insertions, 11 deletions
diff --git a/meta-python/recipes-devtools/python/python-urllib3_1.14.bb b/meta-python/recipes-devtools/python/python-urllib3_1.14.bb deleted file mode 100644 index 4e30991ac..000000000 --- a/meta-python/recipes-devtools/python/python-urllib3_1.14.bb +++ /dev/null | |||
@@ -1,11 +0,0 @@ | |||
1 | SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" | ||
2 | HOMEPAGE = "https://github.com/shazow/urllib3" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3be3707c5f24a69709682265e29566fe" | ||
5 | |||
6 | SRC_URI[md5sum] = "5e1407428ac33b521c71a7ac273b3847" | ||
7 | SRC_URI[sha256sum] = "dd4fb13a4ce50b18338c7e4d665b21fd38632c5d4b1d9f1a1379276bd3c08d37" | ||
8 | |||
9 | inherit pypi setuptools | ||
10 | |||
11 | RDEPENDS_${PN} += "python-netclient" | ||
diff --git a/meta-python/recipes-devtools/python/python-urllib3_1.15.1.bb b/meta-python/recipes-devtools/python/python-urllib3_1.15.1.bb new file mode 100644 index 000000000..8e1b95079 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-urllib3_1.15.1.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more" | ||
2 | HOMEPAGE = "https://github.com/shazow/urllib3" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=ea114851ad9a8c311aac8728a681a067" | ||
5 | |||
6 | SRC_URI[md5sum] = "5be254b0dbb55d1307ede99e1895c8dd" | ||
7 | SRC_URI[sha256sum] = "d0a1dc60433f7e9b90b4f085f1d45753174b4594558b29eda0009abe0b82da4c" | ||
8 | PYPI_PACKAGE_HASH = "4926a7d12ea00cb4b9fa1e13b5980e5a04a1fe7c477eb8f657ce0b757a7a497d" | ||
9 | |||
10 | inherit pypi setuptools | ||
11 | |||
12 | RDEPENDS_${PN} += "python-netclient" | ||