From e11c66f01f46b1797ab909879fca22856c205248 Mon Sep 17 00:00:00 2001 From: Fabio Berton Date: Mon, 21 Aug 2017 13:49:59 -0300 Subject: python-requests: Update to version 2.18.4 Signed-off-by: Fabio Berton Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-requests.inc | 4 ++-- meta-python/recipes-devtools/python/python-requests_2.18.3.bb | 4 ---- meta-python/recipes-devtools/python/python-requests_2.18.4.bb | 4 ++++ meta-python/recipes-devtools/python/python3-requests_2.18.3.bb | 5 ----- meta-python/recipes-devtools/python/python3-requests_2.18.4.bb | 5 +++++ 5 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-requests_2.18.3.bb create mode 100644 meta-python/recipes-devtools/python/python-requests_2.18.4.bb delete mode 100644 meta-python/recipes-devtools/python/python3-requests_2.18.3.bb create mode 100644 meta-python/recipes-devtools/python/python3-requests_2.18.4.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-requests.inc b/meta-python/recipes-devtools/python/python-requests.inc index 03eb7dfd10..5d6dca5d3a 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" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=979d6a23b143e13ea0e5e3aa81248820" -SRC_URI[md5sum] = "c8f60cf816a35c0c3fef0a40d0e407a6" -SRC_URI[sha256sum] = "fb68a7baef4965c12d9cd67c0f5a46e6e28be3d8c7b6910c758fbcc99880b518" +SRC_URI[md5sum] = "081412b2ef79bdc48229891af13f4d82" +SRC_URI[sha256sum] = "9c443e7324ba5b85070c4a818ade28bfabedf16ea10206da1132edaa6dda237e" inherit pypi diff --git a/meta-python/recipes-devtools/python/python-requests_2.18.3.bb b/meta-python/recipes-devtools/python/python-requests_2.18.3.bb deleted file mode 100644 index 0d7a29f745..0000000000 --- a/meta-python/recipes-devtools/python/python-requests_2.18.3.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.18.4.bb b/meta-python/recipes-devtools/python/python-requests_2.18.4.bb new file mode 100644 index 0000000000..0d7a29f745 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-requests_2.18.4.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.3.bb b/meta-python/recipes-devtools/python/python3-requests_2.18.3.bb deleted file mode 100644 index d91d993bf2..0000000000 --- a/meta-python/recipes-devtools/python/python3-requests_2.18.3.bb +++ /dev/null @@ -1,5 +0,0 @@ -inherit setuptools3 -require python-requests.inc - -# Add the runtime depends for selectors.py -RDEPENDS_${PN} += "${PYTHON_PN}-misc" 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 new file mode 100644 index 0000000000..d91d993bf2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-requests_2.18.4.bb @@ -0,0 +1,5 @@ +inherit setuptools3 +require python-requests.inc + +# Add the runtime depends for selectors.py +RDEPENDS_${PN} += "${PYTHON_PN}-misc" -- cgit 1.2.3-korg