From ab1065f87a63d4e520b712ea23e134f417485f8c Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Wed, 3 Apr 2019 15:27:13 -0300 Subject: python*-requests: Update 2.20.1 -> 2.21.0 Signed-off-by: Fabio Berton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python-requests.inc | 4 ++-- meta-python/recipes-devtools/python/python-requests_2.20.1.bb | 4 ---- meta-python/recipes-devtools/python/python-requests_2.21.0.bb | 4 ++++ meta-python/recipes-devtools/python/python3-requests_2.20.1.bb | 2 -- meta-python/recipes-devtools/python/python3-requests_2.21.0.bb | 2 ++ 5 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-requests_2.20.1.bb create mode 100644 meta-python/recipes-devtools/python/python-requests_2.21.0.bb delete mode 100644 meta-python/recipes-devtools/python/python3-requests_2.20.1.bb create mode 100644 meta-python/recipes-devtools/python/python3-requests_2.21.0.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 0401ee448d..e6337cb329 100644 --- a/meta-python/recipes-devtools/python/python-requests.inc +++ b/meta-python/recipes-devtools/python/python-requests.inc @@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a8d5a1d1c2d53025e2282c511033f6f7" FILESEXTRAPATHS_prepend := "${THISDIR}/python-requests:" -SRC_URI[md5sum] = "2918817ea4688f4ea21cb4b11e353448" -SRC_URI[sha256sum] = "ea881206e59f41dbd0bd445437d792e43906703fff75ca8ff43ccdb11f33f263" +SRC_URI[md5sum] = "1bcd0e0977c3f8db1848ba0e2b7ab904" +SRC_URI[sha256sum] = "502a824f31acdacb3a35b6690b5fbf0bc41d63a24a45c4004352b0242707598e" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-requests_2.20.1.bb b/meta-python/recipes-devtools/python/python-requests_2.20.1.bb deleted file mode 100644 index 0d7a29f745..0000000000 --- a/meta-python/recipes-devtools/python/python-requests_2.20.1.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.21.0.bb b/meta-python/recipes-devtools/python/python-requests_2.21.0.bb new file mode 100644 index 0000000000..0d7a29f745 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-requests_2.21.0.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.20.1.bb b/meta-python/recipes-devtools/python/python3-requests_2.20.1.bb deleted file mode 100644 index 0a2410f85c..0000000000 --- a/meta-python/recipes-devtools/python/python3-requests_2.20.1.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit setuptools3 -require python-requests.inc diff --git a/meta-python/recipes-devtools/python/python3-requests_2.21.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.21.0.bb new file mode 100644 index 0000000000..0a2410f85c --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-requests_2.21.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-requests.inc -- cgit v1.2.3-54-g00ecf