Upgrade to release 5.0.0: Traitlets 5.0 is a new version of traitlets that accumulate changes over a period of more close to four years; A number of internal refactoring made the internal code structure cleaner and simpler, and greatly improved the diagnostic error messages as well has help and documentation generation. Major changes:
- Removal of Python 2 support, - Removal of Python 3.0-3.6 support - Follow NEP 29, and are thus Python 3.7+ only. - Remove six as a dependency - Remove funcsig as a dependency. Signed-off-by: Leon Anavi <[email protected]> --- ...python3-traitlets_4.3.3.bb => python3-traitlets_5.0.0.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-traitlets_4.3.3.bb => python3-traitlets_5.0.0.bb} (69%) diff --git a/meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.0.0.bb similarity index 69% rename from meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb rename to meta-python/recipes-devtools/python/python3-traitlets_5.0.0.bb index edfb3abfa..8aa0ce5ba 100644 --- a/meta-python/recipes-devtools/python/python3-traitlets_4.3.3.bb +++ b/meta-python/recipes-devtools/python/python3-traitlets_5.0.0.bb @@ -6,12 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING.md;md5=eec4de4d599518742e54e75954e33b46" PYPI_PACKAGE = "traitlets" -SRC_URI[md5sum] = "3a4f263af65d3d79f1c279f0247077ef" -SRC_URI[sha256sum] = "d023ee369ddd2763310e4c3eae1ff649689440d4ae59d7485eb4cfbbe3e359f7" +SRC_URI[md5sum] = "3dec5b73409c07bf48cd5db220431ee9" +SRC_URI[sha256sum] = "0d9c4005506b306b0a99551e96174b8bedc675c2dd048f92b3bbbb7d86ac93a9" RDEPENDS_${PN} = "\ ${PYTHON_PN}-ipython-genutils \ - ${PYTHON_PN}-six \ ${PYTHON_PN}-decorator \ " -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#86752): https://lists.openembedded.org/g/openembedded-devel/message/86752 Mute This Topic: https://lists.openembedded.org/mt/76552088/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
