Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-docker-compose for
openSUSE:Factory checked in at 2021-02-26 21:59:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-docker-compose (Old)
and /work/SRC/openSUSE:Factory/.python-docker-compose.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-docker-compose"
Fri Feb 26 21:59:18 2021 rev:14 rq:875166 version:1.26.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-docker-compose/python-docker-compose.changes
2021-01-28 21:28:47.264227410 +0100
+++
/work/SRC/openSUSE:Factory/.python-docker-compose.new.2378/python-docker-compose.changes
2021-02-26 21:59:21.863816233 +0100
@@ -1,0 +2,13 @@
+Thu Feb 25 10:32:51 UTC 2021 - Duncan Mac-Vicar <[email protected]>
+
+- Reintroduce container runtime requirement accepting both podman
+ and docker.
+
+-------------------------------------------------------------------
+Wed Feb 24 12:34:31 UTC 2021 - Duncan Mac-Vicar <[email protected]>
+
+- Remove requirement on the docker package.
+ docker-compose uses the API and can use podman >= 3.0 compatible
+ API as well.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-docker-compose.spec ++++++
--- /var/tmp/diff_new_pack.DQiApw/_old 2021-02-26 21:59:22.383816690 +0100
+++ /var/tmp/diff_new_pack.DQiApw/_new 2021-02-26 21:59:22.387816693 +0100
@@ -42,7 +42,12 @@
BuildRequires: %{python_module websocket-client >= 0.32.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
+%if 0%{?suse_version} >= 1500
+Requires: (docker or podman >= 3.0)
+Suggests: podman >= 3.0
+%else
Requires: docker
+%endif
Requires: python-PySocks >= 1.5.6
Requires: python-PyYAML >= 3.10
Requires: python-cached-property >= 1.2.0