diff mbox series

[meta-python,2/3] python3-prettytable: Upgrade 3.14.0 -> 3.15.1

Message ID 20250304135416.2142742-2-leon.anavi@konsulko.com
State Accepted
Headers show
Series [meta-python,1/3] python3-typer: Upgrade 0.15.1 -> 0.15.2 | expand

Commit Message

Leon Anavi March 4, 2025, 1:54 p.m. UTC
Upgrade to release 3.15.1:

- Fix IndexError for add_rows() with an empty list
- Fix typing: replace Iterable with indexable Sequence

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...3-prettytable_3.14.0.bb => python3-prettytable_3.15.1.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-prettytable_3.14.0.bb => python3-prettytable_3.15.1.bb} (84%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-prettytable_3.14.0.bb b/meta-python/recipes-devtools/python/python3-prettytable_3.15.1.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-prettytable_3.14.0.bb
rename to meta-python/recipes-devtools/python/python3-prettytable_3.15.1.bb
index 93409cdc82..f5ed6564df 100644
--- a/meta-python/recipes-devtools/python/python3-prettytable_3.14.0.bb
+++ b/meta-python/recipes-devtools/python/python3-prettytable_3.15.1.bb
@@ -3,10 +3,9 @@  HOMEPAGE = "http://code.google.com/p/prettytable"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c9a6829fcd174d9535b46211917c7671"
 
+SRC_URI[sha256sum] = "f0edb38060cb9161b2417939bfd5cd9877da73388fb19d1e8bf7987e8558896e"
 
-SRC_URI[sha256sum] = "b804b8d51db23959b96b329094debdbbdf10c8c3aa75958c5988cfd7f78501dd"
-
-inherit pypi ptest-python-pytest  python_hatchling
+inherit pypi ptest-python-pytest python_hatchling
 
 do_install:append() {
     perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"`