summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyyaml-include_2.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-pyyaml-include: update SRCREVChangqing Li2025-05-171-1/+5
| | | | | | | | | | | | | | * Current SRCREV is v2.2a1, update to v2.2 * pyyaml-include use setuptools_scm to get package version, but it not works well with git shallow clone, and will return a invalid version like 0.1.dev1+gc5be2b7, make pyyaml-include is installed to a wrong path: /usr/lib/python3.13/site-packages/pyyaml_include-0.1.dev1+gc5be2b7.dist-info, and also version in PKG-INFO is wrong. export SETUPTOOLS_SCM_PRETEND_VERSION to get correct package version. Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
* python3-pyyaml-include: update recipe to use the ptest-python-pytest classDerek Straka2025-01-171-9/+1
| | | | | Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyyaml-include: Add fsspec as a runtime dependencyPeng Zhang2024-10-091-0/+1
| | | | | | | | | | | Starting from version 2.0, fsspec was introduced in pyyaml-include, allowing the inclusion of files from various sources such as HTTP, SFTP, and S3. As a result, pyyaml-include now depends on fsspec for both local and remote file inclusion, making it a required runtime dependency. Signed-off-by: Peng Zhang <peng.zhang1.cn@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-pyyaml-include: upgrade 2.1 -> 2.2Wang Mingyu2024-09-301-0/+32
Changelog: ============ - Add flatten argument. - fix issue if glob_params is not int. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>