forked from pool/python-podman-compose
Accepting request 1184323 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1184323 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-podman-compose?expand=0&rev=5
This commit is contained in:
2
_service
2
_service
@@ -2,7 +2,7 @@
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/containers/podman-compose</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">v1.1.0</param>
|
||||
<param name="revision">v1.2.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/podman-compose</param>
|
||||
<param name="changesrevision">2681566580b4eaadfc5e6000ad19e49e56006e2b</param></service></servicedata>
|
||||
<param name="changesrevision">d38b26bb015a5991dad445d25a2af6fa2b61caca</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc119823c3902691ce2b06b969ead72ab3e31fd5bde6da7ab4a5a4f07d1aa12b
|
||||
size 714764
|
||||
3
podman-compose-1.2.0.obscpio
Normal file
3
podman-compose-1.2.0.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8e5bcf85bb0cf1284848abfe64199cc459b5f8378de8b7f99a4f945363b53696
|
||||
size 903180
|
||||
@@ -1,4 +1,4 @@
|
||||
name: podman-compose
|
||||
version: 1.1.0
|
||||
mtime: 1713519450
|
||||
commit: 2681566580b4eaadfc5e6000ad19e49e56006e2b
|
||||
version: 1.2.0
|
||||
mtime: 1719387808
|
||||
commit: d38b26bb015a5991dad445d25a2af6fa2b61caca
|
||||
|
||||
@@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 30 23:48:24 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
- 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 <opensuse_buildservice@ojkastl.de>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user