From f091501c5b152775bb0f1a1b187eb1313fd3690a Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 25 Jan 2017 12:36:52 -0500 Subject: python-click: update to version 6.7 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-click.inc | 4 ++-- meta-python/recipes-devtools/python/python-click_6.6.bb | 4 ---- meta-python/recipes-devtools/python/python-click_6.7.bb | 4 ++++ meta-python/recipes-devtools/python/python3-click_6.6.bb | 2 -- meta-python/recipes-devtools/python/python3-click_6.7.bb | 4 ++++ 5 files changed, 10 insertions(+), 8 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-click_6.6.bb create mode 100644 meta-python/recipes-devtools/python/python-click_6.7.bb delete mode 100644 meta-python/recipes-devtools/python/python3-click_6.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-click_6.7.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-click.inc b/meta-python/recipes-devtools/python/python-click.inc index 90809aff55..163ea37fd9 100644 --- a/meta-python/recipes-devtools/python/python-click.inc +++ b/meta-python/recipes-devtools/python/python-click.inc @@ -8,8 +8,8 @@ HOMEPAGE = "http://click.pocoo.org/" LICENSE = "BSD" LIC_FILES_CHKSUM = "file://LICENSE;md5=09e8b7869f94ba9e9a7b260d53c65dab" -SRC_URI[md5sum] = "d0b09582123605220ad6977175f3e51d" -SRC_URI[sha256sum] = "cc6a19da8ebff6e7074f731447ef7e112bd23adf3de5c597cf9989f2fd8defe9" +SRC_URI[md5sum] = "fc4cc00c4863833230d3af92af48abd4" +SRC_URI[sha256sum] = "f15516df478d5a56180fbf80e68f206010e6d160fc39fa508b65e035fd75130b" RDEPENDS_${PN} += "\ ${PYTHON_PN}-io \ diff --git a/meta-python/recipes-devtools/python/python-click_6.6.bb b/meta-python/recipes-devtools/python/python-click_6.6.bb deleted file mode 100644 index f63e27c843..0000000000 --- a/meta-python/recipes-devtools/python/python-click_6.6.bb +++ /dev/null @@ -1,4 +0,0 @@ -inherit pypi setuptools -require python-click.inc - -RDEPENDS_${PN} += "${PYTHON_PN}-contextlib" diff --git a/meta-python/recipes-devtools/python/python-click_6.7.bb b/meta-python/recipes-devtools/python/python-click_6.7.bb new file mode 100644 index 0000000000..f63e27c843 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-click_6.7.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools +require python-click.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-contextlib" diff --git a/meta-python/recipes-devtools/python/python3-click_6.6.bb b/meta-python/recipes-devtools/python/python3-click_6.6.bb deleted file mode 100644 index 1920644042..0000000000 --- a/meta-python/recipes-devtools/python/python3-click_6.6.bb +++ /dev/null @@ -1,2 +0,0 @@ -inherit pypi setuptools3 -require python-click.inc diff --git a/meta-python/recipes-devtools/python/python3-click_6.7.bb b/meta-python/recipes-devtools/python/python3-click_6.7.bb new file mode 100644 index 0000000000..ecd1514a82 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-click_6.7.bb @@ -0,0 +1,4 @@ +inherit pypi setuptools3 +require python-click.inc + +RDEPENDS_${PN} += "${PYTHON_PN}-enum" -- cgit v1.2.3-54-g00ecf