From 818f5b7bb3980a8c4e1eeeb7fc8c7b605b524823b96cb38a218955ff09c15d99 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 1 Jul 2024 13:37:21 +0000 Subject: [PATCH] Accepting request 1184171 from home:VaiTon:branches:devel:languages:python - Update to version 1.2.0: OBS-URL: https://build.opensuse.org/request/show/1184171 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-podman-compose?expand=0&rev=9 --- _service | 2 +- _servicedata | 2 +- podman-compose-1.1.0.obscpio | 3 --- podman-compose-1.2.0.obscpio | 3 +++ podman-compose.obsinfo | 6 +++--- python-podman-compose.changes | 36 +++++++++++++++++++++++++++++++++++ python-podman-compose.spec | 2 +- 7 files changed, 45 insertions(+), 9 deletions(-) delete mode 100644 podman-compose-1.1.0.obscpio create mode 100644 podman-compose-1.2.0.obscpio diff --git a/_service b/_service index 00eeae9..2f8fcb2 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ https://github.com/containers/podman-compose git - v1.1.0 + v1.2.0 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 54d3838..ffe8378 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containers/podman-compose - 2681566580b4eaadfc5e6000ad19e49e56006e2b \ No newline at end of file + d38b26bb015a5991dad445d25a2af6fa2b61caca \ No newline at end of file diff --git a/podman-compose-1.1.0.obscpio b/podman-compose-1.1.0.obscpio deleted file mode 100644 index e0d0dec..0000000 --- a/podman-compose-1.1.0.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dc119823c3902691ce2b06b969ead72ab3e31fd5bde6da7ab4a5a4f07d1aa12b -size 714764 diff --git a/podman-compose-1.2.0.obscpio b/podman-compose-1.2.0.obscpio new file mode 100644 index 0000000..366ec52 --- /dev/null +++ b/podman-compose-1.2.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e5bcf85bb0cf1284848abfe64199cc459b5f8378de8b7f99a4f945363b53696 +size 903180 diff --git a/podman-compose.obsinfo b/podman-compose.obsinfo index c9c20ac..94e5e35 100644 --- a/podman-compose.obsinfo +++ b/podman-compose.obsinfo @@ -1,4 +1,4 @@ name: podman-compose -version: 1.1.0 -mtime: 1713519450 -commit: 2681566580b4eaadfc5e6000ad19e49e56006e2b +version: 1.2.0 +mtime: 1719387808 +commit: d38b26bb015a5991dad445d25a2af6fa2b61caca diff --git a/python-podman-compose.changes b/python-podman-compose.changes index 4505a24..5d7b810 100644 --- a/python-podman-compose.changes +++ b/python-podman-compose.changes @@ -1,3 +1,39 @@ +------------------------------------------------------------------- +Sun Jun 30 23:48:24 UTC 2024 - Eyad Issa + +- Update to version 1.2.0: + * Bug fixes + ~ Fixed handling of --in-pod argument. Previously it was hard + to provide false value to it. + ~ podman-compose no longer creates pods when registering + systemd unit. + ~ Fixed warning RuntimeWarning: coroutine 'create_pods' was + never awaited + ~ Fixed error when setting up IPAM network with default driver. + ~ Fixed support for having list and dictionary depends_on + sections in related compose files. + ~ Fixed logging of failed build message. + ~ Fixed support for multiple entries in include section. + ~ Fixed environment variable precedence order. + * Changes + ~ x-podman dictionary in container root has been migrated to + x-podman.* fields in container root. + * New features + ~ Added support for --publish in podman-compose run. + ~ Added support for Podman external root filesystem management + (--rootfs option). + ~ Added support for podman-compose images command. + ~ Added support for env_file being configured via dictionaries. + ~ Added support for enabling GPU access. + ~ Added support for selinux in verbose mount specification. + ~ Added support for additional_contexts section. + ~ Added support for multi-line environment files. + ~ Added support for passing contents of podman-compose.yml + via stdin. + ~ Added support for specifying the value for --in-pod setting + in podman-compose.yml file. + ~ Added support for environmental secrets. + ------------------------------------------------------------------- Fri Apr 19 12:20:30 UTC 2024 - Johannes Kastl diff --git a/python-podman-compose.spec b/python-podman-compose.spec index c022eb0..72a0e88 100644 --- a/python-podman-compose.spec +++ b/python-podman-compose.spec @@ -19,7 +19,7 @@ %{?sle15_python_module_pythons} %global src_name podman-compose Name: python-%{src_name} -Version: 1.1.0 +Version: 1.2.0 Release: 0 Summary: A script to run docker-compose using podman License: GPL-2.0-only