diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-26 16:18:30 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-03-26 17:20:17 +0000 |
| commit | 47332ca7fac826ae2adef4163d4d57945513a754 (patch) | |
| tree | 718c5ac4bcec5d697c592a0fef9bdde61dd04861 | |
| parent | 80dd6592a49160cfeb3917ed5056bb6eae500e6c (diff) | |
| download | meta-virtualization-47332ca7fac826ae2adef4163d4d57945513a754.tar.gz | |
podman-compose: update to 1.5.0
Shortlog of changes since 1.4.0:
- Implement 'up --no-recreate'
- Add support to set --route of podman network create
- Implement environment variable interpolation to YAML dictionary keys
- Properly surface errors from 'push' command
- Hide stack trace shown on YAML parse error by default
- Migrate to PEP 621 project metadata
- Migrate to SPDX identifier for the license
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -rw-r--r-- | recipes-containers/podman-compose/podman-compose_git.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/podman-compose/podman-compose_git.bb b/recipes-containers/podman-compose/podman-compose_git.bb index 8837fff7..a8a73ba8 100644 --- a/recipes-containers/podman-compose/podman-compose_git.bb +++ b/recipes-containers/podman-compose/podman-compose_git.bb | |||
| @@ -2,12 +2,12 @@ DESCRIPTION = "An implementation of docker-compose with podman backend" | |||
| 2 | LICENSE = "GPL-2.0-only" | 2 | LICENSE = "GPL-2.0-only" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" |
| 4 | 4 | ||
| 5 | inherit setuptools3 | 5 | inherit python_setuptools_build_meta |
| 6 | 6 | ||
| 7 | PV = "1.4.0+git" | 7 | PV = "1.5.0+git" |
| 8 | SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https" | 8 | SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https" |
| 9 | 9 | ||
| 10 | SRCREV = "8eb55735e95ee1587d0d22582aa86b9175e25ca9" | 10 | SRCREV = "f7eeda1a3db10952424af6a5b0501c269ebe3f0d" |
| 11 | 11 | ||
| 12 | DEPENDS += "python3-pyyaml-native" | 12 | DEPENDS += "python3-pyyaml-native" |
| 13 | 13 | ||
