From becd0a670193c35747ef8c6db6269fad347177f3 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Tue, 26 Jun 2018 14:01:02 +0800 Subject: python(3)-requests: upgrade 2.18.4 -> 2.19.1 The license checksum changes but the license remains the same. Signed-off-by: Chen Qi Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-requests.inc | 6 +++--- meta-python/recipes-devtools/python/python-requests_2.18.4.bb | 4 ---- meta-python/recipes-devtools/python/python-requests_2.19.1.bb | 4 ++++ meta-python/recipes-devtools/python/python3-requests_2.18.4.bb | 2 -- meta-python/recipes-devtools/python/python3-requests_2.19.1.bb | 2 ++ 5 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-requests_2.18.4.bb create mode 100644 meta-python/recipes-devtools/python/python-requests_2.19.1.bb delete mode 100644 meta-python/recipes-devtools/python/python3-requests_2.18.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-requests_2.19.1.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc index 5d6dca5d3a..efc652d94f 100644 --- a/meta-python/recipes-devtools/python/python-requests.inc +++ b/meta-python/recipes-devtools/python/python-requests.inc @@ -1,10 +1,10 @@ DESCRIPTION = "Python HTTP for Humans." HOMEPAGE = "http://python-requests.org" LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=979d6a23b143e13ea0e5e3aa81248820" +LIC_FILES_CHKSUM = "file://LICENSE;md5=bfbeafb85a2cee261510d65d5ec19156" -SRC_URI[md5sum] = "081412b2ef79bdc48229891af13f4d82" -SRC_URI[sha256sum] = "9c443e7324ba5b85070c4a818ade28bfabedf16ea10206da1132edaa6dda237e" +SRC_URI[md5sum] = "6c1a31afec9d614e2e71a91ee6ca2878" +SRC_URI[sha256sum] = "ec22d826a36ed72a7358ff3fe56cbd4ba69dd7a6718ffd450ff0e9df7a47ce6a" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-requests_2.18.4.bb b/meta-python/recipes-devtools/python/python-requests_2.18.4.bb deleted file mode 100644 index 0d7a29f745..0000000000 --- a/meta-python/recipes-devtools/python/python-requests_2.18.4.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit setuptools -require python-requests.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-zlib" diff --git a/meta-python/recipes-devtools/python/python-requests_2.19.1.bb b/meta-python/recipes-devtools/python/python-requests_2.19.1.bb new file mode 100644 index 0000000000..0d7a29f745 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-requests_2.19.1.bb @@ -0,0 +1,4 @@ +inherit setuptools +require python-requests.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-zlib" diff --git a/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb b/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb deleted file mode 100644 index 0a2410f85c..0000000000 --- a/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-requests.inc diff --git a/meta-python/recipes-devtools/python/python3-requests_2.19.1.bb b/meta-python/recipes-devtools/python/python3-requests_2.19.1.bb new file mode 100644 index 0000000000..0a2410f85c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-requests_2.19.1.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-requests.inc -- cgit v1.2.3-54-g00ecf