From a5465e80dfab27ad06b5409a6fb0c77ec0255828 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Tue, 1 Jun 2021 13:06:27 +0300 Subject: python3-click-repl: Upgrade 0.1.6 -> 0.2.0 Upgrade to release 0.2.0: - Use tox-travis instead of custom runtox script - Update tests to expect hyphens - Backwards compatibility between click 7 & 8 Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-click-repl_0.1.6.bb | 9 --------- .../recipes-devtools/python/python3-click-repl_0.2.0.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-click-repl_0.1.6.bb create mode 100644 meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-click-repl_0.1.6.bb b/meta-python/recipes-devtools/python/python3-click-repl_0.1.6.bb deleted file mode 100644 index fce9f98051..0000000000 --- a/meta-python/recipes-devtools/python/python3-click-repl_0.1.6.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "REPL plugin for Click" -HOMEPAGE = "https://github.com/untitaker/click-repl" -LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=fee2943fdd4d8afbac9ccc1c8ac137d5" - -SRC_URI[md5sum] = "2d5f4d42cbd1da9a50a49dff4d6087ca" -SRC_URI[sha256sum] = "b9f29d52abc4d6059f8e276132a111ab8d94980afe6a5432b9d996544afa95d5" - -inherit pypi setuptools3 diff --git a/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb b/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb new file mode 100644 index 0000000000..76affe2747 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb @@ -0,0 +1,10 @@ +SUMMARY = "REPL plugin for Click" +HOMEPAGE = "https://github.com/untitaker/click-repl" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=fee2943fdd4d8afbac9ccc1c8ac137d5" + +SRC_URI[sha256sum] = "cd12f68d745bf6151210790540b4cb064c7b13e571bc64b6957d98d120dacfd8" + +inherit pypi setuptools3 + +RDEPENDS_${PN} = "${PYTHON_PN}-click" -- cgit v1.2.3-54-g00ecf