diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2023-12-15 08:20:45 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-12-14 17:03:49 -0800 |
commit | 1e42b157bd68d282d4cfe2a9f0281610219da920 (patch) | |
tree | 1631014f1715ec04cfc6576955b20e4b7ed7c216 /meta-python | |
parent | e47aa62228fd60fed05c9c79bc7d44fb44b86606 (diff) | |
download | meta-openembedded-1e42b157bd68d282d4cfe2a9f0281610219da920.tar.gz |
python3-traitlets: upgrade 5.13.0 -> 5.14.0
Changelog:
===========
-Add option to load traitlets values from environment.
-Update types for mypy 1.7
-chore: update pre-commit hooks
-Clean up lint handling
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-traitlets_5.14.0.bb (renamed from meta-python/recipes-devtools/python/python3-traitlets_5.13.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-traitlets_5.13.0.bb b/meta-python/recipes-devtools/python/python3-traitlets_5.14.0.bb index c16c1ef0ef..19ea0113a5 100644 --- a/meta-python/recipes-devtools/python/python3-traitlets_5.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-traitlets_5.14.0.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://ipython.org" | |||
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=13bed0ee6f46a6f6dbf1f9f9572f250a" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=13bed0ee6f46a6f6dbf1f9f9572f250a" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "9b232b9430c8f57288c1024b34a8f0251ddcc47268927367a0dd3eeaca40deb5" | 6 | SRC_URI[sha256sum] = "fcdaa8ac49c04dfa0ed3ee3384ef6dfdb5d6f3741502be247279407679296772" |
7 | 7 | ||
8 | inherit pypi python_hatchling | 8 | inherit pypi python_hatchling |
9 | 9 | ||