summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-progress_1.6.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* meta-python: Convert confusing appends to override syntaxMichal Sieron4 days1-1/+1
| | | | | | | | | | While in this case `RDEPENDS:class-target +=` wouldn't result in any unwanted override, there is no guarantee there won't be a change, which would be hidden by this override. To avoid any surprises in the future let's use `:append:class-target =` syntax here. Signed-off-by: Michal Sieron <michalwsieron@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
* python3-progress: Upgrade 1.6 -> 1.6.1Leon Anavi2025-07-041-0/+15
Upgrade to release 1.6.1: - Migrate setup.py to pyproject.toml Fixes: WARNING: python3-progress-1.6.1-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with setuptools.build_meta, use the correct class [pep517-backend] Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>