podman-compose: update to v1.3.0 -tip

Bumping podman-compose to version v1.3.0-107-g4d899ed, which comprises the following commits:

    f9489af Allow merging of args in both list and dict syntax
    65b455f Fix project name evaluation order
    1aa750b integration/tests: Test project name override with COMPOSE_PROJECT_NAME env variable
    98b9bb9 Fix interpolation for COMPOSE_PROJECT_NAME
    170411d test/integration: Test COMPOSE_PROJECT_NAME interpolation
    f5a6df6 added changes to release notes
    f106ea0 modifications to pass pylint test
    b748c26 add try-except block to handle error in case of shutdown error
    3973c47 catch SIGINT signal properly in 'up' function and call compose 'down' function for a graceful shutdown
    2e7d83f Properly surface errors from build commands
    8ef537e test/integration: Automate manual `selinux` test
    d476071 Don't raise exception on inexistent services in 'down' command
    202c377 test/integration: Automate manual `uidmaps` test
    b9f2779 Add hook to check for signoff in commit messages
    4cd1642 Add quiet flag to podman-compose config
    fd40133 added release note to newsfragment directory
    37b27fa Refactor event loop handling to simplify logic for Windows platforms
    c6b3d49 Adds lint exclusions already ignored by the code
    10ad739 Replaces black with ruff on pre-commit-config
    784d798 Fix event loop handling for Windows platform in compose_up function
    81a0a59 Add more logging tests
    c289a3b Fix logging test coding style
    baccce4 Fix comments related to logging
    cbc5a8c Add newsfragment for interface_name option
    aeaceed integration test for x-podman.interface_name option
    b1eb558 Document existence of x-podman.interface_name
    1cdc9e6 interface_name can be specified in net_config_
    838957b test/integration: Automate manual 'secrets' test
    d4e5859 Do not close file descriptors when executing podman
    bfba7ba tests/integration: Automate manual `seccomp` test
    43a2f1d Implement x-podman.pod_args to override --pod-args default
    eaec193 tests/integration: Describe `pid` test
    bfea139 tests/integration: Automate manual `no_services` test
    e626f15 tests/integration: Automate manual `nets_test_ip` test
    29404af tests/integration: Automate manual 'nets_test3' test
    e03d675 Remove incorrect os.chdir call to fix folder error
    bdb3e4e Throw a readable error on too old Python
    105e390 Add support for dockerfile_inline
    d9ef3d2 tests/integration: Add missing __init__.py for network_scoped_aliases
    d23ef4f tests/integration: Add missing __init__.py for build_labels test
    b685bce tests/integration: Move test utils to one test_utils file
    7d5bf64 tests/integration: Move test "vol" to corresponding directory
    9f7ae38 tests/integration: Move test "ports" to corresponding directory
    3cee4e0 tests/integration: Move test "config" to corresponding directory
    498a199 tests/integration: Move test "env" to corresponding directory
    488908f tests/integration: Move test "env_file" to corresponding directory
    f7bcc42 tests/integration: Move test "up_down" to corresponding directory
    a73df71 tests/integration: Move test "build_ulimits" to corresponding directory
    50dc19f tests/integration: Move test "network" to corresponding directory
    9029dce tests/integration: Move test "nets_test2" to corresponding directory
    a8282c7 tests/integration: Move test "nets_test1" to corresponding directory
    f4b775c tests/integration: Move test "nethost" to corresponding directory
    adf30e0 tests/integration: Move test "multicompose" to corresponding directory
    41675c3 tests/integration: Move test "ipam_default" to corresponding directory
    6caf2ea tests/integration: Move test "interpolation" to corresponding directory
    3093b00 tests/integration: Move test "include" to corresponding directory
    1c21d65 tests/integration: Move test "in_pod" to corresponding directory
    18e5fd6 tests/integration: Move test "filesystem" to corresponding dir
    24bdfd1 tests/integration: Move test "extends_w_file_subdir" to corresp. dir
    c2d3e15 tests/integration: Move test "extends_w_file" to corresponding directory
    ba95100 tests/integration: Move test "extends_w_empty_service" to corresp. dir
    6022669 tests/integration: Move test "extends" to corresponding directory
    e29df71 tests/integration: Move test "exit_from" to corresponding directory
    21b9d38 tests/integration: Move test "deps" to corresponding directory
    4c17ce2 tests/integration: Move test "default_net_behavior" to corresponding dir
    09d54e9 tests/integration: Move test "build_secrets" to corresponding directory
    f1dd9b3 tests/integration: Move test "build_fail" to corresponding directory
    87af67f tests/integration: Move test "network_scoped_aliases" to corresp. dir
    f1d6638 tests/integration: Move test "build" to corresponding directory
    69ffff3 tests/integration: Move test "additional_contexts" to corresp. dir
    9be3ec9 Add network "dns" support
    6e642dc Add network "disable-dns" support
    2aa042b expand service environment_variables before adding to subs_dict
    bc4177f Exclude dependent containers on up if --no-deps.
    8206cc3 Run should not add --requires if --no-deps.
    48c6c38 build(deps): bump virtualenv from 20.25.1 to 20.26.6

Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
This commit is contained in:
Bruce Ashfield 2025-03-24 15:56:03 +00:00
parent d7b7261eec
commit adcaf0618b

View File

@ -7,7 +7,7 @@ inherit setuptools3
PV = "1.3.0+git"
SRC_URI = "git://github.com/containers/podman-compose.git;branch=main;protocol=https"
SRCREV = "60ac5e43b3a4063280390a63d1fbe244d72e24a4"
SRCREV = "4d899edeb3d0622a986d90a6b2d7356aa550723e"
S = "${WORKDIR}/git"