mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-17 22:48:28 +00:00
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 <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "Traitlets Python config system"
|
||||
HOMEPAGE = "http://ipython.org"
|
||||
AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
|
||||
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
|
||||
Reference in New Issue
Block a user