summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-03-26 16:18:30 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-03-26 17:20:17 +0000
commit47332ca7fac826ae2adef4163d4d57945513a754 (patch)
tree718c5ac4bcec5d697c592a0fef9bdde61dd04861
parent80dd6592a49160cfeb3917ed5056bb6eae500e6c (diff)
downloadmeta-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.bb6
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"
2LICENSE = "GPL-2.0-only" 2LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
4 4
5inherit setuptools3 5inherit python_setuptools_build_meta
6 6
7PV = "1.4.0+git" 7PV = "1.5.0+git"
8SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https" 8SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https"
9 9
10SRCREV = "8eb55735e95ee1587d0d22582aa86b9175e25ca9" 10SRCREV = "f7eeda1a3db10952424af6a5b0501c269ebe3f0d"
11 11
12DEPENDS += "python3-pyyaml-native" 12DEPENDS += "python3-pyyaml-native"
13 13