From f41cae55b475b5a5e1862541aa86cac381c0cdc1 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 3 Sep 2020 16:35:19 +0300 Subject: python3-traitlets: 5.0.0 -> 5.0.3 Upgrade to release 5.0.3: - update cast_unicode with Python's standard decode method - handle allow_none in from_string Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-traitlets_5.0.0.bb | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-traitlets_5.0.0.bb (limited to 'meta-python/recipes-devtools/python/python3-traitlets_5.0.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.0.0.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.0.0.bb deleted file mode 100644 index 8aa0ce5ba8..0000000000 --- a/meta-python/recipes-devtools/python/python3-traitlets_5.0.0.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] = "3dec5b73409c07bf48cd5db220431ee9" -SRC_URI[sha256sum] = "0d9c4005506b306b0a99551e96174b8bedc675c2dd048f92b3bbbb7d86ac93a9" - -RDEPENDS_${PN} = "\ - ${PYTHON_PN}-ipython-genutils \ - ${PYTHON_PN}-decorator \ -" - -inherit setuptools3 pypi -- cgit v1.2.3-54-g00ecf