From 47332ca7fac826ae2adef4163d4d57945513a754 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 26 Mar 2026 16:18:30 +0000 Subject: 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 --- recipes-containers/podman-compose/podman-compose_git.bb | 6 +++--- 1 file 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" LICENSE = "GPL-2.0-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" -inherit setuptools3 +inherit python_setuptools_build_meta -PV = "1.4.0+git" +PV = "1.5.0+git" SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https" -SRCREV = "8eb55735e95ee1587d0d22582aa86b9175e25ca9" +SRCREV = "f7eeda1a3db10952424af6a5b0501c269ebe3f0d" DEPENDS += "python3-pyyaml-native" -- cgit v1.2.3-54-g00ecf