meta-openembedded/meta-python/recipes-devtools/python/python3-tqdm_4.48.0.bb
Leon Anavi f026e37b25 python3-tqdm: Upgrade 4.47.0 -> 4.48.0
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-08-03 17:43:33 -07:00

14 lines
409 B
BlitzBasic

SUMMARY = "Fast, Extensible Progress Meter"
HOMEPAGE = "http://tqdm.github.io/"
SECTION = "devel/python"
LICENSE = "MIT & MPL-2.0"
LIC_FILES_CHKSUM = "file://LICENCE;md5=7ea57584e3f8bbde2ae3e1537551de25"
SRC_URI[md5sum] = "89dbe66a10f78900e4e7be729ddd28ca"
SRC_URI[sha256sum] = "6baa75a88582b1db6d34ce4690da5501d2a1cb65c34664840a456b2c9f794d29"
inherit pypi setuptools3
BBCLASSEXTEND = "native nativesdk"