From 34ee87e3e549290201148e958dde572a8954b6c74775f0d5727ca3bfb7cb6782 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 14 Apr 2023 17:01:35 +0000 Subject: [PATCH] Accepting request 1079212 from home:ojkastl_buildservice:Branch_devel_languages_python update to 1.0.6 OBS-URL: https://build.opensuse.org/request/show/1079212 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-podman-compose?expand=0&rev=3 --- _service | 3 +++ podman-compose-1.0.3.tar.gz | 3 --- podman-compose-1.0.6.tar.gz | 3 +++ python-podman-compose.changes | 7 +++++++ python-podman-compose.spec | 10 ++++------ 5 files changed, 17 insertions(+), 9 deletions(-) create mode 100644 _service delete mode 100644 podman-compose-1.0.3.tar.gz create mode 100644 podman-compose-1.0.6.tar.gz diff --git a/_service b/_service new file mode 100644 index 0000000..fbbd978 --- /dev/null +++ b/_service @@ -0,0 +1,3 @@ + + + diff --git a/podman-compose-1.0.3.tar.gz b/podman-compose-1.0.3.tar.gz deleted file mode 100644 index 1f3d6ea..0000000 --- a/podman-compose-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9c9fe8249136e45257662272ade33760613e2d9ca6153269e1e970400ea14675 -size 21424 diff --git a/podman-compose-1.0.6.tar.gz b/podman-compose-1.0.6.tar.gz new file mode 100644 index 0000000..1a73f9b --- /dev/null +++ b/podman-compose-1.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2db235049fca50a5a4ffd511a917808c960dacb8defd5481dd8b36a77d4da2e5 +size 34063 diff --git a/python-podman-compose.changes b/python-podman-compose.changes index 067ab84..550384d 100644 --- a/python-podman-compose.changes +++ b/python-podman-compose.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Apr 13 13:32:55 UTC 2023 - Johannes Kastl + +- update to 1.0.6 + - no CHANGELOG available upstream or in PyPi +- add _service file + ------------------------------------------------------------------- Thu Jun 30 06:11:27 UTC 2022 - Johannes Kastl diff --git a/python-podman-compose.spec b/python-podman-compose.spec index a08cc14..d4ee3d7 100644 --- a/python-podman-compose.spec +++ b/python-podman-compose.spec @@ -1,7 +1,7 @@ # -# spec file for package python-podman-compose +# spec file # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,8 @@ %global src_name podman-compose -%define skip_python2 1 -%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-%{src_name} -Version: 1.0.3 +Version: 1.0.6 Release: 0 Summary: A script to run docker-compose using podman License: GPL-2.0-only @@ -38,7 +36,7 @@ Requires: python-PyYAML Requires: python-python-dotenv Requires: python-setuptools Requires(post): update-alternatives -Requires(postun): update-alternatives +Requires(postun):update-alternatives BuildArch: noarch Provides: podman-compose = %{version} Obsoletes: podman-compose < %{version}