summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-traitlets_5.0.3.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-09-14 12:04:11 +0300
committerKhem Raj <raj.khem@gmail.com>2020-09-15 09:28:34 -0700
commitcabb94a3ba36637bdf37833165196af89de44cc0 (patch)
tree5446c2f1dc07f3f09909cbcb04e3ce685f81bc20 /meta-python/recipes-devtools/python/python3-traitlets_5.0.3.bb
parente85ac5357d2f7b4f0febc87b7580bc2651a40197 (diff)
downloadmeta-openembedded-cabb94a3ba36637bdf37833165196af89de44cc0.tar.gz
python3-traitlets: Upgrade 5.0.3 -> 5.0.4
Upgrade to release 5.0.4: - Support deprecated use of byte-literals for bytes on the command-line: ipython kernel --Session.key="b'abc'". The b prefix is no longer needed in traitlets 5.0, but is supported for backward-compatibility - Improve output of configuration errors, especially when help output would make it hard to find the helpful error message 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.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-traitlets_5.0.3.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.0.3.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.0.3.bb
deleted file mode 100644
index 02908dea97..0000000000
--- a/meta-python/recipes-devtools/python/python3-traitlets_5.0.3.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] = "66b76cfffd590c39861bc11c247725a5"
10SRC_URI[sha256sum] = "a2e91709a0330b6c5d497ed470b2feb1ed8da5c9dd807c6daab41f727b9391c9"
11
12RDEPENDS_${PN} = "\
13 ${PYTHON_PN}-ipython-genutils \
14 ${PYTHON_PN}-decorator \
15"
16
17inherit setuptools3 pypi