From 07791d9b23471403426bd0c39be716de2af57dcc 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 (From meta-openembedded commit: ab1065f87a63d4e520b712ea23e134f417485f8c) Signed-off-by: Fabio Berton Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-requests.inc | 4 ++-- recipes-devtools/python/python-requests_2.20.1.bb | 4 ---- recipes-devtools/python/python-requests_2.21.0.bb | 4 ++++ 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 recipes-devtools/python/python-requests_2.20.1.bb create mode 100644 recipes-devtools/python/python-requests_2.21.0.bb diff --git a/recipes-devtools/python/python-requests.inc b/recipes-devtools/python/python-requests.inc index 0401ee4..e6337cb 100644 --- a/recipes-devtools/python/python-requests.inc +++ b/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/recipes-devtools/python/python-requests_2.20.1.bb b/recipes-devtools/python/python-requests_2.20.1.bb deleted file mode 100644 index 0d7a29f..0000000 --- a/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/recipes-devtools/python/python-requests_2.21.0.bb b/recipes-devtools/python/python-requests_2.21.0.bb new file mode 100644 index 0000000..0d7a29f --- /dev/null +++ b/recipes-devtools/python/python-requests_2.21.0.bb @@ -0,0 +1,4 @@ +inherit setuptools +require python-requests.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-zlib" -- cgit 1.2.3-korg