summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tqdm_4.66.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-tqdm: upgrade 4.66.1 -> 4.66.2Wang Mingyu2024-02-201-19/+0
| | | | | | | | | | | | | | | | | | | | | License_Update: Copyright year updated to 2024. Changelog: ============ -pandas: add DataFrame.progress_map -notebook: fix HTML padding -keras: fix resuming training when verbose>=2 -fix format_num negative fractions missing leading zero -fix Python 3.12 DeprecationWarning on import -linting: use f-strings -update tests -fix pandas warnings -fix asv (https://github.com/airspeed-velocity/asv/issues/1323) -fix macos notebook docstring indentation -CI: bump actions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: drop ${PYTHON_PN}Tim Orling2024-02-191-1/+1
| | | | | | | python 2 is long unsupported, so we no longer need this variable. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-tqdm: upgrade 4.65.0 -> 4.66.1Wang Mingyu2023-08-161-0/+19
License-Update: MPLv2.0 changed to MPL-2.0 setup.py and MANIFEST.in removed from files Changelog: =========== - fix utils.envwrap types (#1493 <- #1491, #1320 <- #966, #1319) - drop mentions of unsupported Python versions - environment variables to override defaults (TQDM_*) (#1491 <- #1061, #950 <- #614, #1318, #619, #612, #370) - fix & update CLI completion - fix & update API docs - minor code tidy: replace os.path => pathlib.Path - fix docs image hosting - release with CI bot account again (https://github.com/cli/cli/issues/6680) - exclude examples from distributed wheel (#1492) - migrate setup.{cfg,py} => pyproject.toml (#1490) fix asv benchmarks update docs - fix snap build (#1490) - fix & update tests (#1490) fix flaky notebook tests bump pre-commit bump workflow actions Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>