From d1a64f48ecb5efd5a67aef421a7627a00b2c4266 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 19 Mar 2024 13:45:08 +0800 Subject: python3-argcomplete: upgrade 3.2.2 -> 3.2.3 Changelog: =========== -Allow register-python-argcomplete output to be used as lazy-loaded zsh completion module -Move debug_stream initialization to helper method to allow fd 9 behavior to be overridden in subclasses Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../python/python3-argcomplete_3.2.2.bb | 18 ------------------ .../python/python3-argcomplete_3.2.3.bb | 18 ++++++++++++++++++ 2 files changed, 18 insertions(+), 18 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-argcomplete_3.2.2.bb create mode 100644 meta-python/recipes-devtools/python/python3-argcomplete_3.2.3.bb (limited to 'meta-python/recipes-devtools') diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.2.2.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.2.2.bb deleted file mode 100644 index 90560fabe7..0000000000 --- a/meta-python/recipes-devtools/python/python3-argcomplete_3.2.2.bb +++ /dev/null @@ -1,18 +0,0 @@ -SUMMARY = "Argcomplete provides easy, extensible command line tab completion of arguments for your Python script." -HOMEPAGE = "https://github.com/kislyuk/argcomplete" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93" - -SRC_URI[sha256sum] = "f3e49e8ea59b4026ee29548e24488af46e30c9de57d48638e24f54a1ea1000a2" - -PYPI_PACKAGE = "argcomplete" - -inherit pypi setuptools3 - -RDEPENDS:${PN} += "\ - python3-core \ - python3-io \ -" - -BBCLASSEXTEND = "native nativesdk" - diff --git a/meta-python/recipes-devtools/python/python3-argcomplete_3.2.3.bb b/meta-python/recipes-devtools/python/python3-argcomplete_3.2.3.bb new file mode 100644 index 0000000000..8d8c8a4e2e --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-argcomplete_3.2.3.bb @@ -0,0 +1,18 @@ +SUMMARY = "Argcomplete provides easy, extensible command line tab completion of arguments for your Python script." +HOMEPAGE = "https://github.com/kislyuk/argcomplete" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=2ee41112a44fe7014dce33e26468ba93" + +SRC_URI[sha256sum] = "bf7900329262e481be5a15f56f19736b376df6f82ed27576fa893652c5de6c23" + +PYPI_PACKAGE = "argcomplete" + +inherit pypi setuptools3 + +RDEPENDS:${PN} += "\ + python3-core \ + python3-io \ +" + +BBCLASSEXTEND = "native nativesdk" + -- cgit v1.2.3-54-g00ecf