summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2025-03-04 15:54:15 +0200
committerKhem Raj <raj.khem@gmail.com>2025-03-06 06:57:59 -0800
commit08e22ae5fd0a344a104d51a6a7699ef38d9f8c9f (patch)
tree7eb16093c8be32d3ff9a63b8fcec5d40f7048c56
parent155df32a2d2db5e4a790d589b2e5298939a32378 (diff)
downloadmeta-openembedded-08e22ae5fd0a344a104d51a6a7699ef38d9f8c9f.tar.gz
python3-prettytable: Upgrade 3.14.0 -> 3.15.1
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> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-prettytable_3.15.1.bb (renamed from meta-python/recipes-devtools/python/python3-prettytable_3.14.0.bb)5
1 files changed, 2 insertions, 3 deletions
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
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"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=c9a6829fcd174d9535b46211917c7671" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=c9a6829fcd174d9535b46211917c7671"
5 5
6SRC_URI[sha256sum] = "f0edb38060cb9161b2417939bfd5cd9877da73388fb19d1e8bf7987e8558896e"
6 7
7SRC_URI[sha256sum] = "b804b8d51db23959b96b329094debdbbdf10c8c3aa75958c5988cfd7f78501dd" 8inherit pypi ptest-python-pytest python_hatchling
8
9inherit pypi ptest-python-pytest python_hatchling
10 9
11do_install:append() { 10do_install:append() {
12 perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"` 11 perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"`