From 1bef24d3a5835574df86d532d4371f42c85e6cab Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 22 Oct 2020 17:17:47 +0300 Subject: python3-traitlets: Upgrade 5.0.4 -> 5.0.5 Upgrade to release 5.0.5: - Support deprecated literals for sets, tuples on the command-line: nbconvert --TagRemovePreprocessor.remove_cell_tags='{"tag"}' - Fix from_string_list for Tuples in general - Fix support for List(default_value=None, allow_none=True) and other Container traits - Fix help output for nested aliases and tuple traits Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-traitlets_5.0.4.bb | 17 ----------------- .../recipes-devtools/python/python3-traitlets_5.0.5.bb | 17 +++++++++++++++++ 2 files changed, 17 insertions(+), 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-traitlets_5.0.4.bb create mode 100644 meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.0.4.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.0.4.bb deleted file mode 100644 index 194193f63e..0000000000 --- a/meta-python/recipes-devtools/python/python3-traitlets_5.0.4.bb +++ /dev/null @@ -1,17 +0,0 @@ -SUMMARY = "Traitlets Python config system" -HOMEPAGE = "http://ipython.org" -AUTHOR = "IPython Development Team " -LICENSE = "BSD" -LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46" - -PYPI_PACKAGE = "traitlets" - -SRC_URI[md5sum] = "592dde72b6b706d09ea624cce9af3cf5" -SRC_URI[sha256sum] = "86c9351f94f95de9db8a04ad8e892da299a088a64fd283f9f6f18770ae5eae1b" - -RDEPENDS_${PN} = "\ - ${PYTHON_PN}-ipython-genutils \ - ${PYTHON_PN}-decorator \ -" - -inherit setuptools3 pypi diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb new file mode 100644 index 0000000000..53451cd3ce --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-traitlets_5.0.5.bb @@ -0,0 +1,17 @@ +SUMMARY = "Traitlets Python config system" +HOMEPAGE = "http://ipython.org" +AUTHOR = "IPython Development Team " +LICENSE = "BSD" +LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46" + +PYPI_PACKAGE = "traitlets" + +SRC_URI[md5sum] = "2ffe54aee5d0d87890127dd28ce3f6c4" +SRC_URI[sha256sum] = "178f4ce988f69189f7e523337a3e11d91c786ded9360174a3d9ca83e79bc5396" + +RDEPENDS_${PN} = "\ + ${PYTHON_PN}-ipython-genutils \ + ${PYTHON_PN}-decorator \ +" + +inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf