Browse Source

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>
Leon Anavi 3 years ago
parent
commit
f41cae55b4
1 changed files with 2 additions and 2 deletions
  1. 2 2
      meta-python/recipes-devtools/python/python3-traitlets_5.0.3.bb

+ 2 - 2
meta-python/recipes-devtools/python/python3-traitlets_5.0.0.bb → meta-python/recipes-devtools/python/python3-traitlets_5.0.3.bb

@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46"
 
 PYPI_PACKAGE = "traitlets"
 
-SRC_URI[md5sum] = "3dec5b73409c07bf48cd5db220431ee9"
-SRC_URI[sha256sum] = "0d9c4005506b306b0a99551e96174b8bedc675c2dd048f92b3bbbb7d86ac93a9"
+SRC_URI[md5sum] = "66b76cfffd590c39861bc11c247725a5"
+SRC_URI[sha256sum] = "a2e91709a0330b6c5d497ed470b2feb1ed8da5c9dd807c6daab41f727b9391c9"
 
 RDEPENDS_${PN} = "\
     ${PYTHON_PN}-ipython-genutils \