diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-04-07 17:32:08 +0300 |
|---|---|---|
| committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2021-04-08 08:54:52 -0400 |
| commit | 910579ddae89f1b85e18bae405eac5322eea3b9b (patch) | |
| tree | 41a82cdf080c5353616b05fc316d51c92699f253 /meta-python/recipes-devtools/python/python3-tqdm_4.60.0.bb | |
| parent | f45f3862a64be2a8502a3a348bb3b7f72869c988 (diff) | |
| download | meta-openembedded-910579ddae89f1b85e18bae405eac5322eea3b9b.tar.gz | |
python3-tqdm: Upgrade 4.59.0 -> 4.60.0
Upgrade to release 4.60.0:
- add contrib.logging helpers for redirecting to tqdm.write()
- support delay in notebook
- fix contrib.tmap, tzip not using tqdm_class
- add notebook tests
- updates & misc minor fixes for documentation
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tqdm_4.60.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-tqdm_4.60.0.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.60.0.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.60.0.bb new file mode 100644 index 0000000000..e20ba779af --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tqdm_4.60.0.bb | |||
| @@ -0,0 +1,14 @@ | |||
| 1 | SUMMARY = "Fast, Extensible Progress Meter" | ||
| 2 | HOMEPAGE = "http://tqdm.github.io/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | |||
| 5 | LICENSE = "MIT & MPL-2.0" | ||
| 6 | LIC_FILES_CHKSUM = "file://LICENCE;md5=59e4271a933d33edfe60237db377a14b" | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "ebdebdb95e3477ceea267decfc0784859aa3df3e27e22d23b83e9b272bf157ae" | ||
| 9 | |||
| 10 | inherit pypi setuptools3 | ||
| 11 | |||
| 12 | DEPENDS += "${PYTHON_PN}-setuptools-scm-native" | ||
| 13 | |||
| 14 | BBCLASSEXTEND = "native nativesdk" | ||
