summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2022-09-14 14:58:33 +0300
committerKhem Raj <raj.khem@gmail.com>2022-09-14 11:25:11 -0700
commit782fbe54d4e2ad7baa821382449c9f3c6ebc4214 (patch)
tree010392430f13a96c0407ff4855b5deb42c93eb5f /meta-python/recipes-devtools/python
parent5aaa732f8f21d537f19bb8e51432a139489a07b7 (diff)
downloadmeta-openembedded-782fbe54d4e2ad7baa821382449c9f3c6ebc4214.tar.gz
python3-prettytable: Upgrade 3.3.0 -> 3.4.1
Upgrade to release 3.4.1: - Add option to specify line break character used in pagination - Add header alignment attribute - Revert "Add header alignment attribute" Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-prettytable_3.4.1.bb (renamed from meta-python/recipes-devtools/python/python3-prettytable_3.3.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-prettytable_3.3.0.bb b/meta-python/recipes-devtools/python/python3-prettytable_3.4.1.bb
index b98ee4942c..c8b50f0b2d 100644
--- a/meta-python/recipes-devtools/python/python3-prettytable_3.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-prettytable_3.4.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://code.google.com/p/prettytable"
3LICENSE = "BSD-3-Clause" 3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://COPYING;md5=c9a6829fcd174d9535b46211917c7671" 4LIC_FILES_CHKSUM = "file://COPYING;md5=c9a6829fcd174d9535b46211917c7671"
5 5
6SRC_URI[sha256sum] = "118eb54fd2794049b810893653b20952349df6d3bc1764e7facd8a18064fa9b0" 6SRC_URI[sha256sum] = "7d7dd84d0b206f2daac4471a72f299d6907f34516064feb2838e333a4e2567bd"
7 7
8do_install:append() { 8do_install:append() {
9 perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"` 9 perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"`