diff mbox series

[meta-python] python3-termcolor: update to version 2.4.0

Message ID 20231213222516.1124207-1-derek@asterius.io
State Accepted
Headers show
Series [meta-python] python3-termcolor: update to version 2.4.0 | expand

Commit Message

Derek Straka Dec. 13, 2023, 10:25 p.m. UTC
Changelog:

Added
  - Document terminal colour detection overrides (#60) @hugovk
  - Add support for Python 3.13 (#55) @hugovk
Changed
  - Improve isatty check (#56) @XiaoliChan
  - Improve typing (#44) @marcin-serwin
  - Drop support for EOL Python 3.7 (#47) @hugovk

Signed-off-by: Derek Straka <derek@asterius.io>
---
 .../{python3-termcolor_2.3.0.bb => python3-termcolor_2.4.0.bb}  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-termcolor_2.3.0.bb => python3-termcolor_2.4.0.bb} (81%)

Comments

Khem Raj Dec. 19, 2023, 6:27 a.m. UTC | #1
On Wed, 13 Dec 2023 22:25:16 +0000, Derek Straka wrote:
> Changelog:
> 
> Added
>   - Document terminal colour detection overrides (#60) @hugovk
>   - Add support for Python 3.13 (#55) @hugovk
> Changed
>   - Improve isatty check (#56) @XiaoliChan
>   - Improve typing (#44) @marcin-serwin
>   - Drop support for EOL Python 3.7 (#47) @hugovk
> 
> [...]

Applied, thanks!

[1/1] python3-termcolor: update to version 2.4.0
      commit: 2840fcf18dd6a416c2924040adf664a87da9ee66

Best regards,
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-termcolor_2.3.0.bb b/meta-python/recipes-devtools/python/python3-termcolor_2.4.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-termcolor_2.3.0.bb
rename to meta-python/recipes-devtools/python/python3-termcolor_2.4.0.bb
index bbaefc7ec..212a29351 100644
--- a/meta-python/recipes-devtools/python/python3-termcolor_2.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-termcolor_2.4.0.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://COPYING.txt;md5=e5f5f7c9b280511f124dba5dda3d180e"
 
 inherit pypi python_setuptools_build_meta
 
-SRC_URI[sha256sum] = "b5b08f68937f138fe92f6c089b99f1e2da0ae56c52b78bf7075fd95420fd9a5a"
+SRC_URI[sha256sum] = "aab9e56047c8ac41ed798fa36d892a37aca6b3e9159f3e0c24bc64a9b3ac7b7a"
 
 DEPENDS += " \
 	${PYTHON_PN}-toml-native \