diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2020-10-22 17:17:47 +0300 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-10-28 10:22:05 -0700 |
| commit | 1bef24d3a5835574df86d532d4371f42c85e6cab (patch) | |
| tree | 79f003983642637bc77a91da74530d55fab95614 /meta-python/recipes-devtools/python/python3-traitlets_5.0.4.bb | |
| parent | e221838a77808b6182aa86ee8787f8f0950d5c41 (diff) | |
| download | meta-openembedded-1bef24d3a5835574df86d532d4371f42c85e6cab.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-traitlets_5.0.4.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-traitlets_5.0.4.bb | 17 |
1 files changed, 0 insertions, 17 deletions
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 @@ | |||
| 1 | SUMMARY = "Traitlets Python config system" | ||
| 2 | HOMEPAGE = "http://ipython.org" | ||
| 3 | AUTHOR = "IPython Development Team <ipython-dev@scipy.org>" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "traitlets" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "592dde72b6b706d09ea624cce9af3cf5" | ||
| 10 | SRC_URI[sha256sum] = "86c9351f94f95de9db8a04ad8e892da299a088a64fd283f9f6f18770ae5eae1b" | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = "\ | ||
| 13 | ${PYTHON_PN}-ipython-genutils \ | ||
| 14 | ${PYTHON_PN}-decorator \ | ||
| 15 | " | ||
| 16 | |||
| 17 | inherit setuptools3 pypi | ||
