python3-traitlets: upgrade 5.8.1 -> 5.9.0

Changelog:
==========
  Polishing argcomplete support #829
  Test that name and description can be set via constructor. #826

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2023-02-12 18:01:48 +08:00
committed by Khem Raj
parent 3dfe4b9cbd
commit 79e588130d

View File

@@ -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] = "f6cde21a9c68cf756af02035f72d5a723bf607e862e7be33ece505abf4a3bad9"
inherit pypi python_hatchling
RDEPENDS:${PN} = "\
${PYTHON_PN}-ipython-genutils \
${PYTHON_PN}-decorator \
"