From 350cd23581320578530857be0d67507e07da0ca599907b4ffc0d9cc816a7e806 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 19 Apr 2024 22:24:03 +0000 Subject: [PATCH] Accepting request 1169173 from home:ojkastl_buildservice:Branch_devel_languages_python update to 1.1.0 OBS-URL: https://build.opensuse.org/request/show/1169173 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-podman-compose?expand=0&rev=7 --- _service | 16 +++++++++++++++- _servicedata | 4 ++++ podman-compose-1.0.6.tar.gz | 3 --- podman-compose-1.1.0.obscpio | 3 +++ podman-compose.obsinfo | 4 ++++ python-podman-compose.changes | 14 ++++++++++++++ python-podman-compose.spec | 10 +++++----- 7 files changed, 45 insertions(+), 9 deletions(-) create mode 100644 _servicedata delete mode 100644 podman-compose-1.0.6.tar.gz create mode 100644 podman-compose-1.1.0.obscpio create mode 100644 podman-compose.obsinfo diff --git a/_service b/_service index fbbd978..00eeae9 100644 --- a/_service +++ b/_service @@ -1,3 +1,17 @@ - + + https://github.com/containers/podman-compose + git + v1.1.0 + @PARENT_TAG@ + enable + v(.*) + yes + + + + + *.tar + gz + diff --git a/_servicedata b/_servicedata new file mode 100644 index 0000000..54d3838 --- /dev/null +++ b/_servicedata @@ -0,0 +1,4 @@ + + + https://github.com/containers/podman-compose + 2681566580b4eaadfc5e6000ad19e49e56006e2b \ No newline at end of file diff --git a/podman-compose-1.0.6.tar.gz b/podman-compose-1.0.6.tar.gz deleted file mode 100644 index 1a73f9b..0000000 --- a/podman-compose-1.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2db235049fca50a5a4ffd511a917808c960dacb8defd5481dd8b36a77d4da2e5 -size 34063 diff --git a/podman-compose-1.1.0.obscpio b/podman-compose-1.1.0.obscpio new file mode 100644 index 0000000..e0d0dec --- /dev/null +++ b/podman-compose-1.1.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc119823c3902691ce2b06b969ead72ab3e31fd5bde6da7ab4a5a4f07d1aa12b +size 714764 diff --git a/podman-compose.obsinfo b/podman-compose.obsinfo new file mode 100644 index 0000000..c9c20ac --- /dev/null +++ b/podman-compose.obsinfo @@ -0,0 +1,4 @@ +name: podman-compose +version: 1.1.0 +mtime: 1713519450 +commit: 2681566580b4eaadfc5e6000ad19e49e56006e2b diff --git a/python-podman-compose.changes b/python-podman-compose.changes index 123de6a..4505a24 100644 --- a/python-podman-compose.changes +++ b/python-podman-compose.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Apr 19 12:20:30 UTC 2024 - Johannes Kastl + +- Update to version 1.1.0: + * Release 1.1.0 + * Add release notes for v1.1.0 + * Use x- prefix for x-podman.mac_address + * Use "service.build.ulimits" when present instead of + "service.ulimits" + * FIX issue + https://github.com/containers/podman-compose/issues/704 - + Windows fix sock not working. +- use obs_scm instead of PyPI tarball (that is broken again) + ------------------------------------------------------------------- Fri May 5 10:46:49 UTC 2023 - Johannes Kastl diff --git a/python-podman-compose.spec b/python-podman-compose.spec index 2af1e27..c022eb0 100644 --- a/python-podman-compose.spec +++ b/python-podman-compose.spec @@ -1,7 +1,7 @@ # -# spec file +# spec file for package python-podman-compose # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,13 +19,13 @@ %{?sle15_python_module_pythons} %global src_name podman-compose Name: python-%{src_name} -Version: 1.0.6 +Version: 1.1.0 Release: 0 Summary: A script to run docker-compose using podman License: GPL-2.0-only Group: Development/Languages/Python URL: https://github.com/containers/%{src_name} -Source0: https://files.pythonhosted.org/packages/source/p/%{src_name}/%{src_name}-%{version}.tar.gz +Source0: %{src_name}-%{version}.tar.gz Source1: https://raw.githubusercontent.com/containers/%{src_name}/v%{version}/LICENSE BuildRequires: %{python_module PyYAML} BuildRequires: %{python_module python-dotenv} @@ -37,7 +37,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}