summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-traitlets_5.0.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-09-03 16:35:19 +0300
committerKhem Raj <raj.khem@gmail.com>2020-09-07 11:28:04 -0700
commitf41cae55b475b5a5e1862541aa86cac381c0cdc1 (patch)
tree1e45c3bffe20aa5d8830ea6a401401cd09699e00 /meta-python/recipes-devtools/python/python3-traitlets_5.0.0.bb
parent39d0a99e94884fb05be4a0ad04df17e5b759f1fa (diff)
downloadmeta-openembedded-f41cae55b475b5a5e1862541aa86cac381c0cdc1.tar.gz
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 <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-traitlets_5.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-traitlets_5.0.0.bb17
1 files changed, 0 insertions, 17 deletions
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 @@
1SUMMARY = "Traitlets Python config system"
2HOMEPAGE = "http://ipython.org"
3AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
4LICENSE = "BSD"
5LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46"
6
7PYPI_PACKAGE = "traitlets"
8
9SRC_URI[md5sum] = "3dec5b73409c07bf48cd5db220431ee9"
10SRC_URI[sha256sum] = "0d9c4005506b306b0a99551e96174b8bedc675c2dd048f92b3bbbb7d86ac93a9"
11
12RDEPENDS_${PN} = "\
13 ${PYTHON_PN}-ipython-genutils \
14 ${PYTHON_PN}-decorator \
15"
16
17inherit setuptools3 pypi