diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-06-09 18:28:59 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-06-09 18:55:01 -0700 |
| commit | b1303254ff7f9eb579eacbd70a390f878861ea81 (patch) | |
| tree | 7e2c1c4a15a4312f30a5bcdc58dc9f316cabe7a3 /meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.8.0.bb | |
| parent | 77ec4f1e00a69693518646dc74de6d6c6705e549 (diff) | |
| download | meta-openembedded-b1303254ff7f9eb579eacbd70a390f878861ea81.tar.gz | |
python3-cyclonedx-python-lib: upgrade 11.7.0 -> 11.8.0
Changelog:
=============
- chore: extract glob for pyupgrade to separate script for cross-platform compatibility
- docs: update CDX summary
- chore: fix test coverage reporting
- chore(deps-dev): update tomli requirement from 2.3.0 to 2.4.1
- chore(release): use own GH app for releasing
- chore(ci): pin GitHub Actions to immutable SHAs while preserving tag tracking
- chore: add zizmor workflow to harden GitHub Actions security
- Update PULL_REQUEST_TEMPLATE.md
- chore: Update CONTRIBUTING.md
- chore(ci): comments for pinned actions
- feat: add support CycloneDX 1.7.1 & 1.6.2 & 1.5.1
- chore(deps): bump actions/create-github-app-token from 3.1.1 to 3.2.0
- chore(deps): bump actions/download-artifact from 7.0.0 to 8.0.1
- chore(deps): bump actions/upload-artifact from 6.0.0 to 7.0.1
- feat: pull SPDX license IDs v1.1-3.28.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.8.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.8.0.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.8.0.bb b/meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.8.0.bb new file mode 100644 index 0000000000..1947b4b2f4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-cyclonedx-python-lib_11.8.0.bb | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | SUMMARY = "Python library for CycloneDX" | ||
| 2 | HOMEPAGE = "https://github.com/CycloneDX/cyclonedx-python-lib/" | ||
| 3 | LICENSE = "Apache-2.0" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "a8935b06dfe53d80efd47b5f6a202eb678cea00f2930e94e3710f2c1510166c9" | ||
| 7 | |||
| 8 | inherit pypi python_poetry_core | ||
| 9 | |||
| 10 | PYPI_PACKAGE = "cyclonedx_python_lib" | ||
| 11 | |||
| 12 | BBCLASSEXTEND = "native nativesdk" | ||
| 13 | |||
| 14 | RDEPENDS:${PN} = "\ | ||
| 15 | python3-py-serializable \ | ||
| 16 | python3-sortedcontainers \ | ||
| 17 | python3-jsonschema \ | ||
| 18 | python3-referencing \ | ||
| 19 | " | ||
