Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-pyscaffold: update to 4.2.1 | Oleksandr Kravchuk | 2022-04-11 | 1 | -22/+0 |
| | | | | | | Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> | ||||
* | Update for setuptools_build_meta renamed to python_setuptools_build_meta | Ross Burton | 2022-03-19 | 1 | -1/+1 |
| | | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | meta-python: migrate away from setuptool3 where possible | Ross Burton | 2022-03-11 | 1 | -1/+1 |
| | | | | | | | | | | Many recipes are currently building with setuptools3 but can use a more modern tool: typically setuptools_build_meta but ordered-set can use flit_core and pyrad can use poetry_core. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> | ||||
* | python3-pyscaffold: upgrade 4.1.4 -> 4.1.5 | Wang Mingyu | 2022-03-09 | 1 | -0/+22 |
Changelog: ========= Main Changes ------------ Add pyenv's .python-version into .gitignore, #576 Added more --very-verbose logging to make clearer what's going on, #578 Updated versions of containers in CI config, #583 Fixed coverage config template for namespaced packages, #610 Replaced internal appdirs dependency with platformdirs, #584 Documentation Changes --------------------- Mention python -m setuptools_scm as a form of debugging, #574 Mention setting the default branch in git in docs, #577 Fix documented path to pyscaffold/default.cfg, #580 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> |