Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-pytest-metadata: switch to PEP-517 build backend | alperak | 2024-08-10 | 1 | -3/+1 |
| | | | | | | | | | | | | | - The project has a proper pyproject.toml which declares the poetry.core.masonry.api PEP-517 backend. - The PyPi package name (defaults to PN without the python3- prefix), so there is no need to set PYPI_PACKAGE as pytest-metadata, it is by default. Fix: WARNING: python3-pytest-metadata-2.0.2-r0 do_check_backend: QA Issue: inherits setuptools3 but has pyproject.toml with poetry.core.masonry.api, use the correct class [pep517-backend] Signed-off-by: alperak <alperyasinak1@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
* | meta-python: drop ${PYTHON_PN} | Tim Orling | 2024-02-19 | 1 | -2/+2 |
| | | | | | | | 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-pytest-metadata: upgrade 2.0.1 -> 2.0.2 | wangmy | 2022-07-24 | 1 | -0/+17 |
Changelog: ========== Allow all python versions above 3.7 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |