diff mbox series

[meta-python,25/38] python3-prettytable: upgrade 3.10.0 -> 3.10.2

Message ID 1721034151-540-25-git-send-email-wangmy@fujitsu.com
State Accepted
Headers show
Series [meta-oe,01/38] botan: upgrade 3.4.0 -> 3.5.0 | expand

Commit Message

Mingyu Wang (Fujitsu) July 15, 2024, 9:02 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
- Fix typo in README.md
- Change how size of headers are calculated to fix ColorTable with title

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...hon3-prettytable_3.10.0.bb => python3-prettytable_3.10.2.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-prettytable_3.10.0.bb => python3-prettytable_3.10.2.bb} (91%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-prettytable_3.10.0.bb b/meta-python/recipes-devtools/python/python3-prettytable_3.10.2.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-prettytable_3.10.0.bb
rename to meta-python/recipes-devtools/python/python3-prettytable_3.10.2.bb
index 35e9ab179..519b58d20 100644
--- a/meta-python/recipes-devtools/python/python3-prettytable_3.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-prettytable_3.10.2.bb
@@ -4,7 +4,7 @@  LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c9a6829fcd174d9535b46211917c7671"
 
 
-SRC_URI[sha256sum] = "9665594d137fb08a1117518c25551e0ede1687197cf353a4fdc78d27e1073568"
+SRC_URI[sha256sum] = "29ec6c34260191d42cd4928c28d56adec360ac2b1208a26c7e4f14b90cc8bc84"
 SRC_URI += " \
 	file://run-ptest \
 "