On 7/31/20 9:22 AM, Leon Anavi wrote:
Upgrade to release 4.48.0:

- add tqdm.asyncio
- reduce contrib.discord logging verbosity
- fix potential pandas() modifying **kwargs bug
- update documentation
- add tests
- misc framework updates

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
---
 .../python/{python3-tqdm_4.47.0.bb => python3-tqdm_4.48.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-tqdm_4.47.0.bb => python3-tqdm_4.48.0.bb} (65%)

diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.47.0.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.48.0.bb
similarity index 65%
rename from meta-python/recipes-devtools/python/python3-tqdm_4.47.0.bb
rename to meta-python/recipes-devtools/python/python3-tqdm_4.48.0.bb
index fad758e3f..428bdb59e 100644
--- a/meta-python/recipes-devtools/python/python3-tqdm_4.47.0.bb
+++ b/meta-python/recipes-devtools/python/python3-tqdm_4.48.0.bb
@@ -5,8 +5,8 @@ SECTION = "devel/python"
 LICENSE = "MIT & MPL-2.0"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=7ea57584e3f8bbde2ae3e1537551de25"
 
-SRC_URI[md5sum] = "1594eab5b5aef37ef1fd6d36ce4f8f4c"
-SRC_URI[sha256sum] = "63ef7a6d3eb39f80d6b36e4867566b3d8e5f1fe3d6cb50c5e9ede2b3198ba7b7"
+SRC_URI[md5sum] = "89dbe66a10f78900e4e7be729ddd28ca"
+SRC_URI[sha256sum] = "6baa75a88582b1db6d34ce4690da5501d2a1cb65c34664840a456b2c9f794d29"
 
 inherit pypi setuptools3