mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-01 10:00:15 +00:00
python3-traitlets: upgrade 5.6.0 -> 5.7.0
Changelog: ========= Performance: decrease runtime overhead for constructing HasTraits (up to 20x faster) #777 Minor fixes for Application.aliases #810 Adopt ruff and address lint #809 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "Traitlets Python config system"
|
||||
HOMEPAGE = "http://ipython.org"
|
||||
AUTHOR = "IPython Development Team <ipython-dev@scipy.org>"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://COPYING.md;md5=f17a3ba4cd59794dd6e005c8e150aef0"
|
||||
|
||||
SRC_URI[sha256sum] = "bd0fca5c890a09bf66b33cce67ca14156b080429bc39c7ef26b075a4bd4f9fc3"
|
||||
|
||||
inherit pypi python_hatchling
|
||||
|
||||
RDEPENDS:${PN} = "\
|
||||
${PYTHON_PN}-ipython-genutils \
|
||||
${PYTHON_PN}-decorator \
|
||||
"
|
||||
Reference in New Issue
Block a user